User:Mwn3d: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
Line 15: Line 15:
{{mylangend}}
{{mylangend}}
==Me==
==Me==
I am Mike Neurohr, a student at [[wp:RIT|RIT]], majoring in computer engineering (4th year by time, 5th year by credits). If you don't know what that is, mix computer science and electrical engineering, then add [[Assembly]] and [[Bell Labs|transistors]], and you got it. You can see some of my code and philosophy theory on my [http://rekaeuqs1.googlepages.com/home web page] (some links in the "Projects" section below go to my website as well). I have learned to code based on the [http://www.cs.rit.edu/~f2y-grd/java-coding-standard.html 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 Mike Neurohr, a student at [[wp:RIT|RIT]] (4th year by time, 5th year by credits), majoring in computer engineering. If you don't know what that is, mix computer science and electrical engineering, then add [[Assembly]] and [[Bell Labs|transistors]], and you got it. You can see some of my code and philosophy theory on my [http://rekaeuqs1.googlepages.com/home web page] (some links in the "Projects" section below go to my website as well). I have learned to code based on the [http://www.cs.rit.edu/~f2y-grd/java-coding-standard.html 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 had a co-op job at [http://www.spectracomcorp.com/ Spectracom] from December 2007 to March 2008 in Rochester, NY. My previous job was as a TA for a [http://www.cs.rit.edu/~vcss231 Java class at RIT] (which I usually return to when I'm not on co-op), where I started doing a lot of my RC editing. I also advertise RC to the kids while I work as a TA. My current job is another co-op at [http://thomsonreuters.com/ Thomson-Reuters] (formerly Thomson-West), where I test software.
I am originally from Pennsylvania. I had a co-op job at [http://www.spectracomcorp.com/ Spectracom] from December 2007 to March 2008 in Rochester, NY. My previous job was as a TA for a [http://www.cs.rit.edu/~vcss231 Java class at RIT] (which I usually return to when I'm not on co-op), where I started doing a lot of my RC editing. I also advertise RC to the kids while I work as a TA. My current job is another co-op at [http://thomsonreuters.com/ Thomson-Reuters] (formerly Thomson-West), where I test software.

Revision as of 16:54, 10 December 2008

Languages I use
Language Proficiency
Java Advanced
C Intermediate
C++ Intermediate
BASIC Intermediate
Assembly Beginner/Intermediate
Ruby Beginner
Lisp Beginner
Prolog Super Beginner
Visual Basic Super Beginner
Brainf*** I know all of the commands
Languages I don't want to use
Languages Reasons
J it has no words

Me

I am Mike Neurohr, a student at RIT (4th year by time, 5th year by credits), majoring in computer engineering. If you don't know what that is, mix computer science and electrical engineering, then add Assembly and transistors, and you got it. You can see some of my code and philosophy theory on my web page (some links in the "Projects" section below go to my website as well). 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 had a co-op job at Spectracom from December 2007 to March 2008 in Rochester, NY. My previous job was as a TA for a Java class at RIT (which I usually return to when I'm not on co-op), where I started doing a lot of my RC editing. I also advertise RC to the kids while I work as a TA. My current job is another co-op at Thomson-Reuters (formerly Thomson-West), where I test software.

I end up doing a lot of structural editing on RC. I would like to see this site looking good and working properly. People are coming here to get programming help. The languages they're looking at are hard enough to use without a difficult website on top of it, so we should be as organized and logical as possible. My 2500th edit was putting Percentage of difference between 2 images‎ in the image processing category. I also help out with the blog doing weekly updates. Add a lot of examples and you can have your username mentioned in a blog entry to increase your internet rep.

I currently live with Qrush and Slawmaster in what Slawmaster calls "the RC power-apartment." They have been inactive for a while, but I can usually get them to contribute a Lisp (Slawmaster) or Ruby (Qrush) example if a cool task arises.


Languages

I've primarily worked in C++ and Java, with some Ruby, C, and Motorola 68K Assembly. I've also worked in BASIC (QuickBasic 4.5 in particular)--my first programming language. In high school, I learned QuickBasic, 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 (and the encyclopedia pages). I kind of wish I got money for every time I "Added a Java example." I have recently taken classes in C and VHDL. At my first co-op, I used OPNET. The coding part of OPNET is C with some predefined functions (which usually make the program fail).

Coding Choices

Debugging method: Print statements (console or file)

Language: Java

Data structure: Linked List

Sorting algorithm: Bubble Sort for arrays, Merge sort for other collections, though really it's a question of dataset size

Editor: Eclipse for projects, notepad or equivalent for things I just want to try

Braces for one-line conditionals and loops: Not usually, but yes for a complex project, and the open brace is always on the same line as the conditional or loop

Program end on error: Exceptions and stderr, System.exit for Java GUI programs on window close (but it makes me feel bad)

Goto's: http://xkcd.com/292/

OSs

I have been a Windows/Microsoft user for the longest time. I used DOS (playing Commander Keen and Duke Nukem) way back 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 (along with Emacs and Eclipse) and I've recently gotten into GNU/Linux (Debian testing w/Gnome). My Linux learning has been slowed by a hardware failure and schoolwork. The synaptic package manager was what drew me to it. If you haven't seen it, you'll be converted when you do. I've found that without Linux, I miss having multiple desktops (which I don't feel like installing for Windows).

Projects

Personal Todo List

  • See if a Java IRC bot can be done. ?
  • Translate RCRPG/Perl to Java (and BASIC if possible).
  • Deterministic PDA, and formal Turing machine simulators.
  • Get a new processor, motherboard, and video card. (suggestions?)