http://en.wikipedia.org/wiki/Google_App_Engine
Run your web applications on Google's infrastructure http://www.stanford.edu/class/ee380/Abstracts/081105-slides.pdf
GAE Runtime http://code.google.com/intl/en/appengine/docs/python/runtime.html
| set nocompatible | |
| set backspace=indent,eol,start | |
| set ruler | |
| set showcmd | |
| set wildmenu | |
| set fo=cqrt | |
| set laststatus=2 | |
| set textwidth=78 | |
| set ww=<,>,h,l |
http://en.wikipedia.org/wiki/Google_App_Engine
Run your web applications on Google's infrastructure http://www.stanford.edu/class/ee380/Abstracts/081105-slides.pdf
GAE Runtime http://code.google.com/intl/en/appengine/docs/python/runtime.html
| # Copyright 2009-2010 Joshua Roesslein | |
| # See LICENSE for details. | |
| import httplib | |
| import urllib | |
| import time | |
| import re | |
| from weibopy.error import WeibopError | |
| from weibopy.utils import convert_to_utf8_str |