This was a project for my TCP/IP Networking class which required implementing a TCP server and client for the game Uno. I wrote a server application in Python (which contained all the game logic) and…
DOWNLOAD THE POSTER (PDF) T.V. Fanatic is an Android app where users can share their opinions of the latest episodes of their favorite television shows and see what others are saying. This was a team…
Go TO CSVLIVESPLITTER.com Working with large CSV files for the PNW Moths project, I found myself needing to split them up into chunks while maintaining the semantics of a CSV file. Surprisingly, I didn’t find…
GO TO PHP Live Regex PHP Live Regex is a webapp that provides instant return values for several common PHP regular expression functions. It was inspired by Bret Victor’s well-known talk Inventing on Principle and…