how many floating-point numbers are in the interval [0,1]? [link] stupid hackathon celebrates terrible tech with eyeball pong, a robot port addict, and more [link] the metaphysics of object-oriented programming [link] build your own text editor [link] anatomy of a floating point number [link] object-oriented programming: a disaster story [link] How did game devs pack entire games into so little memory 25 years ago? [link] five programming problems every software engg should be able to do in less than 1 hr [link] programming on parallel machines: GPU, multicore, clusters, more [link] open textbook list of CLI languages [link] pure programming language [link] hackr.io collection of tutorials for learning a language [link] what color is your function? [link] syntax across languages [link] punch22 [link] - apparently unsolved problem! sherlock holmes debugging [link] ascii delimiters [link] 31: unit 30: record 29: group 28: file programming laws and reality [link] license generator [link] beautiful docs [link] dijkstra on haskell and java [link] free programming books [link] programmer competency matrix [link] openmp for clang llvm [link] cheatsheet for licenses [link] create programming languages with xtext [link] doom 3 bfg source [link] machine learning videos [link] in OSX, play sounds for success or fail of command. useful for long compiles :) smb sounds from [link] #!/bin/bash # failure: sf ls doesnotexist alsodoesnotexist START=`date "+%Y.%m.%d %H:%M:%S"` STARTS=`date "+%s"` $@ && afplay -v .4 ~/sounds/smb_kick.wav || afplay -v .4 ~/sounds/smb_breakblock.wav END=`date "+%Y.%m.%d %H:%M:%S"` ENDS=`date "+%s"` echo "" echo "timing: ${START}, ${END}, $((ENDS-STARTS))secs" Base64 encoder / decoder (link) useful for textifying an icon to inline in JS, ex: modify greasemonkey script (link) enable ParallelFX for Mono (link) makefile tutorial (link)
|
Wiki - README >