Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2007-02-04 10:45:25
Size: 2122
Editor: swordsp
Comment:
Revision 3 as of 2009-12-25 07:16:24
Size: 3344
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
-- ["swordsp"] ([[Date(2007-02-04T10:45:25Z)]])
[[TableOfContents]]
-- [[swordsp]] (<<Date(2007-02-04T10:45:25Z)>>)
<<TableOfContents>>
Line 8: Line 8:
 * [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]
 * [[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]]
Line 14: Line 14:
 * [http://www.phyast.pitt.edu/~micheles/python/documentation.html decorator library]
 * [http://wiki.python.org/moin/PythonDecoratorLibrary PythonDecoratorLibrary @ python wiki]
 * [[http://www.phyast.pitt.edu/~micheles/python/documentation.html|decorator library]]
 * [[http://wiki.python.org/moin/PythonDecoratorLibrary|PythonDecoratorLibrary @ python wiki]]
Line 18: Line 18:
 * [http://fuse.sourceforge.net/ FUSE -- Filesystem in Userspace]
 * [http://code.google.com/p/macfuse/ macfuse]
 * [http://lufs.sourceforge.net/ lufs]
 * [[http://fuse.sourceforge.net/|FUSE -- Filesystem in Userspace]]
 * [[http://code.google.com/p/macfuse/|macfuse]]
 * [[http://lufs.sourceforge.net/|lufs]]
Line 23: Line 23:
 * [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]
 
 * [[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
  * [[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]]
Line 30: Line 49:
 * [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]
 * [[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]]

swordsp/2007-02-03 (last edited 2009-12-25 07:16:24 by localhost)