blob: e0c742c27806444dd19c577a14e8d91b4affbdae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Miguel's Haskell Collection
This repo holds a collection of some of my Haskell sources:
* [./base64/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=base64) - encoder / decoder
* [./calcGTK/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=calcGTK) - Parsing with Parsec and GUI with GTK
* [./ffi/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=ffi) - sample use of the foreign function interface (ffi)
* [./freedomain/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=freedomain) - simple multithreaded domain checker based on DNS lookup
* [./hulls/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=hulls) - find convex and concave hulls for a set of points
* [./mnist/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=mnist) - hello world of neuronal networks
* [./parser/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=parser) - experimenting with applicative and monadic parsing
* [./rfid/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=rfid) - location from signal strength
* [./simpleSVG/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=simpleSVG) - my tiny minimalistic SVG generator
* [./snip/](https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=snip) - some random code snippets
|