Click here to Skip to main content
15,915,869 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: Why.... Pin
Mark_Wallace4-Jun-16 8:59
Mark_Wallace4-Jun-16 8:59 
GeneralRe: Why.... Pin
BillWoodruff4-Jun-16 7:38
professionalBillWoodruff4-Jun-16 7:38 
GeneralRe: Why.... Pin
Sander Rossel4-Jun-16 8:07
professionalSander Rossel4-Jun-16 8:07 
GeneralRe: Why.... Pin
Wendelius4-Jun-16 9:06
mentorWendelius4-Jun-16 9:06 
GeneralRe: Why.... Pin
Sander Rossel5-Jun-16 3:10
professionalSander Rossel5-Jun-16 3:10 
GeneralRe: Why.... Pin
PIEBALDconsult4-Jun-16 15:25
mvePIEBALDconsult4-Jun-16 15:25 
GeneralRe: Why.... Pin
Sander Rossel5-Jun-16 3:13
professionalSander Rossel5-Jun-16 3:13 
GeneralThe Saturday Game Pin
OriginalGriff3-Jun-16 22:35
mveOriginalGriff3-Jun-16 22:35 
C#
string shop = GetShopContent(ShopType.Toy);
DateTime sunup = DateTime.Now.Date + new TimeSpan(4, 46, 0);
if (shop.Contains("you") && shop.Contains("me"))
    {
    shop += cash.ToString();
    shop = shop.Replace(balloons.ToString(), "");
    we += balloons;
    while (DateTime.Now < sunup) Thread.Sleep(60000);
    while (balloons-- > 0) ;
    Debug.Assert(balloons > 0, "Something's out there!");
    }

Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: The Saturday Game Pin
Nagy Vilmos4-Jun-16 1:32
professionalNagy Vilmos4-Jun-16 1:32 
GeneralRe: The Saturday Game Pin
OriginalGriff4-Jun-16 1:39
mveOriginalGriff4-Jun-16 1:39 
GeneralRe: The Saturday Game Pin
Nagy Vilmos4-Jun-16 3:19
professionalNagy Vilmos4-Jun-16 3:19 
GeneralRe: The Saturday Game Pin
90823654-Jun-16 1:44
90823654-Jun-16 1:44 
GeneralRe: The Saturday Game Pin
Mike Hankey4-Jun-16 3:19
mveMike Hankey4-Jun-16 3:19 
GeneralRe: The Saturday Game Pin
OriginalGriff4-Jun-16 4:20
mveOriginalGriff4-Jun-16 4:20 
GeneralRe: The Saturday Game Pin
Mike Hankey4-Jun-16 4:23
mveMike Hankey4-Jun-16 4:23 
GeneralRe: The Saturday Game Pin
90823654-Jun-16 4:08
90823654-Jun-16 4:08 
GeneralRe: The Saturday Game Pin
OriginalGriff4-Jun-16 4:19
mveOriginalGriff4-Jun-16 4:19 
GeneralRe: The Saturday Game Pin
Nagy Vilmos4-Jun-16 4:41
professionalNagy Vilmos4-Jun-16 4:41 
GeneralRe: The Saturday Game Pin
PIEBALDconsult4-Jun-16 5:06
mvePIEBALDconsult4-Jun-16 5:06 
GeneralRe: The Saturday Game Pin
90823654-Jun-16 6:30
90823654-Jun-16 6:30 
GeneralRe: The Saturday Game Pin
PIEBALDconsult4-Jun-16 14:54
mvePIEBALDconsult4-Jun-16 14:54 
GeneralRe: The Saturday Game Pin
Marc Clifton4-Jun-16 9:30
mvaMarc Clifton4-Jun-16 9:30 
PraiseTom Hiddleston would make a good James Bond, I think. Pin
Slacker0073-Jun-16 22:09
professionalSlacker0073-Jun-16 22:09 
GeneralRe: Tom Hiddleston would make a good James Bond, I think. Pin
90823654-Jun-16 1:47
90823654-Jun-16 1:47 
GeneralIs it just me? Pin
Member 47240843-Jun-16 22:03
Member 47240843-Jun-16 22:03 

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.