Archive for February, 2004
04-02-17
Tags: Original URL: http://www.pygame.org/docs/tut/DisplayModes.html Pygame TutorialsSetting Display Modes
Original Title: Pygame Tutorials - Setting Display Modes
by Pete Shinnerspete@shinners.org
Revision 1.1, May 21, 2002
Introduction
Setting the display mode in pygame creates a visible image surface on the monitor. This surface can either cover the full screen, or be windowed on platforms that support a window manager. The display surface is nothing […]
»»»
(Computing) | 0
04-02-17
Tags: Original URL: http://www.pygame.org/docs/tut/newbieguide.html A Newbie Guide to pygame
Original Title: A Newbie Guide to pygame
Basic concepts and easy pitfalls in PyGame programming.
or
Things I learned by trial and error so you dont have to.
or
How I learned to stop worrying and love the blit.
Pygame is a python wrapper for SDL, written by Pete Shinners. What this means is that, […]
»»»
(Computing) | 0
04-02-17
Tags: Original URL: http://www.pygame.org/docs/tut/intro/intro.html Python Pygame Introduction
Original Title: Pygame Intro
by Pete Shinners
pete@shinners.org
This article is an introduction to the Pygame library for Python programmers. The original version appeared in the Py Zine, volume 1 issue 3. This version contains minor revisions, to create an all around better article. Pygame is a Python extension library that wraps the SDL […]
»»»
(Computing) | 0
04-02-17
Tags: Original URL: http://www.pygame.org/docs/index.html pygame documentation || Home || Help Contents || || pygame || cdrom || constants || display || draw || event |||| font || image || joystick || key || mixer || mixer_music |||| mouse || movie || sndarray || surfarray || time || transform || || CD || Channel || Clock || Font […]
Original Title: Pygame Documentation
»»»
(Computing) | 0
04-02-17
Tags: Original URL: http://www.pygame.org/pcr/palette_fractals/index.php Title: Fractal Example Download: fractal.zip
Original Title: pygame Code Repository
Ive used this technique since… oh..20 years ago on my C-64. But This may be useful in displaying eyelink stimuli.
Author: Pete Shinners (pete at shinners.org)Submission date: April 19, 2001
Description: An example of animated colormaps
pygame version required: AnySDL version required: AnyPython version required: 2.0
Comments: Palette cycling or […]
»»»
(Computing) | 0
04-02-17
Tags: Original URL: http://www.pygame.org/pcr/text_rect/index.php Title: Word-wrapped text display module
Original Title: pygame Code Repository
Looks like useful for displaying text materials. Need to (1) output word/char coordinates, (2) check Unicode implementation, and (3) extend to multi-page texts.
Author: David Clark (da_clark at shaw.ca)Submission date: May 23, 2001
Description: This module contains one function: render_textrect, which will try to return a surface […]
»»»
(Computing) | 0
04-02-17
Tags: Original URL: http://wiki.tcl.tk/1281 State Space Searching in Tcl This page explores the use of Tcl for searching a state space from a problem. I define a GeneralSearch algorithm in Tcl, and then go on to define BreadthFirst and DepthFirst searches. Later, I might add heuristic search methods such as A*, iterative […]
Original Title: State Space Searching in Tcl
»»»
(Computing) | 0
04-02-17
Tags: Original URL: http://wiki.tcl.tk/1286 The site is interesting as it includes a picture at the end of each page, but you cant select the picture. It turns out the picture is specified in the CSS < http://wiki.tcl.tk/wikit-css.css>. A good trick for doing a signiture. /* Style for the page footer which uses <p id=footer> */#footer { […]
Original Title: Heuristic Searches
»»»
(Odds'n'Ends) | 0
04-02-17
Tags: Original URL: http://people.fishpool.fi/~setok/sleberEid/liboil/ OilCurrent version: 0.1.1 Objects stacked on top of each other and acting individually.
Original Title: Oil
Oil is an extension to Tcl which provides a high-level method to control graphics, effects and other media systems. Writing simple screens with FX and animation is almost laughably easy. At the time of writing it provides:
All manipulations happen in […]
»»»
(Computing) | 0
04-02-17
Tags: Original URL: http://cydathria.com/bf/bf_ex1.html Programming in Brainfuck Instruction > < + - . , [
Original Title: Programming in Brainfuck - Your first program
Your First Program
Just to review, the Brainfuck instructions are:
Description
Increment the pointer
Decrement the pointer
Increment the byte at the pointer
Decrement the byte at the pointer
Output the byte at the pointer
Input a byte and store it in the byte at the pointer
Start a loop: […]
»»»
(Odds'n'Ends) | 0
04-02-16
Tags: Original URL: http://starship.python.net/crew/theller/ctypes/ The ctypes module
Original Title: The ctypes module
overview :: tutorial :: reference :: faq
( Work in progress: COM :: COM sample )
Overview
ctypes is a Python package to create and manipulate C data types in Python, and to call functions in dynamic link libraries/shared dlls. It allows wrapping these libraries in pure Python.
It works on […]
»»»
(Computing) | 0
04-02-16
Tags: Original URL: http://www-106.ibm.com/developerworks/linux/library/l-pide/ Charming Python: A review of Python IDEsThe raw and the cooked David Mertz looks at a half-dozen Python integrated development environments, and compares their features, platforms, and stability. He finds — perhaps as an unintended testament to […]
Original Title: Charming Python: A review of Python IDEs
David Mertz, Ph.D. (mertz@gnosis.cx)Accidental Ideologue, Gnosis Software, Inc.1 May 2001
»»»
(Computing) | 0
04-02-16
Tags: Original URL: http://www.python.org/doc/current/tut/node12.html#SECTION0012100000000000000000 The os module provides dozens of functions for interacting with the operating system: >>> import os Be sure to use the “import os” style instead of “from os import *“. This will […]
Original Title: 10. Brief Tour of the Standard Library
>>> os.system(time 0:02)
0
>>> os.getcwd() # Return the current working directory
C:\Python24
>>> os.chdir(/server/accesslogs)
»»»
(Computing) | 0
04-02-16
Tags: Original URL: http://en.wikipedia.org/wiki/Byte_Order_Mark Unicodeseries Unicode UTF UTF-7 UTF-8 UTF-16 UTF-32 BiDi BOM Consortium UCS
Original Title: Byte Order Mark - Wikipedia
A Byte Order Mark (BOM) is the character at code point FEFF (ZERO-WIDTH NO-BREAK SPACE), when that character is used to denote the Endianness of an encoded string of UCS/Unicode characters.
A BOM can be used to […]
»»»
(Computing) | 1
04-02-16
Tags: Original URL: http://www.speech.kth.se/snack/pyinstall.html Installation Notes for Snack and Python Snack must currently be used in conjunction with […]
Original Title: Snack Installation Notes
One of my reasons to stay with Tcl/Tk, and hence concerns with Python, is the ability to use Snack to play audio. But since Python uses Tcl/Tk for GUI (Tkinter), this is not a problem at all.
»»»
(Computing) | 0
04-02-16
Tags: Original URL: http://www.eyelinkinfo.com/optns_scene_cam.php SR Research is pleased to announce the latest exciting development for the EyeLink II eye tracker; the EyeLink II Scene Camera option. With the Scene Camera option, EyeLink II users can track gaze position on a real world scene video being captured from a head […]
Original Title: SR Research EyeLink | Options Scene Camera
»»»
(Watch List) | 0
04-02-16
Tags: Original URL: http://www.eyelinkinfo.com/optns_dev_kit.php Development Card The EyeLink II Development Kit will allow users to setup an EyeLink II system that can be used for development/testing purposes. The PCI card is the same as […]
Original Title: SR Research EyeLink | Options Development Card
Unless it comes free (or under $100), this does not seem to be a good idea.
»»»
(Research) | 0
04-02-15
Tags: Original URL: http://eyelinkinfo.com/support/discussion/thread_messages.php?requested_thread=25 Author suganthan Nov 25, 2003 07:04:55
Original Title: SR Research | EyeLink | Support | Discussion Forum
Thread
Re: PyLink\s EYELINK object and the simulation mode problem You need to have the tracker connected. Also, if you are not using standard ip for your tracker(100.1.1.1) you need to modify the pyLinkDefaults.py to match your […]
»»»
(Research) | 0
04-02-15
The Blogger Plug in is
»»»
(Computing, Watch List) | 1
04-02-15
Tags: Plug-ins Download and install the appropriate plug-in for the weblog software you are using.
This is a HTML message
With NewsGator 1.2 or later, you can now post directly to your weblog from NewsGator. To do this:
From the NewsGator menu, choose Options, and click the Posting tab. […]
»»»
(Computing) | 0