- Ozh RICHARD
- @ozh
- @ozh
- ozh.richard
- Nantes, FR
- ozh.org
- planetozh.com
Tweet Archive for June 2014 « page 3
Binary Metal. Like morse code, but more metal youtube.com/watch?v=dYBZMR…
RT @CeraInteractive: @GeekPressFR Essayer de faire un code propre avec un CMS c’est comme essayer de faire de la grande cuisine avec des pr…
@thierrypigot J’aime beaucoup sur ton site l’accroche pour le paragraphe e-commerce: “Jouez à la marchande !” :))
RT @ChrisJOrtiz: This map shows every school shooting since Sandy Hook bit.ly/1phetWQ pic.twitter.com/Qw2kSlIYuQ
Generate bookmarklet links from Javascript code using PHP: github.com/ozh/bookmarkle…
@TedMielczarek FYI, I ported to PHP your super Bookmarklet Crunchinator that I’ve been using for yeaaars github.com/ozh/bookmarkle… Thanks :)
This song will perfectly match today’s plans youtube.com/watch?v=XvmkMk…
YOURLS just crossed the 1,000 stars mark on Github. Thanks all :) github.com/YOURLS/YOURLS/
@FysioNieuws heh thanks :)
@tomslominski no, I meant “personal” repo, vs the one in YOURLS organization
@tomslominski number doesn’t really mean anything anyway :) I mean, my most popular repo contains 0% code github.com/ozh/rainbow
When YOURLS gets 1000 stars on Github, I’ll work on releasing 1.7.1 :-) Star it now! And hope ego boost driven dev doesn’t become a trend :)
@TimCrockfordAU just a ping — I still haven’t gotten time to respond to your mail about YOURLS plugins, but still on my todo list! :)
NHL logos redesigned using Simpsons characters bleacherreport.com/articles/20858… Fun, and shows which logos work or lack creativity (boo Philly Flyers)
PHP WTF Of The Day: <?php echo ‘2+2 = ‘ . (2 + 2 === 4 ? 4 : 2 + 2 === 5 ? 5 : ‘dunno’); // should output “4”, right? 3v4l.org/pX0XQ