Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Scriptlets - Quick web scripts (via) From the prolific Jeff Lindsay, a pastebin-style tool for short server-side scripts written in Python, JavaScript or PHP that executes them within a Google App Engine powered sandbox. The Java code that implements the service is available on GitHub.

Tagged , , , , , , , , , ,

1 comment

  1. Reposting comment from Jeff's blog, since it's in moderation.

    It’s not obvious from the site, but you can also run scriptlets on the engines just using HTTP to push them up. Good for debugging while interactively hacking it out.

    stub function:
    http://pastie.org/582611

    Usage:
    t("""
    import datetime
    print 'hello %s' % datetime.datetime.now()
    """)

    Jeremy Dunck - 13th August 2009 15:58 - #

Comments are closed.
A django site