diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,6 +6,9 @@ This repo holds a collection of some of my Haskell sources: * ./calcGTK/ - Parsing with Parsec and GUI with GTK * ./freedomain/ - simple multithreaded domain checker based on DNS lookup * ./hulls/ - find convex and concave hulls for a set of points -* ./nasa-rfid/ - Topcoder challenge (?Where) +* ./parallel/ - parallel programming experiments +* ./parser/ - experimenting with applicative and monadic parsing +* ./rfid/ - Topcoder challenge * ./shebang/ - simple demonstration how to use shebang with Haskell * ./simpleSVG/ - my tiny minimalistic SVG generator (see inside hulls, merge, use as "lib") +* ./snip/ - some random code snippets |
