aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 953f403..d0e88d3 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,10 @@ aes.c
========
A minimal working CLI based aes implementation.<br />
+ascii85
+========
+A C&P'ed ASCII-85 converter.<br />
+
asciihexer.c
========
Magic ascii-2-hex app.<br />
@@ -15,7 +19,11 @@ A minimalistic restricted system-usage/messaging/command-exec shell.<br />
gol.c
========
-Conway's GameOfLife - written by Steffen Vogel / bugfixed,improved by myself. <br />
+Conway's GameOfLife - written by Steffen Vogel / bugfixed,improved by myself.<br />
+
+progressbar.c
+========
+A simple progressbar cmdline viewer - view the current fd position of a given path.<br />
suidcmd.c
========