Okt 1 2009

We use only unprintable chars!

Christoph

# Now: we need to create a key for our encryption, but,
# ther’s a “but”, if we simply put a clear text string in our
# .pyc module, anyone can simply recover the key with a
# strings of the pyc. So, we do another dirty trick: we use
# only unprintable chars!
# Note: F*cking hell, this is a *VERY* bad coding! oh my god
# what i’m doing

Quelle: Direktlink zum Source Code
Package / Software: astronomix
Programmiersprache: Python

1 Star2 Stars3 Stars4 Stars5 Stars (4 Bewertungen, Durchschnitt: 4.25 von 5)
Loading ... Loading ...

Aug 6 2009

Fail if you do

Christoph

/*
 * Unfortunately it looks like we’re f*cked either way: some
 * scripts fail if you don’t propagate the query string, some
 * fail if you do… God, don’t you just love it when people
 * can’t read a spec? Anway, since we can’t get it right for
 * all scripts we opt to follow the spec.
 */

Quelle: Direktlink zum Source Code
Package / Software: HTTPClient
Programmiersprache: Java

1 Star2 Stars3 Stars4 Stars5 Stars (3 Bewertungen, Durchschnitt: 4.33 von 5)
Loading ... Loading ...

Mrz 18 2009

Manchmal hilft nur noch beten

Christoph

/***********************************************************
* And so I saw the wicked buried, who had come and gone from
* the place of the holy, and they were forgotten in the city
* where they had so done: this is also vanity. (Eccl 8:10)
*/

Quelle: Direktlink zum Source Code
Package / Software: Sun Solaris
Programmiersprache: C

1 Star2 Stars3 Stars4 Stars5 Stars (3 Bewertungen, Durchschnitt: 4.67 von 5)
Loading ... Loading ...

Feb 6 2009

Das Jahr 2000 Problem

Christoph

Der große Knall im Jahr 2000 blieb aus, die kleinen Knaller findet man in Quellcode Kommentaren :-)

// Yes, isn’t it lovely to have to deal with f**king dates
// that only have two digits?
// “Hi, I’m the guy who designed the packet format.
// I didn’t think we’d ever reach the year 2000, so
// I didn’t figure we’d ever need 4 digit years.”
// I hope to god he DIDN’T make it to the year 2000.

Quelle: Direktlink zum Source Code

1 Star2 Stars3 Stars4 Stars5 Stars (3 Bewertungen, Durchschnitt: 4.67 von 5)
Loading ... Loading ...