Say you have a page, and you want to submit a form without disturbing the page. You can do this by making the target a hidden IFRAME . The code in the IFRAME ...
This is a great image manipulation program. From a command line it can do things like combine images, crop, resize, etc. Think of it as a command line photoshop ...
Source #include #include #include / ImageMagick header / #include static inline int max(int a, int b) { return a b ? a : b; } / simple container struct for ...
#!/usr/bin/perl # # Name: thumb.pl # Purpose: Demonstrate how to make a thumbnail # # Author: Matt Walsh (mr walsh #64;yahoo.com) use strict; use warnings; use Image ...
Ron Savage has a great set of Perl tutorials here How to make a simple X program that uses ImageMagick see ImageMagickXSlideShow Making an MPEG from JPEGs If ...
Credits Thanks to George Peter Staplin his example was invaluable and can be found at http://www.xmission.com/~georgeps/Xlib JPEG tutorial.html . As you'll see ...
Info Spec here, tutorial Defined in http://www.opengl.org/documentation/current version/ OpenGL 2.0 Also known as glslang nVidia's cG also compatible ...
see slashdot thread and report. Here's a great comparison of the 2. Thoughts: John could run MySQL on Windows too " Mysql might require changing the database ...
This was a little program I wrote for Dale Riley when I started Nuron. It converted an Intel hex file to some format Dale wanted. Probably useless, but it's fun ...