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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html;charset=utf-8"/> | |
| <!-- Online here: http://ejohn.org/files/bugs/isObjectLiteral/ --> | |
| <title>isObjectLiteral</title> | |
| <style> | |
| li { background: green; } li.FAIL { background: red; } | |
| iframe { display: none; } | |
| </style> |
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
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2299719/hack.sh | sh | |
| # |