Archive for September, 2002
02-09-30
Tags: Microsoft VPN setting for Siemens router
In Virtual Server
TCP 1723, 47
»»»
(Computing) | 0
02-09-30
Tags: Lawrence T. DeCarlo, Ph.D. Assistant Professor Measurement, Evaluation, and Statistics Department of Human Development, Box 118 Teachers College, Columbia University 525 West 120th Street, NY, NY 10027 (212) 678-4037 fax: (212) 678-3837 decarlo@exchange.tc.columbia.edu (last update: 11/2001) http://www.columbia.edu/~ld208/
In this Psych Review article he proposed a method to incorporate mixture model into the SDT. DeCarlo has also linked mixture […]
»»»
(Research) | 0
02-09-30
Tags: MICRO INNOVATIONS The Wireless Link keyboard was designed to […]
The Wireless Link keyboard was designed to be compatible with Compaq iPaq, Handspring, HP Jornada, Palm, and Sony Clie series PDAs. Includes driver software on CD-ROM. The Wireless Link keyboard comes with it’s own built-in power supply, eliminating the power drain on your PDA from conventional PDA keyboards.
»»»
(Computing) | 2
02-09-27
Tags: Google Search: “the average joe” Duke University
Durham, NC 27708
Gary Feng, Ph. D.
Assistant Professor
Psychology: Social & Health Sciences
238 Soc/Psych Bld.
919-660-5646
garyfeng@duke.edu
E. Joe Somebody
136 Some Place
Somecity, NJ 08800
Dear Joe,
It is a pleasant surprise to receive your letter. I am glad to hear that you are interested in psychology at your age, and have seriously thought about your future. I […]
»»»
(Research) | 0
02-09-27
Tags: freeware downloads: Mail Server Tools - free software brought to you by WebAttack.com, the largest download site for Windows Internet tools. ArGoSoft Mail Server v 1.8.1.8Free Our Rating: ArGoSoft Mail Server is fully functional STMP/POP3/Finger server for Windows , which will let you turn your computer into the email system. It s very compact, takes only about […]
Popularity:
Updated: 8/24/2002
»»»
(Computing) | 0
02-09-25
Tags: PalmInfocenter: Review: InkLink InkLink ReviewBy Ed Hardy 4/29/2002 OverviewThe InkLink from Seiko Instruments transfers handwritten notes or drawings from paper to a handheld. It is the next generation of the SmartPad but doesn’t require that the notes be made on a special notepad. The InkLink works with any piece paper up to legal size.
HardwareThe InkLink […]
»»»
(Computing) | 0
02-09-25
Tags: Five Golden Rules for presentations
Geoff Pullum’s Six Golden Rules
of giving an academic presentation
DON’T EVER BEGIN WITH AN APOLOGY.
Everyone has seen speakers beginning a presentation by apologizing for how unworthy they are, how little of their work is really conclusive, how they hope people will forgive them and so on. No one has ever seen […]
»»»
(Odds'n'Ends) | 0
02-09-23
Tags: MySQL Reference Manual for version 3.23.51.
Related to previous finding that MovableType would clip long text in Text_More field, the field is currently coded to be “Text” in MySQL database. Text field can hold 2^16 bytes (65K). It needs to be LongText, or 2^32 Bytes (4G) instead.
»»»
(Computing) | 0
02-09-23
Tags: LOGFONT MSDN Home > MSDN Library > Windows GDI > Fonts and Text > Font and Text Reference > Font and Text Structures Windows GDI
LOGFONT
The LOGFONT structure defines the attributes of a font. typedef struct tagLOGFONT {
LONG lfHeight;
LONG lfWidth;
LONG lfEscapement;
LONG lfOrientation;
LONG lfWeight;
BYTE lfItalic;
BYTE lfUnderline;
BYTE lfStrikeOut;
[…]
»»»
(Computing) | 0
02-09-23
Tags: Network Downloads : Keyword Extractor /// AnalogX Keyword Extractor (click here to download) Have you ever wondered why some website end up higher on search engine results than others? Now there’s a new tool to add to your search engine analysis - AnalogX Keyword Extractor! AnalogX Keyword Extractor (KeyEx) extracts all of the keywords off of a webpage, and […]
v1.03
234k
»»»
(Computing) | 0
02-09-22
Tags: Simple DirectMedia Layer Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of “Civilization: Call To Power.” Simple DirectMedia Layer […]
A wrapper for DirectX, platform independent
»»»
(Computing) | 0
02-09-22
Tags:
»»»
(Teaching) | 0
02-09-22
Tags: # When uploading files through Movable Type’s upload mechanism, a ceiling
# is put on the size of the files that can be uploaded to prevent
# denial-of-service attacks. By default this setting is 1MB.
#
# CGIMaxUpload 500_000
CGIMaxUpload 5000000
»»»
(Computing) | 0
02-09-22
Tags: 1. Check the size limit of “text” and “text_more” fields. Currently they are truncated at some length. I briefly looked at the PM files in MT/lib directory, but didn’t find anything that limits the sizes. The MySQL database has the 2 fields as “text”, which should not limit the size.
2. How to add “edit this […]
»»»
(Computing) | 0
02-09-22
Tags: # By default Movable Type uses the Perl module HTML::Entities to encode
# characters into HTML entities, provided that you have this Perl module.
# However, in some circumstances, even if you have this module, you may
# not wish to use it for encoding; for example, if you are using a language
# that uses a different character […]
»»»
(Computing) | 0
02-09-22
Tags:
»»»
(Teaching) | 0
02-09-20
Tags: Numbers in Mind: Science News Online, June 22, 2002 Science News Week of June 22, 2002; Vol. 161, No. 25 Numbers in Mind Babies’ ballyhooed counting skills add up to controversy
Bruce Bower
In 1992, Karen Wynn’s numbers came in big. The numbers in question were tiny in an absolute sense, but they counted for a lot among investigators of child development. The […]
»»»
(Profiles) | 0
02-09-20
Tags: Setup and System Administration Displaying Keyboard Input
The example in this section shows how an application can receive characters from the keyboard, display them in the client area of a window, and update the position of the caret with each character typed. It also demonstrates how to move the caret in response to the LEFT ARROW, RIGHT […]
»»»
(Computing) | 0
02-09-19
Tags: GetCharABCWidths GetCharABCWidths
The GetCharABCWidths function retrieves the widths, in logical units, of consecutive characters in a specified range from the current TrueType font. This function succeeds only with TrueType fonts. BOOL GetCharABCWidths(
HDC hdc, // handle to DC
UINT uFirstChar, // first character in range
UINT […]
»»»
(Computing) | 0
02-09-19
Tags: Drawing Text from Different Fonts on the Same Line Windows GDI
Drawing Text from Different Fonts on the Same Line
Different type styles within a font family can have different widths. For example, bold and italic styles of a family are always wider than the roman style for a specified point size. When you display or print several type […]
»»»
(Computing) | 0