User:Mwn3d: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
Line 5: Line 5:


==Languages==
==Languages==
I've primarily worked in [[C++]] and [[Java]], with some [[Ruby]], [[C]], and [http://en.wikipedia.org/wiki/Motorola_68K Motorola 68K] Assembly. I've also worked in [[BASIC]] ([http://en.wikipedia.org/wiki/QuickBASIC QuickBasic] in particular)--my first programming language. In high school, I learned QBASIC, C/C++, Java, [http://en.wikipedia.org/wiki/Apple_IIe Apple IIe] Assembly, [[Pascal]], and [[Visual Basic]] (somehow without learning what an Object is...?).
I've primarily worked in [[C++]] and [[Java]], with some [[Ruby]], [[C]], and [http://en.wikipedia.org/wiki/Motorola_68K Motorola 68K] Assembly. I've also worked in [[BASIC]] ([http://en.wikipedia.org/wiki/QuickBASIC QuickBasic] in particular)--my first programming language. In high school, I learned QBASIC, C/C++, Java, [http://en.wikipedia.org/wiki/Apple_IIe Apple IIe] Assembly, [[Pascal]], and [[Visual Basic]] (somehow without learning what an Object is...?). Lately I kind of have a thing for Java.

Revision as of 06:37, 9 November 2007

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. In December 2007, I will start a co-op job at Spectracom in Rochester, NY. My current job is as a TA for a Java class at RIT. I usually edit things on here during downtime at that job (while the professor is talking about things).

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 (somehow without learning what an Object is...?). Lately I kind of have a thing for Java.