Tagged Questions

0
votes
0answers
79 views

Lessons learnt from unfortunate (”funny?”) results of asset naming conventions. [closed]

Possible Duplicate: Funny or bad/unusual results of asset naming conventions One important and often overlooked aspect of programming is the creation of naming conventions for assets. …
1
vote
4answers
192 views

Pranks involving writing a program [closed]

I know there are a couple other questions that are related to this, but I think they are a little different. What I want to know is what are some good pranks you can do by means of writing an …
-1
votes
0answers
56 views

If your favourite movie or (comic) book character was a programming language, what would it be? [closed]

For example, for me the terminator (as played by Arnold) is definitely C++, and the liquid one is undoubtedly C#. So, what's about that batman guy? And yes, the tags tell it all: "subjective humor" …
3
votes
6answers
296 views

What does “my other car is a cdr” mean?

Can anyone well versed in lisp explain this joke to me? I've done some reading on functional programming languages and know that CAR/CDR mean Contents of Address/Decrement Register but I still don't …
7
votes
16answers
1k views

simple proof that GUID is not unique

I'd like to prove that a GUID is not unique in a simple test program. I expected this to run for hours but it's not working. How can I make it work? BigInteger begin = new BigInteger((long)0); …
3
votes
13answers
375 views

Most annoying colleague behavior (and how to deal with it) ? [closed]

Ok, nice community wiki question for something that has not being asked yet (apparently). I am currently sitting in an openspace with a guy who likes to beat the Enter key like it stole his wallet …
8
votes
15answers
798 views

Funniest code names for software projects

Developers are creative. Not as they create wonderfull GUIs or proof their sense for art with good color combinations, but with code names. Every project has a code name, sometimes official, sometimes …
0
votes
1answer
91 views

Totally Unhelpful Error Messages [closed]

Possible Duplicates: The funniest/weirdest error message you’ve got from a development environment/application Most daunting error message? Just for laughs: who's seen the most …
-1
votes
1answer
169 views

What is the absolute dumbest thing you’ve ever heard related to programming in general? [closed]

In my classroom: Professor: "OK, now let's start creating out database." student: "Um... how do we connect to a database again?" Professor: "Just figure out your connection string and use that." …
1
vote
6answers
273 views

What emoticons can you put into class names in your language?

I've just had a "discussion" with a developer about naming classes in C#. My final throw away line was - "Let's not put any emoticons in our class names" I can't think of a way you could put …
1
vote
3answers
302 views

Funny resume goofs [closed]

Post your snippets from resumes which made you laugh. Please omit names to protect the innocent.
-1
votes
8answers
289 views

What was trickiest code you’ve ever written?

Hi, As a programmer, I know sometime all has to write some code which they think -"Thank God! It's done" or "Ohh, how did I write it?"... Do you have any such piece of code.
4
votes
15answers
889 views

The most abusive C++ you’ve ever seen used?

I'm curious to know, what is the most abrasive, caustic, abusive but perfectly legal and correct C++ you've ever seen ship out the door? This question isn't meant to be a C++ bashing session, but a …

1 2 3 4 5 next
15 30 50 per page