Archive for October, 2010

Reflections

( Nether — Reflections )

String format (JavaScript)

String.prototype.format = function() { var a = arguments; return this.replace(/\{\d+\}/g, function©{ return a[c.match(/\d+/)]; }); }   // usage: var str = ‘Hello, {0}! You are {1}!’; str.format(‘friend’, ‘awesome’); // Hello, friend! You are awesome! P.S.: Вот как-то так :D

file size (M, K, G, T) to bytes (PHP)

function bytes($s) { $units = ‘KMGT’; return pow(1024, strpos($units, strpbrk($s, $units)) + 1) * (int) $s; }   // usage: echo bytes(‘1K’); // 1024 echo bytes(‘1M’); // 1048576

Rain Dance

( Subwave — Rain Dance )

Vamos A Bailar

Vamos a bailar — Esta vida Nueva ( Paola & Chiara — Vamos A Bailar )

Bare Religion

( London Electricity — Bare Religion (Subwave Remix) ) + ( soundcloud )