Najmniej popularne cytaty


#5994 Dodano: 12-05-2012 01:40. Głosów: 70
"The password should not contain any special characters, symbols or spaces."
Source: http://www.amplitude-studios.com (during registration)
#7570 Dodano: 16-09-2014 17:53. Głosów: 70
Zgłoszenie z działu HelpDesk do sieciowców:

Awaria sieci 169.254.xxx.xxx
Stacje robocze, które mają dynamiczne przydzielane adresy IP (o adresacji 169.254.xxx.xxx, 255.255.0.0) nie mają łączności z siecią - polecenie ping na adres 10.2.xxx.xxx zwraca: General faliure, a polecenie tracert: błąd transmisji kod 1231. Pozostałe stacje o stałych adresach IP działają poprawnie.
#7399 Dodano: 19-04-2014 23:00. Głosów: 70
Dude, are you for real? Are you actually actively trying to be a d*ck or
you're this way by default.

https://bugs.freedesktop.org/show_bug.cgi?id=76935#c11
#6647 Dodano: 09-02-2013 23:17. Głosów: 70
commit dd930cc57100377d02a45b9113d6a3dc93136cbc
Author: Siddhesh Poyarekar <[email protected]>
Date: Wed Jan 16 14:52:48 2013 +0530

Fix the value of TWO

diff --git a/ChangeLog b/ChangeLog
index 5a74ea3..e562b5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-16 Siddhesh Poyarekar <[email protected]>
+
+ * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
+
2013-01-15 David S. Miller <[email protected]>

* sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
diff --git a/sysdeps/ieee754/dbl-64/mpa2.h b/sysdeps/ieee754/dbl-64/mpa2.h
index b80bf41..a4a6bdd 100644
--- a/sysdeps/ieee754/dbl-64/mpa2.h
+++ b/sysdeps/ieee754/dbl-64/mpa2.h
@@ -36,7 +36,7 @@
#define ZERO 0.0 /* 0 */
#define ONE 1.0 /* 1 */
#define MONE -1.0 /* -1 */
-#define TWO -2.0 /* -2 */
+#define TWO 2.0 /* 2 */
#define TWO5 0x1.0p5 /* 2^5 */
#define TWO10 0x1.0p10 /* 2^10 */
#define TWO18 0x1.0p18 /* 2^18 */

-----------------------------------------------------------------------

Summary of changes:
ChangeLog | 4 ++++
sysdeps/ieee754/dbl-64/mpa2.h | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
#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?"
#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
#7171 Dodano: 13-12-2013 21:53. Głosów: 73
<odpowiedź na post o PHPowej skrzynce z narzędziami>

Wyobraź sobie teraz inną skrzynkę z narzędziami. Jest pełna narzędzi. Próbujesz otworzyć, ale jakiś idiota pomylił zawiasy z zamkiem i masz jeden zawias z przodu i dwa zamki z tyłu.
Ogarniasz co jest w środku - ultrazaawansowany młotek, który do użycia wymaga stopnia doktora, śrubokręt za duży do wszystkiego. Na siłę da się coś odkręcić jeśli tylko walniesz na tyle mocno, że rozwalisz śrubę.
Masz tam nawet elektronarzędzia! Np. taka ekstra wiertarka, ale nie ma silnika. Ani miejsca na korbkę. Ani uchwytu na dłoń. To nawet nie jest wkrętarka. Nie wiadomo co to jest. Musisz ściągnąć dodatkowe wtyczki, by wiedzieć co to do cholery jest.
Teraz patrzysz i wyciągasz ze skrzynki śrubki, które okazują się gwoździami, które jednak okazały się makaronem.
Tak właśnie działa Java.
#6415 Dodano: 26-11-2012 08:42. Głosów: 73
orson@deepblue:~/ltib/rpm/BUILD/sudo-1.8.6p3$ ./configure --help
`configure' configures sudo 1.8.6p3 to adapt to many kinds of systems.

Usage: ./configure [OPTION]... [VAR=VALUE]...
[...]
Optional Packages:
[...]
--with-insults insult the user for entering an incorrect password
--with-all-insults include all the sudo insult sets
--with-classic-insults include the insults from the "classic" sudo
--with-csops-insults include CSOps insults
--with-hal-insults include 2001-like insults
--with-goons-insults include the insults from the "Goon Show"
[...]