This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from tornado.gen import coroutine | |
| from tornado.web import RequestHandler | |
| from tornado.web import Application | |
| from tornado.ioloop import IOLoop | |
| import rethinkdb.net as net | |
| import rethinkdb as r | |
| connection = r.connect(host='localhost') | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| gulp clean && gulp build && gulp templates | |
| OH GOD WHY SO JAVASCRIPT | |
| */ | |
| "use strict" | |
| var gulp = require("gulp"), | |
| $ = require("gulp-load-plugins")(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''=~( '(?{' .('`' |'%') .('[' ^'-') | |
| .('`' |'!') .('`' |',') .'"'. '\\$' | |
| .'==' .('[' ^'+') .('`' |'/') .('[' | |
| ^'+') .'||' .(';' &'=') .(';' &'=') | |
| .';-' .'-'. '\\$' .'=;' .('[' ^'(') | |
| .('[' ^'.') .('`' |'"') .('!' ^'+') | |
| .'_\\{' .'(\\$' .';=('. '\\$=|' ."\|".( '`'^'.' | |
| ).(('`')| '/').').' .'\\"'.+( '{'^'['). ('`'|'"') .('`'|'/' | |
| ).('['^'/') .('['^'/'). ('`'|',').( '`'|('%')). '\\".\\"'.( '['^('(')). | |
| '\\"'.('['^ '#').'!!--' .'\\$=.\\"' .('{'^'['). ('`'|'/').( '`'|"\&").( |
NewerOlder