Mitch ★
Latest articles
-
Bin Packing
by Mitch ★An implementation of the most common Bin Packing algorithms. Visually representing the computed data will also be discussed.
-
GDI+ Image Encoder and Decoder Info
by Mitch ★Sample code to display useful information about the built in GDI+ Image Encoders and Decoders. Easily used to display information about any Encoder and Decoder as well.
-
Number Systems
by Mitch ★Most programmers are aware of a few number systems. Decimal, Binary, Octal, etc. VB.NET allows you to work with these number systems, but these alone. What about Duodecimal, Quinquevigesimal, or Roman Numerals? A proof of concept article.