Najmniej popularne cytaty


#5640 Dodano: 20-12-2011 01:37. Głosów: 84
It is a pity the Pi is not an integer

http://cboard.cprogramming.com/cplusplus-programming/56968-standard-pi-constant.html
#7501 Dodano: 12-07-2014 15:27. Głosów: 84
Podstawy programowania w języku Java:
2.2 Struktury dynamiczne
2.2.1 Stos
Często fachowo pieszczotliwie nazywany LIFO (Last In - First Out). Informa-
tycy żartują, że ta struktura danych została stworzona przez Jezusa (”Pierwsi
będą ostatnimi, a ostatni pierwszymi”).
#6754 Dodano: 05-04-2013 00:55. Głosów: 84
"The 11 in C++11 refers to the number of legs [..] nailed onto the dog whilst attempting to build a better octopus." - Dylan Beattie
#7816 Dodano: 15-04-2015 21:28. Głosów: 84
Państwem domkniętym nazywamy kraj z którego nie da się uciec przez przejście graniczne.
#190 Dodano: 19-05-2009 20:28. Głosów: 84
Podczas egzaminu wstępnego na matematykę.
- Proszę podać nazwisko słynnego, polskiego matematyka?
- Dróbka-Szymański.
#2282 Dodano: 22-10-2009 22:31. Głosów: 84
Q: How many IBM CPU's does it take to do a logical right shift? A: 33. 1 to hold the bits and 32 to push the register.
#7414 Dodano: 07-05-2014 01:09. Głosów: 84
I'm sorry, but I don't see how listing out 95 cases in a row that go to the same thing is a solution to anything. If I encountered that in any code I would track them down, kidnap them, deliver them personally to GLaDOS, and hope she gives them the deadliest sequence of tests she can find.
#4123 Dodano: 06-11-2010 14:46. Głosów: 85
/* === Quality of code is measured in WTFs/minute. === */
$gallery_id_ = $gallery_id;
unset($gallery_id);
global $gallery_id;
$gallery_id = $gallery_id_;
/* === By Informatic. It certainly works. === */
#5309 Dodano: 13-09-2011 17:33. Głosów: 85
protocol device {
scan time 30; # Scan interfaces every 10 seconds
}

http://wiki.qontrol.nl/Anonet/BIRD
#4544 Dodano: 06-02-2011 15:55. Głosów: 85
<xyz>Eternal life is pointless cause theres limited number of things you can fap to.
#7697 Dodano: 18-12-2014 23:52. Głosów: 86
Dlaczego monomorfizmy nie mogą mieć dzieci?
Bo mają trywialne jądro.
#6191 Dodano: 08-08-2012 19:03. Głosów: 86
<Speakerphone Dude> I hope you understand how lucky you are to work on something cool like industrial automation products. At some point in the future you will find yourself doing code review and closing tickets in a bug tracker for a boring tax application or something like that, and you will miss the days where you were pulling your hair trying to make this automation thing work. You will laugh quietly when people will complain about A/C going nuts or the elevator stopping on floors where nobody has called it, then go back sadly to your tickets and ugly SAP timesheet.
#4980 Dodano: 01-06-2011 19:46. Głosów: 86
Tony Zakula:
C'mon already. If you are sys admin and you create the scenario
below, you deserve to be hacked.
#3719 Dodano: 12-07-2010 10:15. Głosów: 86
[cytat z MSDN - http://msdn.microsoft.com/en-us/library/f9e8s203.aspx]

For more information, see Walkthrough: Arranging Controls on Windows Forms Using a FlowLayoutPanel and Walkthrough: Arranging Controls on Windows Forms Using a FlowLayoutPanel and Walkthrough: Arranging Controls on Windows Forms Using a FlowLayoutPanel and Walkthrough: Arranging Controls on Windows Forms Using a FlowLayoutPanel.
#6287 Dodano: 28-09-2012 13:50. Głosów: 86
protected void refreshLayout() {
// We are forcing scroll bar refreshing too
composite.getParent().getParent().getParent().getParent().getParent().getParent().pack(true);
composite.getParent().getParent().getParent().getParent().getParent().getParent().getParent().layout();
}