robsite

<sniep> my servers are all named after computer parts so that users sound like retards asking for anything
<sniep> "i need full access to ram!"
<sniep> "why is megabytes broken?!?"
<sniep> "who rebooted hard drive??!??"

http://qdb.us/294682

· :D, quote ·

TubeMogul

Läd Videos automatisch zu vielen Videohostern hoch und bietet Statistiken über die Beliebtheit und die Zuschauer des Videos.

/images/posts/0000/0976/whatis_big.gif

· tool, video ·

ccMixter

Community für Remixe unter der Creative Commons Lizenz. Klasse zum vertonen von Videos, Podcasts, Spielen, ...

· musik, ressource ·

Humanize Array

Kleine Funktion zum schönen ausgeben von Arrays.

# [1, 2, 3] => "1, 2 and 3"
# [1, 2]    => "1 and 2"
# [1]       => "1"
def humanize_array a
  [a[0..-3], [a[-2], a[-1]].compact.join(" and ")].flatten.join(", ")
end
· meins, ruby ·
Mastodon