Problem It took me a while to compute this script, it works perfectly, but I think that it is very […]
Tag: google-app-engine
API method to validate Facebook OAuth token
Problem I am new to Java / OOP and I’m concerned that I have a method which is doing far […]
Regexes for Google App Engine
Problem I want to review the URL routing for my appengine webapp: routes = [ (r’/’, CyberFazeHandler), (r’/vi/(eyes|mouth|nose)’, CyberFazeHandler), (r’/realtime’, […]