summaryrefslogtreecommitdiff
path: root/README.md
blob: 8397a9a50379873e0462023dfc1317056b3a9a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
* ./parser/ - experimenting with applicative and monadic parsing
* ./rfid/ - location from signal strength
* ./simpleSVG/ - my tiny minimalistic SVG generator
* ./snip/ - some random code snippets