thosedarngeeks.com
The Hardest Hardware | Those Darn Geeks
http://thosedarngeeks.com/category/the-hardest-hardware
They would have gotten away with it, too…. Category Archives: The Hardest Hardware. June 16, 2015. I have been mucking about with NitrOS-9, the current version of OS-9, rebuilt for the 6309 CPU. I became curious about the system calls it used, and specifically how often those system calls get called. I ran a shell script … Continue reading →. Comments Off on NitrOS-9 System Calls. November 3, 2010. 3 Axes = 3 Part Harmony. October 4, 2010. Farewell, HDMI, we hardly knew ye. October 4, 2010. Post was not ...
thosedarngeeks.com
My first dalliance with variadic templates | Those Darn Geeks
http://thosedarngeeks.com/my-first-dalliance-with-variadic-templates
They would have gotten away with it, too…. NitrOS-9 System Calls →. My first dalliance with variadic templates. October 16, 2014. I just hacked together some code that I believe folks will find useful. It takes advantage of c 11’s variadic templates. Bool inList(T a) { return false; } template. Bool inList(T a, T b, Args. args) { if (a= b) return true; else return inList(a,args.); }. You can use it to say something like:. Int v = 23; if (inList(v,12,55,23) { do something(); }. And tagged c 11.
thosedarngeeks.com
kernels | Those Darn Geeks
http://thosedarngeeks.com/tag/kernels
They would have gotten away with it, too…. June 16, 2015. I have been mucking about with NitrOS-9, the current version of OS-9, rebuilt for the 6309 CPU. I became curious about the system calls it used, and specifically how often those system calls get called. I ran a shell script … Continue reading →. Comments Off on NitrOS-9 System Calls. My first dalliance with variadic templates. On Unix and The Baha Men. On Amazing Musical Video Hackery. On Amazing Musical Video Hackery. Proudly powered by WordPress.
thosedarngeeks.com
tandy color computer | Those Darn Geeks
http://thosedarngeeks.com/tag/tandy-color-computer
They would have gotten away with it, too…. Tag Archives: tandy color computer. June 16, 2015. I have been mucking about with NitrOS-9, the current version of OS-9, rebuilt for the 6309 CPU. I became curious about the system calls it used, and specifically how often those system calls get called. I ran a shell script … Continue reading →. Comments Off on NitrOS-9 System Calls. My first dalliance with variadic templates. On Unix and The Baha Men. On Amazing Musical Video Hackery. Send to Email Address.
thosedarngeeks.com
thoughts | Those Darn Geeks
http://thosedarngeeks.com/tag/thoughts
They would have gotten away with it, too…. September 18, 2012. I have been rethinking Adric lately. I don’t mean a complete 180 on my thinking, but rather a refinement. Perhaps he isn’t the utter tool I originally believed, but rather that he is in it entirely for the Lulz. I … Continue reading →. Comments Off on Rethinking Adric. Vs Drupal vs ExpressionEngine vs…. October 6, 2010. Final Thought: Mad Money. September 28, 2010. Comments Off on Final Thought: Mad Money. On Unix and The Baha Men.
thosedarngeeks.com
Programming | Those Darn Geeks
http://thosedarngeeks.com/category/programming-2
They would have gotten away with it, too…. My first dalliance with variadic templates. October 16, 2014. I just hacked together some code that I believe folks will find useful. It takes advantage of c 11’s variadic templates. You can use it to say something like: I wrote it in response to code I’ve had to write which … Continue reading →. Comments Off on My first dalliance with variadic templates. November 21, 2011. I love me some TestNG, yes I do, but recently it went completely haywire on a test java&#...
thosedarngeeks.com
doctor who | Those Darn Geeks
http://thosedarngeeks.com/tag/doctor-who
They would have gotten away with it, too…. Tag Archives: doctor who. September 18, 2012. I have been rethinking Adric lately. I don’t mean a complete 180 on my thinking, but rather a refinement. Perhaps he isn’t the utter tool I originally believed, but rather that he is in it entirely for the Lulz. I … Continue reading →. Comments Off on Rethinking Adric. Every Known Jellybaby scene in Doctor Who. October 15, 2010. Related Posts:Trends: Doctor Who vs. Battlestar GalacticaI’ve been had! October 14, 2010.
thosedarngeeks.com
NitrOS-9 System Calls | Those Darn Geeks
http://thosedarngeeks.com/nitros-9-system-calls
They would have gotten away with it, too…. My first dalliance with variadic templates. June 16, 2015. I have been mucking about with NitrOS-9, the current version of OS-9, rebuilt for the 6309 CPU. I became curious about the system calls it used, and specifically how often those system calls get called. I ran a shell script to check that. Here’s the script:. Ag "os9 " sed -n 's/.* ([I F] $ w* ).*/ 1/p' sort uniq -c sort -nr. This resulted in the following histogram:. On Unix and The Baha Men.
thosedarngeeks.com
admin | Those Darn Geeks
http://thosedarngeeks.com/author/admin
They would have gotten away with it, too…. June 16, 2015. I have been mucking about with NitrOS-9, the current version of OS-9, rebuilt for the 6309 CPU. I became curious about the system calls it used, and specifically how often those system calls get called. I ran a shell script … Continue reading →. Comments Off on NitrOS-9 System Calls. My first dalliance with variadic templates. October 16, 2014. Comments Off on My first dalliance with variadic templates. September 18, 2012. November 21, 2011. I lov...
thosedarngeeks.com
Those Darn Geeks - Part 2
http://thosedarngeeks.com/page/2
They would have gotten away with it, too…. Newer posts →. December 20, 2010. You might need some kind of mindcleaner after this however it might just be good for you. An oldie, but a goodie, from my homeboy Aphex Twin. Amazing Musical Video Hackery. A Capella Molto Bella. Commodore SID examples #1. How Not To Play AC/DC’s “It’s A Long Way To The Top”. Comments Off on Come To Daddy. December 15, 2010. Comments Off on Tandy Coco Christmas. Unix and The Baha Men. December 14, 2010. December 10, 2010. Here’s...