diff options
| author | Miguel <m.i@gmx.at> | 2019-03-08 02:59:46 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-03-08 02:59:46 +0100 |
| commit | 1032941dff1b27fb0d2ad3b959b4c76af0410e7b (patch) | |
| tree | 9adf643eb99ac54db0351d7ea016398bcf1a962b /README.md | |
| parent | 76718c0ec3717c4f9e5b0f659ab829f4b92419d2 (diff) | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ # Miguel's Haskell Collection -A collection of some small haskell sources of mine. +This repo holds collection of some small 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") |
