Archive
Software Development Life Cycle [SDLC]
Nothing would describe better the SDLC…
C# Set method timeout using Generics
I’m pretty sure all of you know the WebRequest and it’s derived class HttpWebRequest.
And what a marvelous property both of them have – the TimeOut.
C# Parsing HTML with HtmlAgilityPack
Let’s say you have to parse some HTML, find all images or some other DOM elements make some changes/optimizations and save the result. What can you do ?
Well, i needed something like that a few days ago and after Googling for couple of hours I ran across this this great library called HtmlAgilityPack.
Google in your house
I just can’t help it and must post this one… It’s hilarious !!!
Episode 1 :
Two more episodes.. Read more…
C# LINQ Teaser
Another great interview question.
Will the following code compile and if yes what will be the result of it ?
Read more…
IE Memory Leak – jQuery Fix
I suppose all of you have suffered all those terrible memory leaks in Internet Explorer.
Sometimes it’s bearable, but most of the time it’s not. I say enough is enough !
C# Byte Iteration Question
C# Image Processing with AForge.NET Framework
A couple of days ago i found a great framework called AForge.NET.
AForge.NET is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence – image processing, neural networks, genetic algorithms, machine learning, robotics, etc.
C# Rectangle Packing
Sometimes, you’re faced with the problem to cramp as many smaller textures as possible onto a larger texture. Typical cases are lightmaps, which are very small textures with dimensions that usually are not powers of two, or bitmap fonts where you want to try and fit the entire ascii character set onto a texture without wasting much space.
What you need then, is a rectangle packer, an algorithm that arranges as many smaller rectangles on a larger rectangle as can possibly fit.


Recent Comments