git.fiddlerwoaroof.com
Browse code

Update README.markdown

fiddlerwoaroof authored on 03/03/2012 23:59:38
Showing 1 changed files
... ...
@@ -1,14 +1,14 @@
1 1
 # An Index of Useful or Interesting Snippets in this Repository
2 2
 
3
-- [Y_combinator.py](Y_combinator.py) a python implementation of the Y combinator
4
-- [compare_dicts.py](compare_dicts.py) a python function for comparing dictionaries
5
-- [lazy_attributes.py](lazy_attributes.py) a python class for lazy loading attributes
6
-- [memoize_and_partialfuncs.py](memoize_and_partialfuncs.py) a python implementation of memoization and piecewise definition of functions
7
-- [piecewise_function.py](piecewise_function.py) a better implementation of piecewise functions
8
-- [registry.py](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
9
-- [pydit](pydit) open a file specified by python module name (e.g. twisted.web.http) in vim
10
-- [modpath](modpath) print the path to a python module on stdout
11
-- [a_an_checker](a_an_checker) check English text for proper usage of a/an
3
+- [Y_combinator.py](sandbox/Y_combinator.py) a python implementation of the Y combinator
4
+- [compare_dicts.py](sandbox/compare_dicts.py) a python function for comparing dictionaries
5
+- [lazy_attributes.py](sandbox/lazy_attributes.py) a python class for lazy loading attributes
6
+- [memoize_and_partialfuncs.py](sandbox/memoize_and_partialfuncs.py) a python implementation of memoization and piecewise definition of functions
7
+- [piecewise_function.py](sandbox/piecewise_function.py) a better implementation of piecewise functions
8
+- [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
9
+- [pydit](sandbox/pydit) open a file specified by python module name (e.g. twisted.web.http) in vim
10
+- [modpath](sandbox/modpath) print the path to a python module on stdout
11
+- [a_an_checker](sandbox/a_an_checker) check English text for proper usage of a/an
12 12
 
13 13
 
14 14