Najpopularniejsze cytaty


#3896 Dodano: 21-09-2010 03:27. Głosów: 110
/*
* OK; before you read the following code know what I am trying to do.
* I needed to get the list of child catagories from the root node so that
* the root node didn't appear in the selection box. But for some stupid
* fucking reason the stupid fucking DBA wont let me access the items using
* indices and I instead have to use their stupid fucking Iterator
* implementation. So there.
*/
$firstList = $this->getRootNode()->getChildren();
foreach ($firstList as $node)
{
$nodes = $node->getChildren();
break; // wtf?
}
#7558 Dodano: 17-08-2014 10:34. Głosów: 110
Russell's paradox
From Wikipedia, the free encyclopedia
(Redirected from List of lists which do not list themselves)
#7149 Dodano: 02-12-2013 20:08. Głosów: 110
The author of The Intel 8086 Primer, who was one of the original designers of the 8086, noted that there was originally a SEX instruction on that processor, too. He says that Intel management got cold feet and decreed that it be changed, and thus the instruction was renamed CBW and CWD (depending on what was being extended). Amusingly, the Intel 8048 (the microcontroller used in IBM PC keyboards) is also missing straight SEX but has logical-or and logical-and instructions ORL and ANL.

Źródło: http://www.catb.org/jargon/html/S/SEX.html
#6710 Dodano: 11-03-2013 15:11. Głosów: 109
<Avaj> IANAL = I Am Not A Lawyer
<Avaj> Uzywa sie go na forach bo niestety prawo i umowy to takie bagno, ze tylko prawnik moze dac jakies konkrety a tak to tylko gdybanie
<Krzysiek K.> Jak byś miał kilkaset plików kodu sprzed 30 lat opartego na wielkiej drabince if-else, który po drodze był nieustannie patchowany, to też by to tak wyglądało. ;)
#4421 Dodano: 14-01-2011 00:19. Głosów: 109
<kajt> Dziś na wykładzie prowadzący przeprowadził kolokwium roku!
<kajt> Kto chce 3 wychodzi, no to 60% wyszło
<kajt> i teraz ktoś krzyczy: "a teraz kto chce 5 wychodzi"
<kajt> Siru mówi "kto chce 3,5 wychodzi" ja krzyczę "kto chce 4 wychodzi"
<kajt> wykładowca: "ok kto chce 4 wychodzi" ehh te miny tych co wzięli 3 :D no ale nauczyłem sie na 4
#6738 Dodano: 27-03-2013 18:11. Głosów: 109
In Perl, it doesn't really matter if you don't do it the "appropriate" way, because to do any task in Perl, there are at least five ways to do it, all equally inappropriate. The only real difference is the number of years added in purgatory.
http://thedailywtf.com/Comments/All-the-Pieces.aspx#403994
#5986 Dodano: 07-05-2012 21:24. Głosów: 109
<XMPPwocky> real men optimize object files with a hex editor
#7819 Dodano: 11-05-2015 11:07. Głosów: 109
<i> i wanted to learn what a "tty server" is so i typed just that into google
<google result> Tired of this ****tty server - League of Legends Community
#5126 Dodano: 11-07-2011 16:12. Głosów: 108
Z forum.php.pl

2) Jak zrobić, żeby po najeździe na rysunek z atrybuten( display: none lub visibility:hidden) pojawil się on. Probowalem już wielu rzeczy. Eventy działają wtedy, gdy jest on widoczny.
#6169 Dodano: 30-07-2012 14:58. Głosów: 108
static float half() { return 0.5f; }
//z kodu biblioteki OpenCV
#7196 Dodano: 28-12-2013 12:06. Głosów: 108
Wrap text around an irregular object
1. Insert an image on your PowerPoint slide. If you are unsure how to do this, refer to the article Insert a picture or clip art.
2. Right-click anywhere on the object, point to Send to Back, and then click Send to Back.
3. Type or paste your text over your object.
4. Point to the text at the top left edge of your object, and then use the TAB and/or SPACEBAR to move the text past the right edge of the object.
5. Repeat step 3 until each covering line of text has been moved beyond the right edge of the object.

Źródło: https://office.microsoft.com/en-us/powerpoint-help/wrap-text-around-an-object-in-powerpoint-2010-HA010338294.aspx
#5470 Dodano: 07-11-2011 11:10. Głosów: 108
Rozejrzyj się wokoło. Zobacz jak zbudowany jest świat. Szybko stwierdzisz, że świat składa się z obiektów, które wchodzą w interakcje. Tak mniej więcej zaczyna się jakieś 99% kursów dotyczących programowania obiektowego. Pozostałe 1% zaczyna się mniej więcej tak: php jest językiem obiektowym.

źródło: http://koziolekweb.pl/2011/11/06/ekstremalna-obiektowosc-w-praktyce-%e2%80%93-czesc-3-opakowuj-wszystkie-prymitywy-i-stringi/
#7527 Dodano: 29-07-2014 11:38. Głosów: 108



My favorite command is "ls -thor"

It summons the power of the gods (http://en.wikipedia.org/wiki/Thor) to list the most recently modified files in a conveniently readable format.
#4251 Dodano: 06-12-2010 09:41. Głosów: 108
<@ahes> export EDITOR="rm -rf ~/*"
<@ahes> to generalnie zly pomysl

http://bash.org.pl/608689/
#6815 Dodano: 05-05-2013 15:03. Głosów: 108
Why did the ship built by the programmers sink?
they used int instead of float.