Quantcast
Channel: Yostivanich » code
Browsing latest articles
Browse All 6 View Live

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...

View Article



git ready – temporarily ignoring files

So, to temporarily ignore changes in a certain file, run:git update-index --assume-unchanged <file>Then when you want to track changes again:git update-index --no-assume-unchanged <file>via...

View Article

CSS–101 – Go fetch yourself!

Using descendant selectors is inneficient, but when your key selector (the rightmost selector) is a ID selector, then things get worse.via CSS–101 – Go fetch yourself!. It’s a little weird sometimes to...

View Article

Pastebin.com – Ok, I came up with an example. Programming is like doing a...

Ok, I came up with an example.Programming is like doing a massive sudoku. But you’re not just doing you’re own square, you have to line up the edges with squares that you’ve already done, or squares...

View Article

Vivek Haldar – Size is the best predictor of code quality

A long paper trail of software engineering studies has shown that many internal code metrics (such as methods per class, depth of inheritance tree, coupling among classes etc.) are correlated with...

View Article


Mailinator™ Blog – How Mailinator compresses email by 90%

Given the title of this article, the first thing that should pop into your mind is probably — “well, use a compression algorithm — right?”.Right! Well, yes, well, not exactly. Read on.via Mailinator™...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images