Sep
6
2009
Converts from any base less than or equal to 36 to any other base less than or equal to 36. This is my first python program so it is definitely not amazing, but I don’t think I did too bad.
Continue reading
no comments | tags: base, binary, converter, hexadecimal, python, syfran | posted in Code, Snippet
Sep
2
2009
In my opinion one of the most confusing topics that Java has to offer is how it passes its variables. Two people can argue for over a page trying to say the same thing but not realize it until after.
Continue reading
3 comments | tags: Java, pass, Tutorial, variables | posted in Articles, Java, Tutorial