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']; |
https://developers.google.com/web/fundamentals/performance/critical-rendering-path/?hl=en
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') | |
| " let Vundle manage Vundle, required |