about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.gitignore53log stats plain blame
-rw-r--r--LICENSE1482log stats plain blame
-rw-r--r--README.md120log stats plain blame
-rw-r--r--coc.html6345log stats plain blame
-rw-r--r--helloworld.c.txt311log stats plain blame
-rwxr-xr-xhelloworld.cgi410784log stats plain blame
-rw-r--r--icon.png451log stats plain blame
-rw-r--r--icon.xcf1821log stats plain blame
-rw-r--r--index.html6408log stats plain blame
-rw-r--r--kcgi-start.tar.gz2208log stats plain blame
-rw-r--r--key.pub7717log stats plain blame
-rw-r--r--logo.png4340log stats plain blame
-rw-r--r--logo.txt408log stats plain blame
-rw-r--r--logo.xcf30466log stats plain blame
-rw-r--r--signup.html1555log stats plain blame
-rw-r--r--stats.php1280log stats plain blame
-rwxr-xr-xsubmit.php4376log stats plain blame
-rw-r--r--table.connusers74log stats plain blame
-rw-r--r--table.regusers3288log stats plain blame
-rw-r--r--table.weekconns2log stats plain blame
-rw-r--r--tilde.css1666log stats plain blame
-rw-r--r--wiki.php2177log stats plain blame
d---------wikipages461log stats plain
pan>() t1 = time() method = getattr(bmobj, attrname) methodname = "{0}.{1}".format(bmobj.__class__.__name__, method.__name__) if allow(methodname): try: method(n) except: print("{0} failed!".format(methodname)) raise else: t2 = time() print("{0:60}: {1:10}s".format(methodname, t2 - t1))