All the sources codespage 37
Java
        
            
             August 05, 2014 am31 02:26        
        #178
    
    
    public void goToBed (Person person)
{
   if(person.istired() == true)
        sleep (7hour);
}
    C++
        
            
             August 03, 2014 am31 08:41        
        #111
    
    
    long long time; //ago in a galaxy far away...
    Java
        
            
             August 03, 2014 am31 08:01        
        #202
    
    
    try {
}
catch (SQLException ex) {
    // Basically, without saying too much, you're screwed. Royally and totally.
}
catch(Exception ex)
{
    //If you thought you were screwed before, boy have I news for you!!!
}