14
votes
42answers
2k views
What’s your favourite character? [closed]
In the symbolic sense, not the dramatic sense. And I'm talking about function rather than design (although that's an interesting question, too).
0
votes
3answers
379 views
RegEx for replacing and adding attributes to an HTML tag
Given the following code :
<body>
<img src="source.jpg" />
<p>
<img src="source.jpg" id ="hello" alt="nothing" />
<img src="source.jpg" id = …
10
votes
35answers
1k views
What is the most frustrating restriction your IT department has ever put on you or your machine?
I think we've all been there, your IT Support/ Infrastructure team inflict some meaningless, very frustrating, poorly explained "policy" on you and your team that irks you every ti …
12
votes
10answers
2k views
2d Platformer physics
It was a long holiday weekend, so I got the coding bug again and started playing around:
I wrote a basic tile engine, but having never attempted this before, I am really struggl …
1
vote
3answers
257 views
C# Select unknown item from Multi-dimensional array
For my own personal amusement, I'm writing what I hope will be the foundation of a game to come later. At current, I'm working on the game "board". Please consider the following: …
8
votes
4answers
699 views
Fun: Algorithm to divide a chocolate bar in equal parts
A random thought popped into my head (when I was sharing a chocolate bar of course!). I was wondering if there is a generic algorithm to solve this problem.
The problem goes like …
0
votes
4answers
148 views
Fun: What’s your favourite programming snack? [closed]
For a bit of fun:
It's the middle of the night, you've just written 1000 lines of code, and your deadline is rapidly approaching. You go for a snack, what do you grab to get you …
0
votes
6answers
220 views
Fun: (Besides Binary) What do you think is the most incomprehensible programming language? [closed]
Dup: http://stackoverflow.com/questions/187715/what-is-your-favorite-esoteric-programming-language or http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-lan …
