Project:
project/: A directory named with the project's name which stores the actual Python package__init__pyapp.pysettings.pyurls.pymodels/__init__.pybaes.py
handlers/
Project:
project/: A directory named with the project's name which stores the actual Python package
__init__pyapp.pysettings.pyurls.pymodels/
__init__.pybaes.pyhandlers/| // http://paulirish.com/2011/requestanimationframe-for-smart-animating/ | |
| // http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating | |
| // requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel | |
| // MIT license | |
| (function() { | |
| var lastTime = 0; | |
| var vendors = ['ms', 'moz', 'webkit', 'o']; |
| #!/usr/bin/env ruby | |
| #/ Usage: <progname> [options]... | |
| #/ How does this script make my life easier? | |
| # ** Tip: use #/ lines to define the --help usage message. | |
| $stderr.sync = true | |
| require 'optparse' | |
| # default options | |
| flag = false | |
| option = "default value" |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |