diff options
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,11 +1,11 @@ # Miguel's Haskell Collection -This repo holds collection of some small Haskell sources. +This repo holds a collection of some of my Haskell sources: -* base64 - encoder / decoder -* 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) -* shebang - simple demonstration how to use shebang with Haskell -* simpleSVG - my tiny minimalistic SVG generator (see inside hulls, merge, use as "lib") +* ./base64/ - encoder / decoder +* ./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) +* ./shebang/ - simple demonstration how to use shebang with Haskell +* ./simpleSVG/ - my tiny minimalistic SVG generator (see inside hulls, merge, use as "lib") |
