David C. Bishop's repositories
llvmscriptdemo
A test program for using LLVM compiled C++ code instead of an embedded scripting language.
cppcollada
A simple C++ COLLADA parser and OpenGL viewer, DevIL texture loading with a test QT interface.
gameruntime
Some random experimental game runtime and networking RPC code.
np-ass1-webserver
A simple webserver written in C/socksts for a uni assignment, has multiple branches with different threading methods (unthreaded, fork, pthread, select). Sample code only, no security.
np-ass2-udpchat
A simple threaded UDP broadcast chat program with a ncurses interface. Done for a uni assignment.
TPG-checkusage
A simple python script to pull your TPG data usage from the website.
fileaccessor
A simple interface around ioutil.ReadFile/WriteFile designed for unit testing in Go.
py-shell-alias
Keeps a persistent list of alias command for the shell in either YAML or JSON format and can output it as shell script.
rust-soundex
A simple Soundex implementation.