Click here to Skip to main content
15,895,746 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: Moon shot Pin
Duncan Edwards Jones2-Feb-16 6:55
professionalDuncan Edwards Jones2-Feb-16 6:55 
GeneralRe: Moon shot Pin
PIEBALDconsult2-Feb-16 7:18
mvePIEBALDconsult2-Feb-16 7:18 
GeneralRe: Moon shot Pin
Foothill2-Feb-16 7:33
professionalFoothill2-Feb-16 7:33 
GeneralRe: Moon shot Pin
Daniel Pfeffer2-Feb-16 8:54
professionalDaniel Pfeffer2-Feb-16 8:54 
GeneralRe: Moon shot Pin
90823652-Feb-16 10:13
90823652-Feb-16 10:13 
GeneralThe secret of a long happy marriage - moved to soapbox Pin
Chris Quinn2-Feb-16 4:26
Chris Quinn2-Feb-16 4:26 
GeneralRe: The secret of a long happy marriage Pin
Cornelius Henning2-Feb-16 4:31
professionalCornelius Henning2-Feb-16 4:31 
GeneralFound In QA Pin
Kevin Marois2-Feb-16 4:15
professionalKevin Marois2-Feb-16 4:15 
Just found this gem in a question about a Socket Exeption:
private void button1_Click(object sender, EventArgs e)

      {
          if (serverStarted)
          {
              updateUI("server is already started silly sausage");
              return;
          }
          if (radioButton1.Checked)
          {
              startScan();

          }
          else
          {
              connectAsServer();
          }
      }
If it's not broken, fix it until it is

GeneralRe: Found In QA Pin
Chris Quinn2-Feb-16 4:19
Chris Quinn2-Feb-16 4:19 
GeneralRe: Found In QA Pin
Slacker0072-Feb-16 6:21
professionalSlacker0072-Feb-16 6:21 
GeneralCCC OTD 2016-02-02 Solution Pin
OriginalGriff2-Feb-16 2:25
mveOriginalGriff2-Feb-16 2:25 
GeneralRe: CCC OTD 2016-02-02 Solution Pin
megaadam2-Feb-16 2:29
professionalmegaadam2-Feb-16 2:29 
GeneralRe: CCC OTD 2016-02-02 Solution Pin
HobbyProggy2-Feb-16 2:32
professionalHobbyProggy2-Feb-16 2:32 
GeneralRe: CCC OTD 2016-02-02 Solution Pin
OriginalGriff2-Feb-16 2:36
mveOriginalGriff2-Feb-16 2:36 
GeneralRe: CCC OTD 2016-02-02 Solution Pin
HobbyProggy2-Feb-16 2:38
professionalHobbyProggy2-Feb-16 2:38 
GeneralRe: CCC OTD 2016-02-02 Solution Pin
OriginalGriff2-Feb-16 2:44
mveOriginalGriff2-Feb-16 2:44 
GeneralRe: CCC OTD 2016-02-02 Solution Pin
HobbyProggy2-Feb-16 2:48
professionalHobbyProggy2-Feb-16 2:48 
GeneralRe: CCC OTD 2016-02-02 Solution Pin
pkfox2-Feb-16 3:50
professionalpkfox2-Feb-16 3:50 
GeneralRe: CCC OTD 2016-02-02 Solution Pin
Duncan Edwards Jones2-Feb-16 2:37
professionalDuncan Edwards Jones2-Feb-16 2:37 
GeneralRe: CCC OTD 2016-02-02 Solution Pin
OriginalGriff2-Feb-16 2:40
mveOriginalGriff2-Feb-16 2:40 
GeneralRe: CCC OTD 2016-02-02 Solution Pin
Kornfeld Eliyahu Peter2-Feb-16 3:16
professionalKornfeld Eliyahu Peter2-Feb-16 3:16 
PraiseRe: CCC OTD 2016-02-02 Solution Pin
pkfox2-Feb-16 3:45
professionalpkfox2-Feb-16 3:45 
GeneralEveryone says c++ is faster than c#, why? PinPopular
amagitech2-Feb-16 1:10
amagitech2-Feb-16 1:10 
GeneralRe: Everyone says c++ is faster than c#, why? Pin
phil.o2-Feb-16 1:22
professionalphil.o2-Feb-16 1:22 
GeneralRe: Everyone says c++ is faster than c#, why? PinPopular
ZurdoDev2-Feb-16 1:30
professionalZurdoDev2-Feb-16 1:30 

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.