Archive for November, 2002
02-11-26
Tags: Cartridge Catalog Description This updated version of a classic text incorporates the most significant research findings since the original publication of the Fifth edition. A textbook by respected authors E. Mavis Hetherington, Ross D. Parke and Virginia Otis-Locke, Child Psychology, 5e Update utilizes a topical organization to reflect research-based findings about the central processes that account for […]
»»»
(Teaching) | 0
02-11-26
Tags: Ten Principles of RRCNATen Principles “An impressive and growing body of authoritative opinion and research evidence suggests that reading failure is preventable for all but a very small percentage of children.”1 -John Jay Pikulski
Ten PrinciplesIn Literacy Programs That Work2by Gay Su Pinnell
National attention is focused on early literacy, as several panels investigate and debate new directions in […]
»»»
(Teaching) | 0
02-11-26
Tags: Basic FactsMarie Clay Acknowledgement: This brief biography is adapted from the 1991 book, Stirring the Waters: The Influence of Marie Clay, edited by Janet S. Gaffney and Billie Askew. It is presented here with permission of Heinemann, Portsmouth, NH and the authors. The piece that appears on this Web site has been updated in a few […]
»»»
(Profiles) | 7
02-11-26
Tags: Full Record Display Record # 2 (Select) Title: Author: Published: Holdings: Perkins — 372.43 R432, 1997 c.1 Checked Out Due: 12/15/2002 Subject Heading(s) :
Research in reading recovery / edited by Stanley L. Swartz & Adria F. Klein ; foreword by Gay Su Pinnell.
Swartz, Stanley L.Klein, Adria F.
Portsmouth, NH : Heinemann, c1997.
Reading disability.Reading […]
»»»
(Teaching) | 0
02-11-26
Tags:
»»»
(Research) | 0
02-11-26
Tags: The Code Project - GdiPlus Double-Buffering Helper Class - GDI Download source files - 2 Kb
Download demo project - 58 Kb
Introduction
(or why did I write this?)
I just got tired of having to do all the silly GdiPlus initialization/deinitialization and double-buffering stuff every time I wanted to use it. Pain in the behindment. So this […]
»»»
(Computing) | 0
02-11-26
Tags: Hello,> How can i determine the dimension of a bitmap if a have a given bitmaphandle (HBITMAP).BITMAP bmp;GetObject(hBitmap, sizeof(bmp), &bmp);
»»»
(Computing) | 0
02-11-26
Tags: Creating a new Image Type - An Example Sacha Schaer I needed some high performance image type for Windows which supports transparency. I achieved up to 100 fps on my Pentium III/500 using device independant bitmaps (DIB’s) and the BitBlt() API function. DimgImage.c (actual implementation)
Creating a new Image Type - An Example
Here is the source code:
DimgImage.h
DimgMain.c (to […]
»»»
(Computing) | 0
02-11-25
Tags: I redid the wrapping of YM2002 project. Now several important functions are exposed: ym_run_trial $trialID is the function that actually reads png/seg files and run the trial. Image/SEG file names are assumed to be $trialID$condition, where $condition=[0..n]
init_graph used to open eyelink and fullscreen window. Only need to run once at the beginning of the expt. It […]
»»»
(Research) | 0
02-11-25
Tags:
By the way, look what someone was throwing out in Psych (it’s now in our BI lab):
www.psych.uiuc.edu/~kmiller/Pictures/Torture%20instrument.jpg
»»»
(Research) | 0
02-11-25
Tags: SWIG and Tcl Open up a new workspace and use the AppWizard to select a DLL project.
21.2.1 Running SWIG from Developer StudioIf you are developing your application within Microsoft developer studio, SWIG can be invoked as a custom build option. The process roughly follows these steps :
Add both the SWIG interface file (the .i file), any […]
»»»
(Computing) | 0
02-11-24
Tags: A script to scramble text, for YM2002 project. See below for source. The scramble code was generated in Excel using random sort. # Gary Feng, Nov 23, 2002
# script to scramble a text based on letters.
# It keeps capitalization.
# input
# $text contains the original text
# output
# $text2 contains the scrambled text
# and […]
»»»
(Computing) | 0
02-11-24
Tags: In planning on a program to generate stimuli for YM2002 project, I wanted to use Tcl/Tk’s Canvas+Text widget to generate png files and seg. The SEG part is straightforward with Text widget, but there is no function in canvas to save its content to a Photo image.
There are 2 options offered on the web […]
»»»
(Computing) | 0
02-11-23
Tags: SWIGged makestim project. Now after loading makestim.dll in wish.exe, one can use makestim command to process a long text. The program will automatically paginate, and save png files and corresponding seg files in a designated path.
One thing I struggled with was this: Initially I didn’t not open the full-screen window. Then the program won’t save […]
»»»
(Computing) | 3
02-11-22
Tags: RE: Creating an Image from a Canvas
For Perl Only
Create a PNG image with the help of GD or ImageMagick should be not tohard to implement. Basically you have to loop through all canvasitems, determine the type and configure options of the items and callthe corresponding GD method. You can look at http://user.cs.tu-berlin.de/~eserte/src/perl/Tk-CanvasFig/for a module creating […]
»»»
(Computing) | 0
02-11-22
Tags: TclDG - A Tcl Extension for Dynamic Graphs
TclDG is a practical user interface toolkit that incorporates incremental graph layouts. It was written specifically for prototyping user interfaces to distributed network management systems. TclDG is a direct descendent of TclDot [EN95]. Where TclDot was built on the same graph libraries as the Unix tool “dot,’’ TclDG […]
»»»
(Computing) | 0
02-11-22
Tags: Graphlet Features Graphscript, a Tcl/Tk based, extensible programming language for graph algorithms with user interfaces.
A toolkit for graph editors and graph algorithms Version 5.0.1 available for UNIX and Windows 95/98/NT systems
Graphscript is implemented in C++ and GTL, an STL based library for programming with graphs.
A scriptable, customizable graph editor, implemented in Graphscript.
Graph drawing algorithms, […]
»»»
(Computing) | 0
02-11-22
Tags: softDoc: Dokumentation, Konzepte Beratung graf.tcl 1999 12 #==========================================================================================
src,tcl
Tcl/Tk procedure to store a canvas as a GIF image
# Legal stuff:
# FREEWARE. Absolutely no warranties! Use in any way you want and at your own risk!!!
#==========================================================================================
#
# Written by Richard Breuer (richard.breuer@gmx.de)
# Based on the Windows port of gdtclwin by Bill Schongar (bills@lcdmultimedia.com)
#
# The procs of interest in […]
»»»
(Computing) | 0
02-11-22
Tags: Ym2002 project: wrap it to the trial level: ym_trial(…) SWIG the functions to make text images and SEG files. Wrap them so that they […]
wrap eyelink set up functions, printf functions, and init functions
write Tcl codes for init_eyelink
drive expt using Tcl — subj info-> eyemsg_printf, load appropriate files, interpret expt control scriptes (or just loops through).
Auxilury
»»»
(Research) | 0
02-11-22
Tags: Wrapped the “ym2002″ project with SWIG, and it works! Here are what I did: I created a ym2002.i file, which included 2 things I am wrapping now: the simulated_eyelink and the int app_main(void) function, which is the main function for running eyelink. The most critical thing in this file is the module name, which is ym […]
»»»
(Computing, Research) | 2