Skip to content

Instantly share code, notes, and snippets.

View progrium's full-sized avatar

Jeff Lindsay progrium

View GitHub Profile
@progrium
progrium / Gemfile
Created December 13, 2012 01:46 — forked from anonymous/Gemfile
Heroku app for echoing the query string to the response body
source 'http://rubygems.org'
gem 'rack'
#!/usr/bin/python
from __future__ import with_statement
import base64
import PyV8
import time
from twisted.application import service, internet
from twisted.web import server, resource, client
class EvalResource(resource.Resource):