Collection of experiments with the Ada language
Go to file
R. Tyler Croy c00e177d4e Add a simple twitter streaming client to hit the sampled statuses stream
Usage: ./twitstream <user> <pass>
2011-08-17 23:39:32 -07:00
aunit-experiment Add a simple set of AUnit tests to experiment with Ada unit testing 2010-11-08 11:08:01 -08:00
twitstream Add a simple twitter streaming client to hit the sampled statuses stream 2011-08-17 23:39:32 -07:00
.gitignore Add a simple ignore 2011-07-26 22:30:06 -07:00
Makefile wip task pooling 2011-08-04 15:35:22 -07:00
README.md initial commit 2010-10-28 20:31:17 -07:00
echopool.adb wip task pooling 2011-08-04 15:35:22 -07:00
echoserver.adb Add a simple (single threaded) echo server 2011-01-30 12:02:48 -08:00
hello.adb Add a simple hello world 2010-10-28 20:35:14 -07:00
readself.adb Small experiment in reading a file and dumping it out, one character at a time :( 2010-10-30 11:09:17 -07:00
twotasking.adb Add a simple test of tasking 2011-01-30 10:26:10 -08:00

README.md