summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-03-17 11:16:40 +0100
committerMiguel <m.i@gmx.at>2019-03-17 11:16:40 +0100
commitb423baf7176808b134ca45a6b19a990530853785 (patch)
tree0f049ed8a03b700888d824d1a70d4e3b48f10514 /README.md
parent9dc8556d2510b125e3449e4eceac1eb126f9179e (diff)
sort base64/
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd58bf3..035a5e3 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@ This repo holds a collection of some of my Haskell sources:
* ./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)
+* ./parallel/ - parallel programming experiments
+* ./parser/ - experimenting with applicative and monadic parsing
+* ./rfid/ - Topcoder challenge
* ./shebang/ - simple demonstration how to use shebang with Haskell
* ./simpleSVG/ - my tiny minimalistic SVG generator (see inside hulls, merge, use as "lib")
+* ./snip/ - some random code snippets