BitMote

To content | To menu | To search

Coding

As I progress in coding expertise and further my computer science education I will undoubtedly come across tidbits of code or advice I feel is worth sharing. If and when that happen, this is where it will be.

Entries feed - Comments feed

Subcategories

Tuesday, November 20 2012

Introduction to Object Oriented Programming in Java

These are the things which I believe people must know before they can make programs in java. We will go from easy to hard. I assume you have a rudimentary understanding of procedural programing.

Continue reading...

Friday, December 10 2010

Split Words + Spaces with Java + Regex

Wherein I elucidate the regular expression necessary for splitting lines into whitespace separated segments, retaining all whitespace.

Continue reading...