50 Recent Changes in Main Web retrieved at 17:26 (GMT)

Statistics for nop Main Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ...
BikeLog2009 Date Venue Minutes Notes Mon 1 4 10 To PDI 54 Smelled coffee roasting near Old County and Center. Over weekend installed new faucets ...
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 ...
1 2 3 4 5 11 12 MattWalsh 01 Mar 2009
for code like this: switch (foo) { case 1: CODE1 case 2: CODE2 break; case 3: CODE3 ...
PythonTips MyToolBox AssemblyProgramming BuildingASharedObject CPlusPlus CPlusPlusStreamRedirector ProgrammingWithSTL TricksInC ...
RAV4 New Cooper tires: 9/17/09 Corvette New General Tires 1/30/10 (108,790 miles) MattWalsh 18 Sep 2009
Teavana $56 / lb Sencha Big bag of powdered stuff: Kona Cha seems like must have been Bamboo Grade (or "Take") Takaokaya U.S.A. 323 269 9810 ...
GraphicsStuff HomeImprovement HousePainting SystemTap ProgrammingKnowHow BikeLog CarMaintenanceLog GlobalWarmingComment ObamaLog ...
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 ...
Date Venue Minutes Notes 8 24 08 Alameda Hill (3X) then to UV TV store 45 HR around 162 peak 8 26 08 Abby White Oaks Park Cycle 15 HR around ...
12 4 09 Obama refuses to investigate 'Climate Gate' link MattWalsh 04 Dec 2009
Our dimensions Must be under 32" (without doors) in every dimension 71" max height 30" depth w/o handles is our current unit GE Models PSFW3YGXSS ...
RefrigeratorCalculations WindowReplacement OvenOrder Furnace Filter: Changed 11 24 09 Paving Dick Bauer 650 222 2363 ...
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 ...
FAQ: http://www.faqs.org/faqs/GNU Emacs FAQ/ General C h a (command name) apropos commands C h f describe function M x (command) way ...
Wrapping printf void tee(FILE f, const char fmt, ...) { char s 200 ; // sloppy va list arg; va start(arg, fmt); vfprintf(f, fmt ...
Debugging a program from assembly ( thanks to tutorial! ) compile such that it will correlate with the assembler gcc S foo.c gcc Wa, gstabs ...
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 ...
Hi res timer #include #include // ... gettimeofday( tv, NULL); long t tv.tv sec 1000000 tv.tv usec; // ... do your thing gettimeofday( tv, NULL); ...
Decode a hex representation into a float #include #include #include void hex 2 f(char s) { int i; long tmp strtol(s, NULL, 16); printf("String: ...
Handy alias with backsubstitution. alias maker 'cd \!:1 make ${OPTS} set ev $status echo "Make failed: \!:1" exit' MattWalsh 22 Sep 2009
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 ...
MyPGTool MyMakeCommandLine MattWalsh 08 Sep 2009
See Also Great tutorial here: http://www.cocoadevcentral.com/d/learn objectivec/ Syntax Methods Methods called on objects object method ; ...
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 ...
grep rniI color "$1" grep v "Make.depend" grep color iE "$1 $" MattWalsh 18 Jun 2009
Demo #include "namespace.h" int main(void) { dBug::dump() Header #ifndef DEFINE DEBUG DUMP DEF #define DEFINE DEBUG DUMP DEF #include #include #include namespace ...
std::map m; m "jan" 1; m "feb" 2; m "mar" 3; m "may" 4; std::map::const iterator i; for (i m.begin(); i ! m.end(); i) { std: ...
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 ...
MemcachedExample todo: BinaryTreeExample Tools Boxaroo used dBug stack trace customized poor man's profiling wanted to use xDebug but was never ...
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 ...
Misc queries Because MattWalsh still barely can remember to do queries, he keeps a list of ones he figures out for later. Select e.CategoryID, d.eBayCatDesc ...
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 ...
Sometimes you might want to send back data from JavaScript in XML format...maybe you're sending back some really complex data. You can parse it just as easily as ...
(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 ...
PermutationCode MattWalsh 03 Nov 2007
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 ...
To probe a drive cdrecord scanbus dev /dev/hdc To burn without messing with the ISO file system dd if /dev/zero of "empty file" bs 1024k count ...
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 ...
Check if image is mostly black or white function needs invert($im) { $r MagickGetImageHistogram($im); $black $white 0; foreach ($r as $p) ...
mysqldump db name outputfile.sql dumps the database db name into file outputfile.sql mysql db name outputfile.sql restores file on the server ...
Browsershots.org will render your page for you in many different browsers and show you if it looks ok IE chokes on variables assigned to array elements of lists ...
Number of topics: 50

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes

Topic revision: r5 - 15 Nov 2006 - 19:43:52 - TWikiContributor
 
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