Tag: code
Mailinator(tm) Blog – How Mailinator compresses email by 90%
A fun journey through algorithms to find a solution to getting some awesome compression stats.
Vivek Haldar – Size is the best predictor of code quality
Essentially length of code tied with code metrics becomes a reasonable predictor of bugs.
Pastebin.com – Ok, I came up with an example. Programming is like doing a massive sudoku.
Just a little to close to home.
CSS–101 – Go fetch yourself!
It’s a little weird sometimes to think that the CSS selectors work from right to left, so if you end with an id, you just spent way more time on grabbing a DOM element, the browser grabbed with the id alone.
git ready – temporarily ignoring files
Nice tip.
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, […]