scottjacksonx + programming   9

4chan BBS - Genius sorting algorithm: Sleep sort
#!/bin/bash
function f() {
    sleep "$1"
    echo "$1"
}
while [ -n "$1" ]
do
    f "$1" &
    shift
done
wait

example usage:
./sleepsort.bash 5 3 6 3 6 3 1 4 7
programming  sorting  algorithm 
june 2011 by scottjacksonx
Kod
Text editor that takes cues from Chrome.
osx  programming  texteditor 
january 2011 by scottjacksonx
Flow (psychology) - Wikipedia, the free encyclopedia
"Flow is the mental state of operation in which the person is fully immersed in what he or she is doing."
creativity  productivity  wikipedia  programming 
february 2010 by scottjacksonx
Lou's Pseudo 3d Page
Interesting look at how to draw pseudo-3D roads in a 2D game.
gamedesign  programming 
february 2010 by scottjacksonx

Copy this bookmark:



description:


tags: