Ranges See :help :range :.,$/s/from/to/gc Searching across lines Use \n . See also How to do new line in a replace? Do CTRL v, then hit enter. MattWalsh ...
Improved Hi res timer timespec diff(timespec start, timespec end) { timespec temp; if ((end.tv nsec start.tv nsec) Hi res timer #include #include // .. ...
@all Macbook pro (Unibody) users After much struggle and gotta zapped by the wisdom of God, I manage to get my TripleHead2Go Digital to work up to 2 x 1920×1080. This ...
Proper template design template inline void doMax(const T a, const T b) { f(a b ? a : b); } How do I compile a C program under linux? Make sure to use g ...
Javascript encoding Very handy when you have PHP writing out Javascript code that could contain user entered data (like carriage returns). It will look ugly in the ...
Corvette Connection in Campbell 408 379 1313. Ask for Kevin. 'Couple hundred' to install shocks sways if I give him the parts. 270 Cimino St # C San Jose, CA 95125 ...
Hall Painting Area: (just walls, not doors or baseboard) 204 sq feet one gallon of Benjamin Moore did 2 coats with just a bit left over Abby's Room ...
Good science predicts the future. We know enough about biology to know that what we can to do grow more food; and we bet our lives on that...if that science let us ...
Source #include #include #include / ImageMagick header / #include static inline int max(int a, int b) { return a b ? a : b; } / simple container struct for ...
Prepending a header file # sed script to put header.txt above first line # run with sed i f this script filename(s) 1{h; r header.txt D; } 2{x; G; } changes ...
#!/bin/bash TARGET "" if $1 then TARGET $1 fi make j 8 $TARGET 2 1 tee build.out grep color iE "error warning undefined reference to $" exit $? MattWalsh ...
of course, this is not a comprehensive list; just some notes of fun/interesting things I discovered See also SSE guide nice annotated SSE example Memory ...
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 ...
connect('localhost', 11211) or die ('no memcached'); // connect to mysql $link mysql connect('localhost', 'msw', ''); assert($link); $db mysql select db('test ...
Migrating a repository (I had to do this with the new eng server) on machine with old repo, do sudo svnadmin dump . boxaroo svn dump on new machine: ...
Image Breakdown Here's how I'm setting up my Xen images. Concept: Hypervisor box is not itself on the internet (except thru VPN? Make it the VPN checkpoint?) Image ...
Purchasing Certs from Godaddy are only ~$19 But the $19 cert ONLY gives you ( www.boxaroo.com / boxaroo.com). You cannot just say I also want img. /app. /etc ...
(from notes from our SEO talk at PATCA 1 10 08) XML Site Map Don't use Auditmypc.com, except maybe Windows works Figure out how to generate one Figure ...
Here's how to do it. Introduction There are 2 methods each shown below. NOTE: using profiling with really slow down a program. We're talking 4 10x. So, you may ...
great DNS tools here How to close an 'open' DNS server like ours: http://member.dnsstuff.com/info/opendns.php I did allow recursion {216.224.124.98 ...
Dell 30" use 94W MacBook Pro uses 37W normally, ~60W playing MAME Matt's Core 2 Duo desktop peaks at 140W playing HL2, otherwise around 94W MattWalsh ...
Replication Must enable binary logging on master server (do we have this on?) When backing up the slave (smart to do, easier than the master), also backup up ...