All Pastes
Paste #29, pasted on Dec 24, 2009 3:02:16 AM
function UpdateCheckSocket(host, port, resource, statusElement, callback) { this.host = host; this.port = port; this.resource = resource; this.statusElement = statusElement; ...
Paste #28, pasted on Dec 16, 2009 1:20:15 AM
def main(): print 'Content-Type: text/plain\n\nhello!!(python-hello)' if __name__ == "__main__": main()
Paste #27, pasted on Nov 18, 2009 11:30:50 AM
from kay.utils import forms from kay.utils.validators import ValidationError class ImageField(forms.FileField): allowed_content_types = ('image/jpeg', 'image/png', 'image/gif') ...
Paste #26, pasted on Nov 14, 2009 11:00:46 AM
def hoge(): print "hoge"
Paste #25, pasted on Nov 14, 2009 10:59:34 AM
Traceback (most recent call last): File "/Users/tmatsuo/work/crowdbbs/kay/lib/werkzeug/wsgi.py", line 466, in __call__ return app(environ, start_response) ...
Paste #24, pasted on Nov 7, 2009 10:11:26 PM
import unittest import re import os from werkzeug import BaseResponse, Client, Request ...
Paste #23, pasted on Nov 6, 2009 2:30:13 PM
Hoge.all().filter("val IN", ["1","2","4"]).order("-created").fetch(1, offset=1)
Paste #22, pasted on Oct 29, 2009 10:29:59 PM
#!/usr/bin/env python # # list_dumped_data.py import sys ...
Paste #21, pasted on Oct 22, 2009 4:49:46 PM
Traceback (most recent call last): File "/Users/victorgoh/Work/kay-0.3.0rc1/kay/lib/werkzeug/wsgi.py", line 472, in __call__ return app(environ, start_response) ...
Paste #20, pasted on Oct 20, 2009 1:36:22 PM
#!/usr/bin/env python # # Copyright 2008 Takashi Matsuo # # Licensed under the Apache License, Version 2.0 (the "License"); ...