This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| <?php | |
| /* | |
| By Marco Arment <me@marco.org>. | |
| This code is released in the public domain. | |
| THERE IS ABSOLUTELY NO WARRANTY. | |
| Usage example: | |
| // In a registration or password-change form: |
| <?php | |
| // | |
| // So that servers can understand Daft Punk's song 'Harder, Better, Faster, Stronger', | |
| // that is, if the server in question has PHP installed.. | |
| // | |
| for($k=0; $k<16; $k++) | |
| { | |
| for($j=0; $j<4; $j++) |