Category: Software Code
skipfish – Google Code
Google launches an open-source web application security scanner.
Accent Folding for Auto-Complete – A List Apart
Accent Folding takes an application to a new level of internationalization.
There aren’t any good apps for that – Marco.org
The iPhone App Store has tons of applications, but not that many good ones.
Secret Santa Project
It’s the holiday season and that means you are buying a lot of gifts and probably along the way doing at least one gift exchange. Probably the most well known of these (at least here in the US) is Secret Santa. My family does Secret Santa amongst ourselves and this year I decided to modernize […]
The Complex Made Simple
For work, I had a piece of code that needed to calculate if a certain date fell in between two other days. So I started out writing out this big long function to calculate if a date fell first within the same year as either of the two dates, and if so within the two […]
Basic C# Networking Project
For a computer science class, Remoting and Networking with C#, we had a networking project to do that I thought I would put out to see if it helps anyone else looking for a basic networking project with .NET. The project can be found here. As usual the code is licensed with an MIT License, […]