a∗: fix wrong priority queue, costs and successors manipulation
client: allow holding down the mouse to draw obstacles
map: distance and conversion functions, resetting masp
remove useless grid, add path node-sorfof type
drw: color adjustments, pending drawmap changes
client: don't continually flip the same node while holding the mouse
move string matchshit to its own dir
add estrdup and have erealloc zero out new memory
move awk scripts to their own directory
add single file double precision fft for complex and real samples
add bitwise round up to next power of 2
bit: add find first and last set bit
strnaive: fix another stupid mistake
add rabin-karp string search, including optimized variant
declare kmpstrfind and silly statics
fix idiot mistakes preventing compilation and notation in string comparison
add naive exact string match, resizable vectors and restructure
add simple (and broken) descriptive statistics in awk
add sorting algorithms in awk from tapl
add typical awk approach to binary data output