- Ronnie
- Clarke
- Steve
- Gelo
- Lunie
- Edson
| #!/usr/bin/env python | |
| """Replacement for htpasswd""" | |
| # Original author: Eli Carter | |
| import os | |
| import sys | |
| import random | |
| from optparse import OptionParser | |
| # We need a crypt module, but Windows doesn't have one by default. Try to find |
| say -v ? | grep en_US | awk '{print $1}' | xargs sh -c 'for voice; do say -v $voice "Hello, I am $voice"; done' |
| .cols:after { | |
| content: ""; | |
| display: table; | |
| clear: both; | |
| } | |
| [class*='col-'] { | |
| float: left; | |
| } |
| Computer Science | data structures | 1 | |
|---|---|---|---|
| Computer Science | algorithms | 1 | |
| Computer Science | systems programming | 1 | |
| Software Engineering | source code version control | 3 | |
| Software Engineering | build automation | 3 | |
| Software Engineering | automated testing | 3 | |
| Programming | problem decomposition | 3 | |
| Programming | systems decomposition | 3 | |
| Programming | communication | 2 | |
| Programming | code organization within a file | 2 |
| -novid -console +net_graph 1 +net_graphheight 64 +net_graphinsettop 0 +net_graphinsetleft 80 +net_graphpos 1 +net_graphproportionalfont 0 +net_graphtext 1 |
| var throttle = function(f, cd) { | |
| var _cd = new Date; | |
| return function() { | |
| if (_cd - new Date < 0) { | |
| _cd = new Date(new Date().getTime() + cd); | |
| return f.apply(this, arguments); | |
| } | |
| }; | |
| }; |
| { | |
| "-11:00": [ | |
| "Pacific/Midway", | |
| "Pacific/Niue", | |
| "Pacific/Pago_Pago", | |
| "Pacific/Samoa", | |
| "US/Samoa" | |
| ], | |
| "-10:00": [ | |
| "America/Adak", |
I hereby claim:
To claim this, I am signing this object:
So I wrote a clone of Flappy Bird as an exercise to learn the Phaser framework. Thinking that others can probably learn from it by example, I pushed the repo to Github. But even though I specified a license that doesn't allow commercial use of my code or remixing without attribution, these guys didn't give a fuck: