Here is some code I came across today: public class SingletonWannabe { private static String SERVER_URL; private static int port; … more →
Random Thoughtspyost wrote 2 months ago: As a part of my Introduction to programming course which I am attending this semester, I learned one … more →
sljm wrote 5 months ago: Was trying to use an library/jar file in my project today. The jar was a wrap around to call a webse … more →
noocyte wrote 1 year ago: I just came across some really bad code and I just had to post it right now. Some of the mistakes ha … more →
zhanzhuang wrote 1 year ago: This code was pointed out to me: static unsigned int hash(const char *key) { unsigned long hashval; … more →
Balaji wrote 1 year ago: Here is some code I came across today: public class SingletonWannabe { private … more →
Balaji wrote 1 year ago: Recently I came across this line of code: private static final SimpleDateFormat … more →
Balaji wrote 1 year ago: Here is a code snippet from a custom JSP tag I ran into today: try { out.write(hoursSelectHTML.toStr … more →
noocyte wrote 1 year ago: So, I’ve been looking through some old code today and I’ve found some pretty good exampl … more →
Bug Girl wrote 3 years ago: I found a huge, gaping hole in a piece of software we use in our office! Basically, it’s very … more →