Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Mitch Dusina Profile

photo Mitch Dusina (Nimpo)
16 Mar 2004
Littleton (Denver), Colorado, USA United States
Student
http://www.myspace.com/colithium
Contact memberContact this Member Edit ProfileEdit my profile

Languages I know (from most comfortable with, to least comfortable with): VB.NET, C#, VB6, and C/C++

I'm 19 years old and pursuing a MS in Computer Science at the Colorado School of Mines. My dad introduced me to programming (with Visual Basic 6) when I was about 10. When I was 13 I was accepted and enrolled at Arapahoe Community College for a programming class and continued there during the summers while in high school.


Check me out!
Need a vacation?

This user has contributed 7 articles, 1 code samples and posted 1131 messages in our discussion forums.

Technology Interests

    Blogs

  • Tech & Philosophy

    Just my thoughts on technology and the philosophical issues surrounding it. I'll talk about topics such as programming, technology legislation, pure philosophy, etc. Read full article

  • Caution, bmp in Road

    A blog for presenting GDI+ concepts and techniques using Microsoft VB.NET and C#. Topics covered will range all over the System.Drawing namespace. Read full article

    Articles & Tutorials

  • Image Manipulation - Edge Detection

    by Nimpo

    Describes several fast and efficient processes to detect edges within a Bitmap.. Read full article

  • Drawing, The Correct Way

    by Nimpo

    There is much confusion over how exactly one should go about drawing using the .NET framework. This article is meant to clarify, in great detail, how to go about doing it correctly.. Read full article

  • Bin Packing

    by Nimpo

    An implementation of the most common Bin Packing algorithms. Visually representing the computed data will also be discussed.. Read full article

  • Number Systems

    by Nimpo

    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.. Read full article

  • Image Manipulation - Invert

    by Nimpo

    Describes the process of inverting the colors of a Bitmap in a fast and efficient way using unsafe code.. Read full article

  • Image Manipulation - Color

    by Nimpo

    Describes the process to adjust the colors within a Bitmap in a fast and efficient way using unsafe code.. Read full article

  • Image Manipulation - Brightness and Contrast

    by Nimpo

    Describes the process to adjust the brightness and contrast of a Bitmap in a fast and efficient way.. Read full article

    Code Samples

  • GDI+ Image Encoder and Decoder Info

    by Nimpo

    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.. Read full article