Click here to Skip to main content
15,905,776 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thanks! Pin
Karen Mitchelle27-Apr-14 16:27
professionalKaren Mitchelle27-Apr-14 16:27 
GeneralSleep Pin
Nagy Vilmos24-Apr-14 23:20
professionalNagy Vilmos24-Apr-14 23:20 
GeneralRe: Sleep Pin
Dalek Dave24-Apr-14 23:22
professionalDalek Dave24-Apr-14 23:22 
GeneralRe: Sleep Pin
Keith Barrow24-Apr-14 23:45
professionalKeith Barrow24-Apr-14 23:45 
GeneralRe: Sleep Pin
chriselst24-Apr-14 23:34
professionalchriselst24-Apr-14 23:34 
GeneralRe: Sleep Pin
Duncan Edwards Jones24-Apr-14 23:38
professionalDuncan Edwards Jones24-Apr-14 23:38 
GeneralRe: Sleep Pin
Keith Barrow24-Apr-14 23:47
professionalKeith Barrow24-Apr-14 23:47 
GeneralRe: Sleep Pin
phil.o25-Apr-14 0:29
professionalphil.o25-Apr-14 0:29 
Wait, there is an API for that:
C#
private void SolveSleepingProblem() {
   try {
      HaveSex();
      HaveSomeMoreSex();
   }
   catch (NoSexException nse) {
      Console.WriteLine("Syntax error: no sex found.");
   }
   catch (BadSexException bse) {
      Console.WriteLine("All sloggies should be removed before attempting.");
   }
   catch (InterruptedCoitusException ice) {
      Console.WriteLine("The Sex procedure has terminated abnormally. Please refer to your sexual life administrator.");
   }
   finally {
      Condom.Release();
      Sleep();
   }
}

C#
[Flags]
public enum Bool {
   True, False, ForSure, Maybe, ProbablyNot, Depends, NotDecidedYet, Undefined
}

private interface IShy { }

GeneralRe: Sleep Pin
Nagy Vilmos25-Apr-14 0:52
professionalNagy Vilmos25-Apr-14 0:52 
GeneralRe: Sleep Pin
Jörgen Andersson25-Apr-14 0:59
professionalJörgen Andersson25-Apr-14 0:59 
GeneralRe: Sleep Pin
Nagy Vilmos25-Apr-14 1:09
professionalNagy Vilmos25-Apr-14 1:09 
GeneralRe: Sleep Pin
chriselst25-Apr-14 1:11
professionalchriselst25-Apr-14 1:11 
GeneralRe: Sleep Pin
Nagy Vilmos25-Apr-14 1:27
professionalNagy Vilmos25-Apr-14 1:27 
GeneralRe: Sleep Pin
Johnny J.25-Apr-14 1:18
professionalJohnny J.25-Apr-14 1:18 
GeneralRe: Sleep Pin
Jörgen Andersson25-Apr-14 2:42
professionalJörgen Andersson25-Apr-14 2:42 
GeneralRe: Sleep Pin
chriselst25-Apr-14 1:10
professionalchriselst25-Apr-14 1:10 
GeneralRe: Sleep Pin
Jörgen Andersson25-Apr-14 2:37
professionalJörgen Andersson25-Apr-14 2:37 
GeneralRe: Sleep Pin
_Maxxx_25-Apr-14 0:45
professional_Maxxx_25-Apr-14 0:45 
GeneralRe: Sleep Pin
Nagy Vilmos25-Apr-14 0:51
professionalNagy Vilmos25-Apr-14 0:51 
GeneralRe: Sleep PinPopular
_Maxxx_25-Apr-14 0:52
professional_Maxxx_25-Apr-14 0:52 
GeneralRe: Sleep Pin
loctrice25-Apr-14 2:09
professionalloctrice25-Apr-14 2:09 
GeneralRe: Sleep Pin
Nagy Vilmos25-Apr-14 2:12
professionalNagy Vilmos25-Apr-14 2:12 
GeneralA sorry tale of people not doing as they are told. Pin
Dalek Dave24-Apr-14 23:01
professionalDalek Dave24-Apr-14 23:01 
QuestionRe: A sorry tale of people not doing as they are told. Pin
Marco Bertschi24-Apr-14 23:16
protectorMarco Bertschi24-Apr-14 23:16 
AnswerRe: A sorry tale of people not doing as they are told. PinPopular
Dalek Dave24-Apr-14 23:19
professionalDalek Dave24-Apr-14 23:19 

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.