Click here to Skip to main content
15,884,955 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.

 
JokeRe: Obviously Pin
Chris Meech6-Jun-07 14:44
Chris Meech6-Jun-07 14:44 
GeneralRe: Obviously Pin
Pete O'Hanlon6-Jun-07 23:01
mvePete O'Hanlon6-Jun-07 23:01 
JokeRe: Obviously Pin
DavidNohejl6-Jun-07 23:40
DavidNohejl6-Jun-07 23:40 
GeneralRe: Obviously Pin
Sylvester george6-Jun-07 23:48
Sylvester george6-Jun-07 23:48 
GeneralRe: Obviously Pin
Judah Gabriel Himango7-Jun-07 4:13
sponsorJudah Gabriel Himango7-Jun-07 4:13 
GeneralRe: Obviously Pin
Paul Conrad7-Jun-07 3:56
professionalPaul Conrad7-Jun-07 3:56 
GeneralRe: Obviously Pin
PIEBALDconsult7-Jun-07 7:29
mvePIEBALDconsult7-Jun-07 7:29 
Generalhe he Pin
Sylvester george5-Jun-07 1:46
Sylvester george5-Jun-07 1:46 
string currentdate = "Current date and time is " + DateTime.Now.ToString();
StringBuilder sbcurrentdate = new StringBuilder();
sbcurrentdate.Append(currentdate);
return sbcurrentdate;

Regards,
Sylvester G
sylvester_g_m@yahoo.com

GeneralRe: he he Pin
Optimus Chaos5-Jun-07 2:04
Optimus Chaos5-Jun-07 2:04 
GeneralRe: he he Pin
DavidNohejl5-Jun-07 2:11
DavidNohejl5-Jun-07 2:11 
GeneralRe: he he Pin
Emil - Gabriel11-Jun-07 4:09
Emil - Gabriel11-Jun-07 4:09 
GeneralRe: he he Pin
benjymous12-Jun-07 0:21
benjymous12-Jun-07 0:21 
GeneralRe: he he Pin
Sylvester george12-Jun-07 1:14
Sylvester george12-Jun-07 1:14 
GeneralRe: he he Pin
Emil - Gabriel12-Jun-07 1:54
Emil - Gabriel12-Jun-07 1:54 
GeneralRe: he he Pin
DarrollWalsh19-Jun-07 5:20
DarrollWalsh19-Jun-07 5:20 
GeneralRe: he he [modified] Pin
TwoFaced20-Jun-07 8:58
TwoFaced20-Jun-07 8:58 
GeneralRe: he he Pin
Emil - Gabriel20-Jun-07 20:26
Emil - Gabriel20-Jun-07 20:26 
GeneralRe: he he Pin
Emil - Gabriel20-Jun-07 20:27
Emil - Gabriel20-Jun-07 20:27 
GeneralRe: he he Pin
Sylvester george21-Jun-07 20:43
Sylvester george21-Jun-07 20:43 
GeneralRe: he he Pin
Sathesh Sakthivel9-Jul-07 20:05
Sathesh Sakthivel9-Jul-07 20:05 
JokeHa ha Pin
ScottM13-Jun-07 23:08
ScottM13-Jun-07 23:08 
GeneralRe: Ha ha Pin
Giorgi Dalakishvili3-Jun-07 23:34
mentorGiorgi Dalakishvili3-Jun-07 23:34 
GeneralRe: Ha ha Pin
ScottM13-Jun-07 23:41
ScottM13-Jun-07 23:41 
GeneralRe: Ha ha Pin
Daniel Grunwald5-Jun-07 3:32
Daniel Grunwald5-Jun-07 3:32 
GeneralRe: Ha ha Pin
Dan Neely5-Jun-07 3:46
Dan Neely5-Jun-07 3:46 

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.