Click here to Skip to main content
15,897,704 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: OooKay, this is odd... Pin
phil.o23-Apr-16 6:45
professionalphil.o23-Apr-16 6:45 
News3k images per second-Perf crazy! Pin
Eytukan23-Apr-16 1:44
Eytukan23-Apr-16 1:44 
GeneralRe: 3k images per second-Perf crazy! Pin
Sander Rossel23-Apr-16 3:25
professionalSander Rossel23-Apr-16 3:25 
GeneralRe: 3k images per second-Perf crazy! Pin
Eytukan25-Apr-16 5:14
Eytukan25-Apr-16 5:14 
GeneralThe Saturday Game Pin
908236522-Apr-16 23:14
908236522-Apr-16 23:14 
GeneralRe: The Saturday Game Pin
Eddy Vluggen22-Apr-16 23:34
professionalEddy Vluggen22-Apr-16 23:34 
GeneralRe: The Saturday Game Pin
908236522-Apr-16 23:54
908236522-Apr-16 23:54 
GeneralRe: The Saturday Game Pin
Eddy Vluggen23-Apr-16 2:40
professionalEddy Vluggen23-Apr-16 2:40 
That ended a bit quick.
public class Bookings : SomeDAL
{
    public void ReserveRoom (int roomNumber)
    {
      Rooms[roomNumber].Reserved = true;
    }
    public void Checkin (Person p, int roomNumber, DateTime when)
    {
      Rooms[roomNumber].OccupiedBy = p;
    }
    public bool Checkout(DateTime any)
    {
      throw new NotImplementedExcption();
    }
}

Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: The Saturday Game Pin
OriginalGriff23-Apr-16 3:03
mveOriginalGriff23-Apr-16 3:03 
GeneralRe: The Saturday Game Pin
Eddy Vluggen23-Apr-16 3:10
professionalEddy Vluggen23-Apr-16 3:10 
GeneralRe: The Saturday Game Pin
OriginalGriff23-Apr-16 3:04
mveOriginalGriff23-Apr-16 3:04 
GeneralRe: The Saturday Game Pin
Mark_Wallace23-Apr-16 4:48
Mark_Wallace23-Apr-16 4:48 
GeneralRe: The Saturday Game Pin
OriginalGriff23-Apr-16 4:56
mveOriginalGriff23-Apr-16 4:56 
GeneralRe: The Saturday Game Pin
Mark_Wallace23-Apr-16 5:07
Mark_Wallace23-Apr-16 5:07 
GeneralRe: The Saturday Game Pin
OriginalGriff23-Apr-16 5:10
mveOriginalGriff23-Apr-16 5:10 
GeneralRe: The Saturday Game Pin
Mark_Wallace23-Apr-16 5:13
Mark_Wallace23-Apr-16 5:13 
GeneralRe: The Saturday Game Pin
OriginalGriff23-Apr-16 5:22
mveOriginalGriff23-Apr-16 5:22 
GeneralRe: The Saturday Game Pin
Mark_Wallace23-Apr-16 5:33
Mark_Wallace23-Apr-16 5:33 
GeneralRe: The Saturday Game Pin
OriginalGriff23-Apr-16 5:45
mveOriginalGriff23-Apr-16 5:45 
GeneralThe new "Master of Orion" & UI design Pin
Super Lloyd22-Apr-16 22:47
Super Lloyd22-Apr-16 22:47 
GeneralRe: The new "Master of Orion" & UI design Pin
Mark_Wallace22-Apr-16 23:56
Mark_Wallace22-Apr-16 23:56 
GeneralRe: The new "Master of Orion" & UI design Pin
CDP180223-Apr-16 1:26
CDP180223-Apr-16 1:26 
GeneralRe: The new "Master of Orion" & UI design Pin
raddevus23-Apr-16 3:33
mvaraddevus23-Apr-16 3:33 
GeneralRe: The new "Master of Orion" & UI design Pin
Mark_Wallace23-Apr-16 4:42
Mark_Wallace23-Apr-16 4:42 
GeneralRe: The new "Master of Orion" & UI design Pin
RickZeeland23-Apr-16 7:49
mveRickZeeland23-Apr-16 7:49 

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.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   260 votes