git.fiddlerwoaroof.com
name mode size
..
pythonsnippets1_0000.py 100644 1 kb
pythonsnippets1_0001.py 100644 0 kb
pythonsnippets1_0003.py 100644 0 kb
pythonsnippets1_0004.py 100644 0 kb
pythonsnippets1_0005.py 100644 1 kb
pythonsnippets1_0006.py 100644 0 kb
pythonsnippets1_0007.py 100644 0 kb
pythonsnippets_0000.py 100644 0 kb
pythonsnippets_0001.py 100644 0 kb
pythonsnippets_0002.py 100644 0 kb
pythonsnippets_0003.py 100644 0 kb
pythonsnippets_0004.py 100644 0 kb
pythonsnippets_0005.py 100644 1 kb
pythonsnippets_0006.py 100644 0 kb
pythonsnippets_0007.py 100644 0 kb
pythonsnippets_0008.py 100644 0 kb
pythonsnippets_0009.py 100644 1 kb
pythonsnippets_0010.py 100644 0 kb
pythonsnippets_0011.py 100644 0 kb
pythonsnippets_0012.py 100644 0 kb
pythonsnippets_0013.py 100644 0 kb
pythonsnippets_0014.py 100644 0 kb
pythonsnippets_0015.py 100644 1 kb
pythonsnippets_0016.py 100644 3 kb
pythonsnippets_0017.py 100644 1 kb
pythonsnippets_0018.py 100644 1 kb
pythonsnippets_0019.py 100644 1 kb
pythonsnippets_0021.py 100644 0 kb
pythonsnippets_0022.py 100644 0 kb
pythonsnippets_0023.py 100644 0 kb
pythonsnippets_0024.py 100644 0 kb
pythonsnippets_0025.py 100644 0 kb
pythonsnippets_0026.py 100644 0 kb
pythonsnippets_0027.py 100644 0 kb
pythonsnippets_0028.py 100644 0 kb
pythonsnippets_0029.py 100644 2 kb
pythonsnippets_0030.py 100644 0 kb
pythonsnippets_0031.py 100644 0 kb
pythonsnippets_0032.py 100644 0 kb
pythonsnippets_0033.py 100644 0 kb
pythonsnippets_0035.py 100644 1 kb
pythonsnippets_0036.py 100644 1 kb
pythonsnippets_0037.py 100644 2 kb
pythonsnippets_0038.py 100644 1 kb
pythonsnippets_0039.py 100644 0 kb
pythonsnippets_0040.py 100644 0 kb
pythonsnippets_0041.py 100644 0 kb
pythonsnippets_0042.py 100644 0 kb
pythonsnippets_0043.py 100644 0 kb
pythonsnippets_0044.py 100644 0 kb
pythonsnippets_0045.py 100644 2 kb
pythonsnippets_0047.py 100644 0 kb
pythonsnippets_0049.py 100644 1 kb
pythonsnippets_0050.py 100644 0 kb
pythonsnippets_0051.py 100644 1 kb
pythonsnippets_38ej5N.py 100644 4 kb
pythonsnippets_4g90Qt.py 100644 1 kb
pythonsnippets_5uG6zp.py 100644 0 kb
pythonsnippets_9Mb7p_.py 100644 0 kb
pythonsnippets_9iC0lS.py 100644 0 kb
pythonsnippets_ID86bn.py 100644 0 kb
pythonsnippets_IohnDt.py 100644 0 kb
pythonsnippets_MmyQwo.py 100644 0 kb
pythonsnippets_Ov_lIH.py 100644 0 kb
pythonsnippets_PW91fa.py 100644 0 kb
pythonsnippets_e2load.py 100644 0 kb
pythonsnippets_luqtWL.py 100644 0 kb
pythonsnippets_n3bpyy.py 100644 0 kb
pythonsnippets_rds_UE.py 100644 1 kb
pythonsnippets_test.py 100644 0 kb
pythonsnippets_y0cblF 100644 0 kb
pythonsnippets_zPnrM5 100644 0 kb
README.markdown
# An Index of Useful or Interesting Snippets in this Repository - [Y_combinator.py](sandbox/Y_combinator.py) a python implementation of the Y combinator - [compare_dicts.py](sandbox/compare_dicts.py) a python function for comparing dictionaries - [lazy_attributes.py](sandbox/lazy_attributes.py) a python class for lazy loading attributes - [memoize_and_partialfuncs.py](sandbox/memoize_and_partialfuncs.py) a python implementation of memoization and piecewise definition of functions - [piecewise_function.py](sandbox/piecewise_function.py) a better implementation of piecewise functions - [registry.py](sandbox/registry.py) an implementation of a registry pattern that allows the registered objects to be registered either by a "with" statement or a function call - [pydit](sandbox/pydit) open a file specified by python module name (e.g. twisted.web.http) in vim - [modpath](sandbox/modpath) print the path to a python module on stdout - [a_an_checker](sandbox/a_an_checker) check English text for proper usage of a/an All code is under the Apache Licence 2.0