summaryrefslogtreecommitdiff
path: root/README.md
blob: fd58bf3d787684d30d6d6087bb71a4d4e333f5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Miguel's Haskell Collection

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")