⇤ ← Revision 1 as of 2007-02-04 10:45:25
Size: 2122
Comment:
|
Size: 3278
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 28: | Line 28: |
=== Algorithm === * [http://theory.stanford.edu/~amitp/GameProgramming/index.html Amit's A* Pages] * Ordered Dictionary * [http://schvo.org/trac/browser/trunk/Schevo/schevo/lib/odict.py] * [http://schevo.org/trac/browser/trunk/Schevo/tests/test_odict.py] * [http://home.arcor.de/wolfgang.grafen/Python/Modules/Modules.html seqdict] * Skip List * [http://infohost.nmt.edu/tcc/help/lang/python/examples/pyskip/ A skip list container class in Python] * [http://www.python.org/~jeremy/weblog/031013b.html] * Quad Tree * [http://cheeseshop.python.org/pypi/Quadtree] * [http://icon.stoa.org/trac/pleiades/browser/Quadtree] * [http://zcologia.com/news/275/python-quadtree/] * [http://www.pygame.org/wiki/QuadTree Quad Tree demo in pygame] * Suffix Tree * [http://hkn.eecs.berkeley.edu/~dyoo/python/suffix_trees/ Suffix Trees in Python] * [http://yeda.cs.technion.ac.il/~yona/suffix_tree/ ANSI C implementation of a Suffix Tree] * [http://www.myoops.org/cocw/mit/Electrical-Engineering-and-Computer-Science/6-854JFall-2005/CourseHome/index.htm 6.854J / 18.415J Advanced Algorithms, Fall 2005 @ MIT Open Course] |
每日收藏与发现 -- ["swordsp"] (Date(2007-02-04T10:45:25Z)) TableOfContents
Hibernate
[http://dev2dev.bea.com.cn/techdoc/2005071501.html 利用HSQLDB 进行Hibernate单元测试 @ dev2dev]
[http://dev2dev.bea.com.cn/techdoc/20061103895.html 别让Hibernate偷走了您的身份 @ dev2dev]
[http://dev2dev.bea.com.cn/techdoc/20060109720.html Hibernate 3中的formula @ dev2dev]
[http://www.theserverside.com/tt/blogs/showblog.tss?id=Hibernate3Filters Hibernate3 Filters @ tss]
Decorator
[http://www.phyast.pitt.edu/~micheles/python/documentation.html decorator library]
[http://wiki.python.org/moin/PythonDecoratorLibrary PythonDecoratorLibrary @ python wiki]
File System
[http://fuse.sourceforge.net/ FUSE -- Filesystem in Userspace]
[http://code.google.com/p/macfuse/ macfuse]
[http://lufs.sourceforge.net/ lufs]
Network & Web
[http://www.onlamp.com/pub/a/python/2003/11/06/python_nio.html Understanding Network I/O: From Spectator to Participant]
[http://www.onlamp.com/pub/a/python/2004/02/12/advanced_nio.html Understanding Network I/O, Part 2]
[http://www.linuxworld.com.au/index.php/id;1029065015 Web applications without databases] -- relative static
[http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/502204 Module For Running Simple Proxies @ Python Cookbook]
[http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/502205 Proxy Example @ Python Cookbook]
Algorithm
[http://theory.stanford.edu/~amitp/GameProgramming/index.html Amit's A* Pages]
- Ordered Dictionary
- Skip List
[http://infohost.nmt.edu/tcc/help/lang/python/examples/pyskip/ A skip list container class in Python]
- Quad Tree
- Suffix Tree
[http://hkn.eecs.berkeley.edu/~dyoo/python/suffix_trees/ Suffix Trees in Python]
[http://yeda.cs.technion.ac.il/~yona/suffix_tree/ ANSI C implementation of a Suffix Tree]
[http://www.myoops.org/cocw/mit/Electrical-Engineering-and-Computer-Science/6-854JFall-2005/CourseHome/index.htm 6.854J / 18.415J Advanced Algorithms, Fall 2005 @ MIT Open Course]
Misc
[http://www.kismetwireless.net/doomcube/ The GPL Cube of Potential Doom]
[http://www.artima.com/weblogs/viewpost.jsp?thread=193593 Hybridizing Java @ Bruce Eckel ]
[http://www.ddj.com/dept/debug/196802787 AJAX Debugging with Firebug @ ddj]
[http://www.ddj.com/dept/lightlang/197002917 The Road to Our Scripting Future @ ddj]
[http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/502201 Text Compressor @ Python Cookbook]
[http://googlesystem.blogspot.com/2006/12/google-2006-in-12-pictures.html Google 2006 in 12 Pictures]