Searched: ^i

Results from Main web retrieved at 10:27 (GMT)

Remote executing a command ipmitool I lan H 127.0.0.1 sel MattWalsh 05 Jul 2006
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 ...
Check if image is mostly black or white function needs invert($im) { $r MagickGetImageHistogram($im); $black $white 0; foreach ($r as $p) ...
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 ...
Wow, this is so much easier el document.createElement("DIV"); el.innerHTML "Some complex html can go here"; MattWalsh 21 Mar 2007
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 ...
Answer to hello.c #include #include #define NTHREADS 4 void hello (void ThreadNumber) { printf ("Hello, world from thread %d\n", (int ) ThreadNumber); ...
#include #include #include #include #include #include "d:\dev\tcl\include\tcl.h" #define FALSE 0 #define TRUE 1 typedef unsigned char BOOL; int getMode(ClientData ...
Number of topics: 14
Topic revision: r38 - 23 May 2010 - 23:29:55 - MattWalsh
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback