Discovered Pages
» Simple Top-Down Parsing in Python http://effbot.org/zone/simple-top-down-parsing.htm
» FastLSM: Fast Lattice Shape Matching for Robust Real-Time Deformation http://www.alecrivers.com/fastlsm/
» Three Beautiful Quicksorts - good coders code, great reuse http://www.catonmat.net/blog/three-beautiful-quicksorts/
» Official Google Blog: Technologies behind Google ranking http://googleblog.blogspot.com/2008/07/technologies-behind-google-ranking.html
» Official Google Blog: Introduction to Google Ranking http://googleblog.blogspot.com/2008/07/introduction-to-google-ranking.html
» Kalman filter - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Kalman_filter
» Digg the Blog » Blog Archive » Recommendation Engine rolling out this week! http://blog.digg.com/?p=127
» ガベージコレクションの実装法と評価 http://www.net.c.dendai.ac.jp/~takumi/
» 秋元@サイボウズラボ・プログラマー・ブログ: 各ソート技法をアニメーシ http://labs.cybozu.co.jp/blog/akky/archives/2008/06/animated-sorting-algorithm-demo.html
» The Places frecency algorithm - MDC http://developer.mozilla.org/en/docs/The_Places_frecency_algorithm
» パッチから exploit を自動生成する技術 - Radium Software http://d.hatena.ne.jp/KZR/20080529/p1
» Cubit: Approach http://www.cs.cornell.edu/~bwong/cubit/approach.html
» Teaching, Playing, and Programming: Designing a Data Structure http://okasaki.blogspot.com/2008/05/designing-data-structure.html
» MapReduce - naoyaのはてなダイアリー http://d.hatena.ne.jp/naoya/20080511/1210506301
» Rijndael Inspector http://www.formaestudio.com/rijndaelinspector/archivos/rijndaelanimation.html
Discover From Related Topics
ai
algorithms
books
code
coding
database
datastructures
development
graphics
hash
javascript
library
math
mathematics
optimization
parallel
programming
python
recursion
reference
search
statistics
toread
tree
tutorial
Discover From This Topic & Page: [Discover] Simple Top-Down Parsing in Python http://effbot.org/zone/simple-top-down-parsing.htm

[Discover] Structure and Interpretation of Computer Programs http://mitpress.mit.edu/sicp/full-text/book/book.html
(programming lisp books reference) [Discover] How to Write a Spelling Corrector http://www.norvig.com/spell-correct.html (spelling spellcheck algorithms statistics)
[Discover] Main Page - Context Free Art http://www.contextfreeart.org/index.html (graphics design art freeware)
[Discover] John Resig - Javascript Diff Algorithm http://ejohn.org/projects/javascript-diff-algorithm/ (javascript algorithm diff algorithms)
[Discover] List of algorithms - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/List_of_algorithms (programming algorithms reference wikipedia)
[Discover] Anatomy of Credit Card Numbers http://www.merriampark.com/anatomycc.htm (creditcard security validation reference)
[Discover] Paper Enigma Machine http://mckoss.com/Crypto/Enigma.htm (cryptography history enigma crafts)
[Discover] Computer Programming Algorithms Directory http://www.algosort.com/ (programming reference algorithms directory)
[Discover] データ圧縮法概説 目次 http://www.snap-tck.com/room03/c02/comp/comp.html (programming algorithm compression program)
[Discover] RANDOM.ORG - True Random Number Service http://www.random.org/ (statistics mathematics generator geek)
[Discover] tf–idf - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Tf-idf (statistics tfidf nlp ir)
[Discover] bzip2 : Home http://www.bzip.org/ (tools library compression development)
[Discover] Kademlia - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Kademlia (kademlia dht algorithm search)
[Discover] Jörg's useful and ugly FXT page http://www.jjj.de/fxt/ (algorithms programming books mathematics)
[Discover] HotBits: Genuine Random Numbers http://www.fourmilab.ch/hotbits/ (numbers random algorithm cryptography)
[Discover] Yould: the smart name generator - YGingras.net http://ygingras.net/yould (tool statistics password hack)
[Discover] Scene Completion Using Millions of Photographs http://graphics.cs.cmu.edu/projects/scene-completion/ (photos photography algorithms research)
[Discover] Graphviz http://graphviz.org/ (visualization programming algorithm graph)
[Discover] ..::CLAM::.. C++ Library for Audio and Music http://clam.iua.upf.edu/index.html (music programming audio algorithms)
[Discover] FIPS 180-1 - Secure Hash Standard http://www.itl.nist.gov/fipspubs/fip180-1.htm (cryptography crypto algorithm sha)
[Discover] Amit's A* Pages http://theory.stanford.edu/~amitp/GameProgramming/ (programming algorithm ai games)
[Discover] Hash functions. http://www.azillionmonkeys.com/qed/hash.html (algorithms hash programming algorithm)
[Discover] Levenshtein Distance http://www.merriampark.com/ld.htm (algorithm strings text search)
[Discover] Neil Fraser: Writing: Diff Strategies http://neil.fraser.name/writing/diff/ (javascript diff algorithms python)
[Discover] Packrat Parsing: Simple, Powerful, Lazy, Linear Time http://pdos.csail.mit.edu/~baford/packrat/icfp02/ (programming haskell parsing algorithm)
[Discover] Bloom filter - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Bloom_filter (algorithm wikipedia programming research)
[Discover] Writing An Hadoop MapReduce Program In Python - Michael G. Noll http://www.michael-noll.com/wiki/Writing_An_Hadoop_MapReduce_Program_In_Python (python hadoop mapreduce cluster)
[Discover] Fast, scalable, and simple ... reliable Network IO http://www.and.org/texts/network_io (network programming c server)
[Discover] Some nascent algorithms book from dudes at Berkeley http://www.cs.berkeley.edu/~vazirani/algorithms.html (programming algorithms books algorithm)
[Discover] Damn Cool Algorithms, Part 1: BK-Trees - Nick's blog http://blog.notdot.net/archives/30-Damn-Cool-Algorithms,-Part-1-BK-Trees.html (search tree algorithm programming)
[Discover] How Regexes Work http://perl.plover.com/Regex/article.html (programming regex regexp reference)
[Discover] Introduction to Genetic Algorithm http://www.rennard.org/alife/english/gavintrgb.html (genetic algorithms programming algorithm)
[Discover] ASPN : Python Cookbook : Explicit Tail Call http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/534104 (recursion programming algorithm code)
[Discover] Alex Miller - Skip lists http://tech.puredanger.com/2007/10/03/skip-lists/ (programming algorithms java interesting)
[Discover] Anti-Aliased Line Drawing http://courses.ece.uiuc.edu/ece390/archive/archive-f2000/mp/mp4/anti.html (algorithm graphics line programming)
[Discover] Parsing Expressions by Recursive Descent http://www.engr.mun.ca/~theo/Misc/exp_parsing.htm (algorithm parser programming algorithms)
[Discover] Selection algorithm - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Selection_algorithm (algorithms statistics math programming)
[Discover] rococo - then rubble http://hupp.org/adam/weblog/ (algorithm programming library python)
[Discover] Theory Matters - Main/HomePage http://theorymatters.org/pmwiki/pmwiki.php (theory complexity science computer)
[Discover] Loop Patterns http://www.cs.duke.edu/~ola/patterns/plopd/loops.html (patterns programming algorithm loops)
[Discover] Gamma error in picture scaling http://www.4p8.com/eric.brasseur/gamma.html (photography photos scaling color)
[Discover] The rsync algorithm http://rsync.samba.org/tech_report/node2.html (rsync algorithm backup description)
[Discover] Understanding Statemachines, Part 1: States and Transitions http://blog.8thlight.com/articles/2006/11/17/understanding-statemachines-part-1-states-and-transitio ... (ruby programming tutorial development)
[Discover] Bayesian Rating - how to implement a weighted rating system - Developer Blog @ TheBroth.com http://www.thebroth.com/blog/118/bayesian-rating (statistics programming algorithm rating)
[Discover] Algorithms, Python Index of /~eppstein/PADS http://www.ics.uci.edu/~eppstein/PADS/ (python programming library algorithm)
[Discover] The Algorithm: Idiom of Modern Science http://www.cs.princeton.edu/~chazelle/iPod (philosophy algorithms theory programming)
[Discover] Genetic Algorithms 101 - good coders code, great reuse http://www.catonmat.net/blog/genetic-algorithms-101/ (algorithms programming algorithm genetic)
[Discover] A Tutorial on Clustering Algorithms http://home.dei.polimi.it/matteucc/Clustering/tutorial_html/ (clustering algorithms statistics tutorial)
[Discover] Doomsday rule - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Doomsday_Algorithm (algorithm math calendar wikipedia)
[Discover] Animated Sorting Algorithm Demo http://vision.bc.edu/~dmartin/teaching/sorting/anim-html/all.html (sorting programming algorithm algorithms)
[Discover] Elegance and Efficiency http://www.wordaligned.org/articles/elegance-and-efficiency (coding code algorithm python)
[Discover] Fun With String Searching : So Jake Says: http://www.jakevoytko.com/blog/2007/12/11/fun-with-string-searching/ (algorithms search programming strings)
[Discover] The Maximum Subsequence Problem http://www.wordaligned.org/articles/the-maximum-subsequence-problem (optimization programming search algorithm)
[Discover] Peter Suber, "Recursive Function Theory" http://www.earlham.edu/~peters/courses/logsys/recursiv.htm (algorithm mathematics theory functional)
[Discover] Algorithm + Strategy = Parallelism http://www.macs.hw.ac.uk/~dsg/gph/papers/html/Strategies/strategies.html (parallel programming haskell algorithm)
[Discover] RockStarApps » How do you store a tree in a database table? http://www.rockstarapps.com/wordpress/?p=88 (tree sql database howto)
[Discover] Algorithm + Strategy = Parallelism http://www.macs.hw.ac.uk/~dsg/gph/papers/abstracts/strategies.html (parallel algorithm functional programming)
[Discover] RockStarApps » How do you store a tree in a database table? Part 2 http://www.rockstarapps.com/wordpress/?p=92 (database tree sql programming)
[Discover] Programmable Calculators: Calculators and the Gamma Function http://www.rskey.org/gamma.htm (gamma algorithms mathematics math)
[Discover] Recursion and Generators http://www.unixuser.org/~euske/doc/python/recursion.html (programming recursion python generator)
[Discover] Matasano Chargen » Aguri: Coolest Data Structure You’ve Never Heard Of http://www.matasano.com/log/1009/aguri-coolest-data-structure-youve-never-heard-of/ (programming algorithm tree algorithms)
[Discover] CMPH - C Minimal Perfect Hashing Library http://cmph.sourceforge.net/ (programming library algorithm c)
[Discover] ONLamp.com: Numerical Python Basics http://www.onlamp.com/lpt/a/177 (mathematics tutorial algorithm numerical)
[Discover] Useless Factor: Matching, diffing and merging XML http://useless-factor.blogspot.com/2008/01/matching-diffing-and-merging-xml.html (xml programming tree diff)
[Discover] How I built an effective blog comment spam blocker - Snook.ca http://snook.ca/archives/other/effective_blog_comment_spam_blocker/ (spam antispam development programming)
[Discover] Haskell currying and partial application left over from BarCamp — 2008-02-01 — kirit.com http://www.kirit.com/Blog:/2008-02-01/Haskell%20currying%20and%20partial%20application%20left%20over ... (programming haskell algorithm)
[Discover] American Scientist Online - Accidental Algorithms http://www.americanscientist.org/template/AssetDetail/assetid/56452;jsessio%0Anid=baa7H8RsxVzFxC (mathematics programming algorithm complexity)
[Discover] Enfranchised Mind » Problems with Hash Tables http://enfranchisedmind.com/blog/2008/02/25/problems-with-hash-tables/ (programming algorithm algorithms hashing)
[Discover] Python solvers (Ned Batchelder) http://nedbatchelder.com/blog/200802/python_solvers.html (python algorithms mathematics programming)
[Discover] Eternally Confuzzled - Home http://www.eternallyconfuzzled.com/jsw_home.aspx (tutorial programming algorithms algorithm)
[Discover] tanjent: MurmurHash, final version. http://tanjent.livejournal.com/756623.html (hash algorithm code programming)
[Discover] Dr. Dobb's | The Rete Matching Algorithm | December 5, 2002 http://www.ddj.com/184405218 (patterns programming algorithm architecture)
[Discover] Datawocky: More data usually beats better algorithms, Part 2 http://anand.typepad.com/datawocky/2008/04/data-versus-alg.html (datamining algorithms research algorithm)
[Discover] Python: module tex_wrap http://oedipus.sourceforge.net/texlib/ (text algorithm python tex)
[Discover] Notional Slurry » Search algorithms http://williamtozier.com/slurry/2008/04/02/search-algorithms (search programming algorithms tutorial)
[Discover] A Field Guide to Genetic Programming http://www.gp-field-guide.org.uk/ (programming artificial genetic coding)
[Discover] Image SCZ - Image Compression Utilities http://scz-compress.sourceforge.net/image_scz.html (compression algorithm image)
[Discover] Small Memory Software http://www.cix.co.uk/~smallmemory/book.html (programming embedded book architecture)
[Discover] Texture Synthesis http://rubinsteyn.com/comp_photo/texture/ (graphics programming algorithm texture)
[Discover] Skip graphs http://www.cs.yale.edu/homes/aspnes/skip-graphs-abstract.html (algorithm programming datastructures tree)
[Discover] Useless Factor: A couple GC algorithms in more detail http://useless-factor.blogspot.com/2008/05/couple-gc-algorithms-in-more-detail.html (algorithm garbagecollection algorithms gc)
[Discover] DO++: 列挙学校に行ってきました。 http://hillbig.cocolog-nifty.com/do/2008/03/post_150f.html (algorithm)
[Discover] Good Math, Bad Math : Linear Programming http://scienceblogs.com/goodmath/2008/05/linear_programming.php#more (optimization programming mathematics algorithm)
[Discover] Rijndael Inspector http://www.formaestudio.com/rijndaelinspector/archivos/rijndaelanimation.html (security cryptography algorithm code)
[Discover] Pluto Scarab — Hash Functions http://bretm.home.comcast.net/~bretm/hash/ (algorithms hash programming math)
[Discover] Factor: a practical stack language: Garbage collection throughput improvements http://factor-language.blogspot.com/2008/05/garbage-collection-throughput.html (factor gc algorithm programming)
[Discover] kiwitobes.com » Blog Archive » Lessons on recommendation systems http://blog.kiwitobes.com/?p=58 (recommendation amazon algorithm recommendations)
[Discover] realtimecollisiondetection.net - the blog » Don’t follow the shortest path! http://realtimecollisiondetection.net/blog/?p=56 (search algorithms games ai)
[Discover] Kazuho@Cybozu Labs: フレンド・タイムライン処理の原理と実践 http://labs.cybozu.co.jp/blog/kazuho/archives/2008/06/friends_timeline.php (twitter scalability programming sql)
[Discover] Gregable.: Reservoir Sampling http://gregable.com/2007/10/reservoir-sampling.html (programming statistics algorithm sampling)
[Discover] Official Google Blog: Using data to fight webspam http://googleblog.blogspot.com/2008/06/using-data-to-fight-webspam.html (google search spam algorithms)
[Discover] JSON Diff http://tlrobinson.net/projects/js/jsondiff/ (javascript json diff ajax)
[Discover] Simple Top-Down Parsing in Python http://effbot.org/zone/simple-top-down-parsing.htm (python parsing parser algorithms)
[Discover] CS 170: Efficient Algorithms and Intractable Problems http://www.cs.berkeley.edu/~jordan/courses/170-fall05/ (algorithms algorithm course learning)
[Discover] bzip2 - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Bzip2 (algorithms compression algorithm)
[Discover] libstree — A Generic Suffix Tree Library http://www.cl.cam.ac.uk/~cpk25/libstree/ (minimal library cool programming)
[Discover] PaperBack http://www.ollydbg.de/Paperbak/index.html#9 (compression paper visual algorithm)
[Discover] Chord - Wikipedia http://ja.wikipedia.org/wiki/Chord (dht algorithm)
