Najmniej popularne cytaty
#2841 Dodano: 14-01-2010 16:49. Głosów: 110
-Ostatnio z kolegami z wydziale zalozylismy nowa sekte dla informatykow
-Dlugo szukalismy wlasciwej nazwy, az w koncu zdecydowalismy sie na
"Sciezka Hamiltona"
-Dlugo szukalismy wlasciwej nazwy, az w koncu zdecydowalismy sie na
"Sciezka Hamiltona"
#7717 Dodano: 08-01-2015 12:52. Głosów: 110
- I'm pretty curious about what percentage of the electricity used by typical gaming comps is converted to heat.
- 100%
- Pretty sure nvidia managed to break that barrier.
- 100%
- Pretty sure nvidia managed to break that barrier.
#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?
}
* 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)
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
Źródło: http://www.catb.org/jargon/html/S/SEX.html
#5416 Dodano: 18-10-2011 18:21. Głosów: 111
A Schrödinger's hipster. He might or might not be in a box, but he definitely doesn't care.
#4398 Dodano: 10-01-2011 23:35. Głosów: 111
Z logów Xorga:
[ 3680.859] Warning: Xalloc: requesting unpleasantly large amount of memory: 0 bytes.
[ 3680.859] Warning: Xalloc: requesting unpleasantly large amount of memory: 0 bytes.
#1939 Dodano: 18-08-2009 22:07. Głosów: 111
Jesus doesn't save, he uses god mode
#5090 Dodano: 01-07-2011 18:53. Głosów: 111
"There are only two hard problems in Computer Science: cache invalidation, naming things and off-by-one errors”
#3144 Dodano: 05-03-2010 17:36. Głosów: 112
<Jude>Apparently the following is a valid statement in the next version of C++:
<Jude>[](){}();
<Jude>Conceptually, this is a nop—an empty lambda that is immediately invoked.
<Dan>When did the people running the obfuscated C contest take over the language spec?
<Jude>[](){}();
<Jude>Conceptually, this is a nop—an empty lambda that is immediately invoked.
<Dan>When did the people running the obfuscated C contest take over the language spec?
#5705 Dodano: 11-01-2012 21:58. Głosów: 112
<Adam>to jak ten nr prążka policzyć?
<Cichy>no policz na którym jest miejscu po prostu
<Cichy>i nie może wyjść ułamek
<Adam>no dobra ale wiadomo że tyam się zaokrągla niektóre rzeczy więc wychodzi nie całkowite
<Adam>bo ja sobie wziąłem częstotliwość przy jakiej jest prążek i podzieliłem przez częstotliwość próbkowania
<Cichy>no i tak miało wyjść
<Cichy>i musi wyjść całkowite, nichuja
<Adam>tzn może to dlatego że liczyłem częstotliwość mierząc odległości na monitorze
<Cichy>...
<Cichy>no policz na którym jest miejscu po prostu
<Cichy>i nie może wyjść ułamek
<Adam>no dobra ale wiadomo że tyam się zaokrągla niektóre rzeczy więc wychodzi nie całkowite
<Adam>bo ja sobie wziąłem częstotliwość przy jakiej jest prążek i podzieliłem przez częstotliwość próbkowania
<Cichy>no i tak miało wyjść
<Cichy>i musi wyjść całkowite, nichuja
<Adam>tzn może to dlatego że liczyłem częstotliwość mierząc odległości na monitorze
<Cichy>...
#599 Dodano: 26-05-2009 12:13. Głosów: 112
// woot, global var. I havent done this for a long time.
#4974 Dodano: 29-05-2011 12:19. Głosów: 112
z RFC 1350 (Trivial File Transfer Protocol):
since an acknowledgment packet is acknowledging a data packet, the acknowledgment packet will contain the block number of the data packet being acknowledge
since an acknowledgment packet is acknowledging a data packet, the acknowledgment packet will contain the block number of the data packet being acknowledge
#4977 Dodano: 31-05-2011 15:20. Głosów: 112
From Symfony2 Doc:
Introduction to the "Model"
If you wanted to learn more about fashion models and supermodels, then this section won't be helpful to you (...)
Introduction to the "Model"
If you wanted to learn more about fashion models and supermodels, then this section won't be helpful to you (...)
#7842 Dodano: 06-07-2015 15:54. Głosów: 112
$ man strace
...
In 1993, Rick Sladkey merged strace 2.5 for SunOS and the second release of strace for Linux, added many of the features of truss(1) from SVR4, and produced an strace that worked on both platforms. In 1994 Rick ported strace to SVR4 and Solaris and wrote the automatic configuration support. In 1995 he ported strace to Irix and tired of writing about himself in the third person.
...
In 1993, Rick Sladkey merged strace 2.5 for SunOS and the second release of strace for Linux, added many of the features of truss(1) from SVR4, and produced an strace that worked on both platforms. In 1994 Rick ported strace to SVR4 and Solaris and wrote the automatic configuration support. In 1995 he ported strace to Irix and tired of writing about himself in the third person.