User:Mwn3d

From Rosetta Code

Me

I am Mike Neurohr, a student at RIT, majoring in computer engineering (3rd year). If you don't know what that is, mix computer science and electrical engineering, then add Assembly, and you got it. You can see some of my code and philosophy theory on my web page. I have learned to code based on the RIT coding standard (which hasn't gotten me in trouble with other nerds yet), but sometimes I abandon minor rules for convenience (using "continues" and ternary operators).

I am originally from Pennsylvania. I started a co-op job at Spectracom in December 2007 in Rochester, NY. My previous job was as a TA for a Java class at RIT where I started doing a lot of my RC editing.

Languages

I've primarily worked in C++ and Java, with some Ruby, C, and Motorola 68K Assembly. I've also worked in BASIC (QuickBasic in particular)--my first programming language. In high school, I learned QBASIC, C/C++, Java, Apple IIe Assembly, Pascal, and Visual Basic (all somehow without learning what an Object is...?). Lately I have a thing for Java. I kind of wish I got money for every time I "Added a Java example." I have recently taken classes in C and VHDL.

OSs

I have been a Windows/Microsoft user for the longest time. I used DOS way back in the day before I knew how to check versions and all. I used Windows 95, 98SE, 2000, and XP. At college I started using UNIX and Solaris for CS and I've recently gotten into GNU/Linux (Debian testing w/Gnome). My Linux learning has been slowed by a recent hardware failure.

In Progress:

  • A Java version of RCBF--all that's left is a nested loop problem.