Aug 27 2010

toStringShort()

Christoph

Danke an Tobias J. für dieses code candy

/* Empty entity class used by derived servlets not managing
 * any entities. */
protected static class EmptyEntity extends EntityBase
{
  @Override public Long getId() { return null; }
  @Override public String toString() { return “OH MY GOD!”; }
  @Override public String toStringShort() { return “OMG!”; }
}

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

Jun 14 2010

This effect and the next

Christoph

/* This effect and the next are handled like vibrato.
 * I’m a bit tired, so it begins to be ugly, sorry…
 */

Source: Direct link to the source code
Software: xsoundtrack
Programming language: C

1 Star2 Stars3 Stars4 Stars5 Stars (noch nicht bewertet)
Loading ... Loading ...

Jun 10 2010

Cryptic

Christoph

// One thing I cannot stand is f*cking variables that
// are cryptic. I gotta lay off the dope when I code, shit!

Source: Direct link to the source code
Software: sapphire
Programming language: C++

1 Star2 Stars3 Stars4 Stars5 Stars (noch nicht bewertet)
Loading ... Loading ...

Jun 7 2010

Bad window error

Christoph

// This function here causes those goddamn BadWindow errors.
// If I see another one of those I will f*cking scream!

Source: Direct link to the source code
Software: sapphire
Programming language: C++

1 Star2 Stars3 Stars4 Stars5 Stars (noch nicht bewertet)
Loading ... Loading ...

Mai 26 2010

I should comment

Christoph

# I should comment that I also like pink, but don’t
# tell anybody.

Source: Direct link to the source code
Programming language: Perl

1 Star2 Stars3 Stars4 Stars5 Stars (noch nicht bewertet)
Loading ... Loading ...