Najnowsze cytaty


#6675 Dodano: 21-02-2013 10:24. Głosów: 146
With 256-color mode, Vim explodes with photorealism: the terminal is a medley of color and code comes alive.

http://www.iterm2.com/#/section/features/256_colors
#6673 Dodano: 20-02-2013 23:31. Głosów: 180
In D&D, mindless undead are capable of following simple tasks such as "Attack anyone who enters this room." or "Stay here until this alarm sounds, then attack the nearest village.".

Most of the commands they're capable of can be broken down into simple logical statements like 'If X, then Y.', such as the attacking one being "If something enters this room, attack them.".

Do you think that with enough undead, with the right commands, you could effectively create a computer?

// http://suptg.thisisnotatrueending.com/archive/12936417/
#6670 Dodano: 19-02-2013 11:30. Głosów: 138
alias yolo='git commit -am "DEAL WITH IT" && git push -f origin master'
#6665 Dodano: 16-02-2013 00:00. Głosów: 149
<manequin> można napisać małe haiku o zużyciu pamięciu przez przeglądarki dziś
<manequin> Chrome
<manequin> om nom nom
#6659 Dodano: 14-02-2013 03:04. Głosów: 142
Adobe does not provide a native OpenBSD plugin. Considering their security record, we thank them for this neglect.

(http://www.openbsd.org/faq/faq13.html)
#6656 Dodano: 12-02-2013 20:18. Głosów: 142
As of Postgres v6.2, time travel is no longer supported

http://www.postgresql.org/docs/6.3/static/c0503.htm
#6650 Dodano: 11-02-2013 14:55. Głosów: 68
<Countly User's Guide> In order to start tracking your application, you need to do the following:

Choose a compliant server operating system (e.g Ubuntu 10.04 or later).
Install the server application so it’s ready to collect data.
Put the SDK in your application.
Put the application in your mobile phone and test.
If tests are successful, send the application to Appstore/Google Play.

Should you feel brave enough, (4) is optional.
#6648 Dodano: 09-02-2013 23:21. Głosów: 97
<kabuto> I set my git username and email to some other guy's name and email from the team before I make a stupid commit.
#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(-)
#6639 Dodano: 07-02-2013 15:38. Głosów: 34
I'm rewriting init in an interrupted language (python). I'd like to pass the path to the python interrupter as a boot option, but since init will be a python script, I need to know where the path to the interrupter is before I can exec() my init process.

Help request at stackoverflow.
#6623 Dodano: 31-01-2013 12:21. Głosów: 159
Nosrama> What is the equivalent of Java's final in C#?
Hemant> A comment on top of class saying "If you override this class, you are fired!"

(http://stackoverflow.com/questions/1327544/what-is-the-equivalent-of-javas-final-in-c)
#6622 Dodano: 30-01-2013 22:08. Głosów: 44
For example, while h2 + p selects a single <p> tag that immediately follows
a <h2> tag, h2 ~ p selects all <p> tags that are siblings (that is, on the same level)
of the h2.

>> To be honest, you may never find a good use for this selector, but CSS is
nothing if not thorough. <<

Oreilly CSS3 The Missing Manual
#6613 Dodano: 20-01-2013 21:37. Głosów: 331
davidlohr@twitter:
A programmer had a problem. He thought to himself, "I know, I'll solve it with threads!". has Now problems. two he
#6602 Dodano: 18-01-2013 00:12. Głosów: 151
a: a jaki masz komunikat błędu?
b: Exception in thread "main" javax.xml.ws.WebServiceException: Unsupported endpoint address: REPLACE_WITH_ACTUAL_URL
a: ...
#6599 Dodano: 16-01-2013 13:40. Głosów: 192
Uwielbiam singletona. Zawsze robię co najmniej sześć.