Najpopularniejsze cytaty


#5236 Dodano: 16-08-2011 20:42. Głosów: 73
/* OS X, in its infinite idiocy, actually HARDCODES
* a limit of 1024 into their select. Where people have brains,
* OS X engineers apparently have a vacuum. Or maybe they were
* ordered to have a vacuum, or they do anything for money.
* This might help. Or not.
*/
#define _DARWIN_UNLIMITED_SELECT 1
https://github.com/joyent/libuv/blob/master/src/ev/ev.c
#4734 Dodano: 20-03-2011 22:48. Głosów: 73
22:45:01 <@Kottizen> if you like glamous, power and lots of applications that suit your needs with million of configuration options, go kubuntu
22:45:11 <@Kottizen> if you like brown/orange, go ubuntu
#4496 Dodano: 26-01-2011 12:51. Głosów: 73
<koziolek>COBOL jest jak kobieta. Należy używać, a nie rozumieć.
#7325 Dodano: 07-03-2014 23:51. Głosów: 73
Matematycy-podróżnicy zdefiniowali klawość podróży. Podróż do sąsiedniego pokoju jest 1-klawa, do sąsiedniego mieszkania 2-klawa, to sąsiedniej klatki 3-klawa, …, do państwa otoczonego innym państwem n-klawa.
#5569 Dodano: 04-12-2011 11:53. Głosów: 73
Short programs are innocent, and more impressive. If your source file is over 200 lines, you are not likely to win. You can hide a semi truck in 300 lines of C.



http://underhanded.xcott.com/?p=8
#5649 Dodano: 22-12-2011 18:01. Głosów: 72
I think over the last 10 years I’ve evolved as a coder. Here’s some of the milestones I achieved.

You Start Using Source Control

You spend half a day trying to find what you changed in your code that has suddenly made it stop working. You realise that your current form of source control (CTRL+Z) isn’t doing you any favors. You spend an hour learning about source control and never look back.

You Stop Obsessing Over Optimizations

You decide that getting everything working should be the first priority. Then you’ll worry whether that function that gets called once on shutdown is fast enough.

You Stop Coding The Same Things Over and Over

You realise that half your time is spent writing the same thing. You would have used your old code but it’s so messy and you feel dirty. You decide to seperate your common generic code into its own utility library. And never look back.

You Think A Step Higher

Instead of coding a new class factory for everything that requires it you make a generic class factory template.. now you never have to code a class factory again. You actively look at what you’re doing and think “what can I do to make sure I never have to do this again”.

Including Windows.h Makes You Itch

You don’t want to include Windows.h anywhere in your project anymore. You know it’s going to come and f**k you in the end somehow. It’s going to rename your functions. It’s going to give you s**t loads to fix when you try to make your project portable. So instead you go the extra mile and you look for the standard functions. If you can’t find alternatives you make a platform.h which includes a platform_win32.h under windows. It feels good.

You Start Using Build Automation

You have come to find that dropping cpp files into a vcproj isn’t the best way to manage your project. This is drilled home when you come to compile it on another platform. So from now on you use something like premake to build your project files. Now you can generate projects for Visual Studio, GMake, XCode, CodeBlocks and anything else you would ever want to generate them for. You are portable.
#6216 Dodano: 22-08-2012 09:44. Głosów: 72
<ultra> Where I can browse GNOME 3 themes? I want to make it look exacly like Windows 98
#5475 Dodano: 08-11-2011 18:26. Głosów: 72
Linux kernel 3.0.3

CONFIG_LGUEST:

If unsure, say N. If curious, say M. If masochistic, say Y.
#360 Dodano: 21-05-2009 08:21. Głosów: 72
Przeglądając gazetkę reklamową, akurat strona z damską bielizną: "O, mają char* w promocji"
#7575 Dodano: 25-09-2014 14:58. Głosów: 72
When people from the WYSIWYG world meet people who use LATEX, they often discuss “the advantages of LATEX over a normal word processor” or the opposite. The best thing to do when such a discussion starts is to keep a low profile, since such discussions often get out of hand. But sometimes there is no escaping ...

The (Not So) Short Introduction to LaTeX2e
#5549 Dodano: 27-11-2011 17:48. Głosów: 72
<RomanX> Ile nerdpunktów dostaje się za użycie frazy "I'm afraid I can't do that Dave" pisząc do Dave'a?
#7105 Dodano: 16-11-2013 21:12. Głosów: 72
Fun is critical but so is safety! That's why I compile all my software with GCC's fun safe optimizations like -funsafe-loop-optimizations and -funsafe-math-optimizations.

// lwn.net/Articles/569482
#78 Dodano: 09-05-2009 02:29. Głosów: 71
Wsiada informatyk do taksówki. Taksiarz pyta:
- Dokąd jedziemy?
- 192.168.4.1.
#379 Dodano: 21-05-2009 09:13. Głosów: 71
Przychodzi pierwiastek do lekarza - "A co pan jakiś taki... kwadratowy?"
#3344 Dodano: 13-04-2010 09:27. Głosów: 70
Z dokumentacji PHP, komentarz do rozdziału "Czym nie są referencje":

What References are not: References.

[...] At no point in this "references" section of the manual are there any references.