Click here to Skip to main content
15,902,189 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Subclassing Pin
Andrew Rissing1-Apr-10 5:23
Andrew Rissing1-Apr-10 5:23 
GeneralRe: Subclassing Pin
Ian Shlasko1-Apr-10 11:17
Ian Shlasko1-Apr-10 11:17 
GeneralRe: Subclassing Pin
Rob Grainger7-Apr-10 3:54
Rob Grainger7-Apr-10 3:54 
GeneralRe: Subclassing Pin
Ian Shlasko7-Apr-10 9:19
Ian Shlasko7-Apr-10 9:19 
GeneralRe: Subclassing Pin
Lutosław29-Apr-10 7:29
Lutosław29-Apr-10 7:29 
QuestionRe: Subclassing Pin
Chris Meech1-Apr-10 3:05
Chris Meech1-Apr-10 3:05 
AnswerRe: Subclassing Pin
Ian Shlasko1-Apr-10 10:56
Ian Shlasko1-Apr-10 10:56 
GeneralEncoding IP addresses Pin
Bernhard Hiller26-Mar-10 4:31
Bernhard Hiller26-Mar-10 4:31 
Some years ago, I worked at the German office of a big international hospital information system manufacturer. The server was written in MUMPS (that's really a disease...), and lots of the code were developed at the US head quarters.
Some day, we had problems in the communication between computers. Eventually we found out that our American colleagues stored IP addresses in two floating point numbers and then concatenated them with a ".", something like address=float1+"."+float2
It worked fine in the US, but in Germany we use a decimal comma instead of a decimal point, and "192,168.109,47" is not a correctly formed IP address...
GeneralRe: Encoding IP addresses Pin
adgonz26-Mar-10 5:36
adgonz26-Mar-10 5:36 
GeneralRe: Encoding IP addresses Pin
reflex@codeproject30-Mar-10 8:24
reflex@codeproject30-Mar-10 8:24 
GeneralRe: Encoding IP addresses Pin
adgonz30-Mar-10 8:54
adgonz30-Mar-10 8:54 
GeneralRe: Encoding IP addresses Pin
supercat97-Apr-10 7:29
supercat97-Apr-10 7:29 
GeneralThat's an useless class Pin
doud26-Mar-10 3:19
professionaldoud26-Mar-10 3:19 
GeneralRe: That's an useless class Pin
Covean26-Mar-10 4:00
Covean26-Mar-10 4:00 
GeneralRe: That's an useless class Pin
V.26-Mar-10 4:59
professionalV.26-Mar-10 4:59 
GeneralRe: That's an useless class Pin
Som Shekhar27-Mar-10 4:19
Som Shekhar27-Mar-10 4:19 
GeneralRe: That's an useless class Pin
nxaspisol27-Mar-10 22:31
nxaspisol27-Mar-10 22:31 
GeneralRe: That's an useless class Pin
Don Kackman29-Mar-10 14:37
Don Kackman29-Mar-10 14:37 
GeneralMidPointRounding for Math.Round() method in .Net Application Pin
elizas24-Mar-10 1:03
elizas24-Mar-10 1:03 
GeneralRe: MidPointRounding for Math.Round() method in .Net Application Pin
Keith Barrow24-Mar-10 1:30
professionalKeith Barrow24-Mar-10 1:30 
GeneralRe: MidPointRounding for Math.Round() method in .Net Application Pin
PIEBALDconsult24-Mar-10 5:13
mvePIEBALDconsult24-Mar-10 5:13 
GeneralRe: MidPointRounding for Math.Round() method in .Net Application Pin
David Skelly24-Mar-10 7:38
David Skelly24-Mar-10 7:38 
GeneralRe: MidPointRounding for Math.Round() method in .Net Application Pin
fabrice.leal24-Mar-10 7:50
fabrice.leal24-Mar-10 7:50 
GeneralRe: MidPointRounding for Math.Round() method in .Net Application Pin
David Skelly24-Mar-10 23:39
David Skelly24-Mar-10 23:39 
JokeRe: MidPointRounding for Math.Round() method in .Net Application Pin
Jeremy Tierman25-Mar-10 7:11
Jeremy Tierman25-Mar-10 7:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.