Monday, April 30, 2012

Daily Bookmarks 20120430

trie树--详解 - Yx.Ac - 博客园
http://www.cnblogs.com/cherish_yimi/archive/2009/10/12/1581666.html
C++学得再好,也无法凭这个找到好工作 - Yx.Ac - 博客园
http://www.cnblogs.com/cherish_yimi/archive/2009/10/19/1586010.html
trie树--详解 - Yx.Ac - 博客园
http://www.cnblogs.com/cherish_yimi/archive/2009/10/12/1581666.html
海量数据处理之归并、堆排、前K方法的应用:一道面试题 | 勇幸|Thinking
http://www.ahathinking.com/archives/19.html
从《The C Programming Language》中学到的那些编程风格和设计思想 | 勇幸|Thinking
http://www.ahathinking.com/archives/94.html
Duplicate Elimination in Scrapy « Free Mind
http://blog.pluskid.org/?p=381
漫谈 Clustering (4): Spectral Clustering « Free Mind
http://blog.pluskid.org/?p=287
【腾讯】1亿个数据取前1万大的整数 - 爪哇人 - ITeye技术网站
http://hxraid.iteye.com/blog/655768#bc2249651
trie树--详解 - Yx.Ac - 博客园
http://www.cnblogs.com/cherish_yimi/archive/2009/10/12/1581666.html
二进制思考(三):位排序,位索引简单举例 | 勇幸|Thinking
http://www.ahathinking.com/archives/77.html
从Trie树(字典树)谈到后缀树(10.28修订) - 结构之法 算法之道 - 博客频道 - CSDN.NET
http://blog.csdn.net/v_JULY_v/article/details/6897097












-end-

Saturday, April 28, 2012

Daily Bookmarks 20120427

Nikita's blog: Fuzzy string search nice
http://ntz-develop.blogspot.com/2011/03/fuzzy-string-search.html
WM(Wu-Manber)算法详解及C语言实现程序代码解析参考 - 志文工作室 - 计算机技术学习博客
http://www.zhiwenweb.cn/Category/Security/1261.htm
My research on fast multi-pattern search algorithms « My Journey on Technology Road
http://trungvo.wordpress.com/2009/02/09/my-research-on-fast-multi-pattern-search-algorithms/
今天终于把Wu-Manber弄出来了……效率太低啦_Hector's Fantastic World_百度空间
http://hi.baidu.com/hectorinsane/blog/item/c715f15348043b060df3e377.html
One Unified Blog -> C++ Implementation of Wu Manber's Multi-Pattern Search Algorithm
http://www.oneunified.net/blog/2008/03/23/
演算法筆記 - String Matching
http://www.csie.ntnu.edu.tw/~u91029/StringMatching.html

Boyer-Moore 经典单模式匹配算法 - 小北的家 - 博客频道 - CSDN.NET
http://blog.csdn.net/ijuliet/article/details/4200771
字串核對
http://caterpillar.onlyfun.net/Gossip/AlgorithmGossip/MatchString.htm
[Term Project]Boyer-Moore 演算法 | 宅學習 - Social Learning Space
http://sls.weco.net/blog/asd123/07-jun-2007/2054
ESMAJ
http://www-igm.univ-mlv.fr/~lecroq/string/index.html
Snort中的模式匹配
http://grace.findfunaax.com/pattern_match_in_snort/report-Z-H-2.html
关于Snort中的MWM算法_xiaoyao4005-ChinaUnix博客
http://blog.chinaunix.net/uid-7183932-id-2067172.html
提取Python stringlib中的"BMHBNFS"字符串查找算法 - 奋斗中拥有 - 博客频道 - CSDN.NET
http://blog.csdn.net/force_eagle/article/details/7193650
Using Boyer-Moore-Horspool algorithm on file streams in Python | Inspirated
http://inspirated.com/2010/06/19/using-boyer-moore-horspool-algorithm-on-file-streams-in-python
Boyer-Moore algorithm
http://www.iti.fh-flensburg.de/lang/algorithmen/pattern/bmen.htm
我是一只小小鸟: 看《The Google File System》后的一些笔记
http://asmallbird.blogspot.com/2006/10/google-file-system.html

algorithm - Trie (Prefix Tree) in Python - Stack Overflow
http://stackoverflow.com/questions/960963/trie-prefix-tree-in-python
java - Implementing a Patricia Trie for use as a dictionary - Stack Overflow
http://stackoverflow.com/questions/2406416/implementing-a-patricia-trie-for-use-as-a-dictionary
javascript - Implementing trie for efficient search of products on my website - Stack Overflow
http://stackoverflow.com/questions/8464444/implementing-trie-for-efficient-search-of-products-on-my-website
python implementation of patricia tries - Stack Overflow
http://stackoverflow.com/questions/3121916/python-implementation-of-patricia-tries
Trie in Python | 我爱正则表达式
http://iregex.org/blog/trie-in-python.html
Carlbook - The Unary Infix Operator simple trie
http://www.carlbook.com/?12
大数据集处理策略 Bloom-Filter trie树 - 燎明的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/stund/article/details/7420324
double-array-trie and constructing with python | 素心如何天上月
http://yongsun.me/2009/01/double-array-trie-and-constructing-with-python/
An Implementation of Double-Array Trie
http://linux.thai.net/~thep/datrie/datrie.html
Aniket's Dotcom: Implementing a Trie with Python
http://arxoclay.blogspot.com/2011/04/implementing-trie-with-python.html
Python: Let's Try a Trie (Part 02) - YouTube
http://www.youtube.com/watch?v=Yt3iCwIq7Ic
VKEDCO: Vladimir Kulyukin's Education Coop: Trie in Python
http://vkedco.blogspot.com/2012/02/trie-in-python.html
一个简单的中文分词程序 | 我爱正则表达式
http://iregex.org/blog/simple-nlp-for-chinese.html
- Devjournal - Using a Trie in Python
http://www.billdimmick.com/devjournal/using-a-trie-in-python.html






























-end-

Thursday, April 26, 2012

Wednesday, April 25, 2012

Daily Bookmarks 20120425

Wu-Manber 经典多模式匹配算法 - 小北的家 - 博客频道 - CSDN.NET
http://blog.csdn.net/ijuliet/article/details/4206487
Wu-Manber算法 - 知足常乐 - 博客大巴
http://wzgyantai.blogbus.com/logs/46021622.html
Boyer-Moore 经典单模式匹配算法 - 小北的家 - 博客频道 - CSDN.NET
http://blog.csdn.net/iJuliet/article/details/4200771
python - Search for string allowing for one mismatch in any location of the string - Stack Overflow
http://stackoverflow.com/questions/2420412/search-for-string-allowing-for-one-mismatch-in-any-location-of-the-string
Python的帖子: - 哲思
http://www.zeuux.org/group/python/bbs/content/37849/
Ring - 0.146704 seconds
http://blog.ring.idv.tw/category.ser?c=48
passing-multiple-strings-string-find
http://bytes.com/topic/python/answers/21010-passing-multiple-strings-string-find
http://stackoverflow.com/questions/5309204/find-multiple-string-occurrences-in-python
Comparing a string to multiple items in Python - Stack Overflow
http://stackoverflow.com/questions/6838238/comparing-a-string-to-multiple-items-in-python
Efficiently carry out multiple string replacements in Python - Stack Overflow
http://stackoverflow.com/questions/3367809/efficiently-carry-out-multiple-string-replacements-in-python
find multiple string occurrences in Python - Stack Overflow
http://stackoverflow.com/questions/5309204/find-multiple-string-occurrences-in-python
Search and Replace multiple words or characters with Python « Gomputor’s blog
http://gomputor.wordpress.com/2008/09/27/search-replace-multiple-words-or-characters-with-python/
A fast, fuzzy, full-text index using RedisPlayNice.ly | PlayNice.ly
http://playnice.ly/blog/2010/05/05/a-fast-fuzzy-full-text-index-using-redis/
python, "a in b" keyword, how about multiple a's? - Stack Overflow
http://stackoverflow.com/questions/763944/python-a-in-b-keyword-how-about-multiple-as
Finding keywords using Python - Agiliq Blog | Django web app development good
http://agiliq.com/blog/2009/03/finding-keywords-using-python/
Digital History Hacks (2005-08): Easy Pieces in Python: Word Frequencies
http://digitalhistoryhacks.blogspot.com/2006/08/easy-pieces-in-python-word-frequencies.html
Searching and Replacing
http://effbot.org/zone/python-replace.htm#string-translate
The stringlib Library
http://effbot.org/zone/stringlib.htm















-end-

Tuesday, April 24, 2012

Daily Bookmarks 20120424

Python and Chinese Characters - Olifante's Lair
http://olifante.blogs.com/covil/2006/03/python_and_chin.html
python 正则匹配中文_求索•轨迹_百度空间
Python and Chinese Characters - Olifante's Lair
http://olifante.blogs.com/covil/2006/03/python_and_chin.html
从Trie树(字典树)谈到后缀树(10.28修订) - 结构之法 算法之道 - 博客频道 - CSDN.NET
http://blog.csdn.net/v_july_v/article/details/6897097
用python实现的字典树 - sunrise - C++博客
http://www.cppblog.com/sunrise/archive/2012/04/05/170125.html
用Python找出文件中使用率最高的汉字
http://www.keakon.net/2009/03/15/%E7%94%A8Python%E6%89%BE%E5%87%BA%E6%96%87%E4%BB%B6%E4%B8%AD%E4%BD%BF%E7%94%A8%E7%8E%87%E6%9C%80%E9%AB%98%E7%9A%84%E6%B1%89%E5%AD%97
算文解字
http://jianqiangma.wordpress.com/
Python « 算文解字
http://jianqiangma.wordpress.com/category/python/
Python正則表達式的幾種匹配用法 - 小生這廂有禮了 - szypanther - 和訊博客
http://szypanther.blog.hexun.com.tw/42771678_d.html
Python正则表达式的用法(1. 匹配) - 玛瑙河 - 博客园
http://www.cnblogs.com/agateriver/archive/2005/08/29/225498.html
python 正则表达式匹配中文 - 三月沙 - ITeye技术网站
http://zhyq0826.iteye.com/blog/1474237
python 正则匹配中文_求索•轨迹_百度空间
http://hi.baidu.com/pythond/blog/item/087e3bc2cf8bb05db219a86a.html
用Python编写自动下载网络小说的脚本 - 玛瑙河 - 博客园
http://www.cnblogs.com/agateriver/archive/2006/09/03/493800.html



















-end-

Thursday, April 19, 2012

Daily Bookmarks 20120419

python 小练习:unicode 及 frozenset 应用_花间晚照_百度空间
http://hi.baidu.com/billschen/blog/item/e4fc42368a0cf53d0a55a98d.html
初窥Bottle — RWPy4learner 11.3.30 documentation
http://readthedocs.org/docs/rwpy4l/en/latest/ch05/TryBottle.html
FAST 2011论文分析_博士们的学术乐园_百度空间
http://hi.baidu.com/hustbodao/blog/item/e5dae20056ce75fe08fa9306.html
You should blog even if you have no readers - thoughts from the red planet - thoughts from the red planet
http://nathanmarz.com/blog/you-should-blog-even-if-you-have-no-readers.html



-end-

Monday, April 16, 2012

Daily Bookmarks 20120416

suffix tree 的应用(初级篇) « demonstrate 的 blog
http://remonstrate.wordpress.com/2012/01/31/suffix-tree-%E7%9A%84%E5%BA%94%E7%94%A8%EF%BC%88%E5%88%9D%E7%BA%A7%E7%AF%87%EF%BC%89/
十大猜想 誰將延續Instagram神話 - 新華無線 - 新華網
http://big5.xinhuanet.com/gate/big5/news.xinhuanet.com/mobile/2012-04/16/c_122984052.htm
Instagram | 雷锋网
http://leiphone.com/tag/Instagram
那些年,我們一起用的 Google App Engine | ericsk.NET
http://blog.ericsk.org/archives/1466
[PPT]instagram创始人:如何成为十亿美元公司 | 雷锋网
http://leiphone.com/instagram-1billion-ppt.html
Binux の杂货铺
http://blog.binux.me/
迅雷Hash算法分析 - Binux の杂货铺
http://blog.binux.me/2012/03/hash_algorithm_of_xunlei/
[教程] Linux下使用aria2+loli.lu免费下载迅雷离线资源 - Binux の杂货铺
http://blog.binux.me/2011/12/howto_download_xunlei_offline_for_linux/
Category: ideas - Martian's ideas
http://blog.4321.la/articles/categories/ideas/
【Project-LOLI】Loli.lu 免费迅雷离线下载分享计划 - Martian's ideas
http://blog.4321.la/articles/2011/12/08/project-lolilu/
透過BI掌握市場脈動 | 技術專題 | iThome online
http://www.ithome.com.tw/itadm/article.php?c=42881










-end-

Sunday, April 15, 2012

Daily Bookmarks 20120415

怎麼構造shorten link
Coding Horror: URL Shortening: Hashes In Practice
http://www.codinghorror.com/blog/2007/08/url-shortening-hashes-in-practice.html
短域名/URL Shortening/Base36/Base62 - 打天打鸭 - ITeye技术网站
http://gembler.iteye.com/blog/664157
base62的解码分析 | 麦田的小黑屋
http://blog.mtian.net/2010/04/base62-decod/
math - Base 62 conversion in Python - Stack Overflow
http://stackoverflow.com/questions/1119722/base-62-conversion-in-python
Shorter URLs with Base62 in Django | scot hacker's foobar blog
http://birdhouse.org/blog/2010/10/24/base62-urls-django/
[Python] BASE2 = "01" BASE10 = "0123456789" BASE16 = "0123456789ABCDEF" BASE62 = "ABCD - Pastebin.com
http://pastebin.com/f54dd69d6
KevBurnsJr – Blog » PHP Unique Hash
http://blog.kevburnsjr.com/php-unique-hash
淘宝网的搜索关键字的编码与解码 - 数据结构 - Java - ITeye论坛
http://www.iteye.com/topic/286240
拍拍网的搜索关键字的编码与解码 - 数据结构 - Java - ITeye论坛
http://www.iteye.com/topic/286810
微博缩短网址的实现 - PHP - language - ITeye论坛
http://www.iteye.com/topic/718695
短网址的实现原理与方法_坚若磐石的博客_百度空间
http://hi.baidu.com/sdqdshixin/blog/item/4e7736f3b18e314c352accfa.html
Tracking Slow Requests with Dogslow – Bitbucket
http://blog.bitbucket.org/2011/05/17/tracking-slow-requests-with-dogslow/
Instagram Engineering
http://instagram-engineering.tumblr.com/
Blog of Shaun McCran - Architecting web solutions using ColdFusion, JQuery, CSS, Accessibility and other technologies: Using URL hashes to control AJAX requests
http://www.mccran.co.uk/index.cfm/2011/10/20/Using-URL-hashes-to-control-AJAX-requests
Create short IDs with PHP - Like Youtube or TinyURL
http://kevin.vanzonneveld.net/techblog/article/create_short_ids_with_php_like_youtube_or_tinyurl/





Tracking Slow Requests with Dogslow – Bitbucket
http://blog.bitbucket.org/2011/05/17/tracking-slow-requests-with-dogslow/




-end-

Friday, April 13, 2012

Daily Bookmarks 20120413

jQuery Expander Plugin
http://plugins.learningjquery.com/expander/index.html#getting-started
jQuery TOOLS - The missing UI library for the Web
http://jquerytools.org/
javascript - Jquery, hide & show list items after nth item - Stack Overflow
http://stackoverflow.com/questions/4054211/jquery-hide-show-list-items-after-nth-item
Expandable Maximum List Items jQuery Plugin: Hide after X number of bullets
http://www.joshuawinn.com/maximum-list-items-jquery-hide-after-x-number-bullets/
jQuery Plugin - Auto-Hide bullet points in a list after a maximum number - Example
http://www.joshuawinn.com/examples/hide-max-li/jquery-hide-max-list-items.html#
Scaling Threaded Comments on Django at Disqus - David Cramer's Blog
http://justcramer.com/2010/05/30/scaling-threaded-comments-on-django-at-disqus/

Building a Vector Space Search Engine in Python | Joseph Wilk
http://blog.josephwilk.net/projects/building-a-vector-space-search-engine-in-python.html
Longest common substring from more than two strings - Python - Stack Overflow
http://stackoverflow.com/questions/2892931/longest-common-substring-from-more-than-two-strings-python
Grouping strings lexicographically (python) - Stack Overflow
http://stackoverflow.com/questions/9246720/grouping-strings-lexicographically-python
From zero to code hero: Django AJAX Tutorial Part 1 - adding email to newsletter
http://fromzerotocodehero.blogspot.com/2011/01/django-ajax-tutorial-part-1.html
I256: Applied Natural Language Processing
http://courses.ischool.berkeley.edu/i256/f09/index.html










-end-

Thursday, April 12, 2012

Daily Bookmarks 20120412

High Scalability - High Scalability - Flickr Architecture
http://highscalability.com/flickr-architecture
Perspectives - Flickr DB Architecture
http://perspectives.mvdirona.com/2008/07/16/FlickrDBArchitecture.aspx
Perspectives - Flickr DB Architecture
http://perspectives.mvdirona.com/2008/07/16/FlickrDBArchitecture.aspx
Database War Stories #3: Flickr - O'Reilly Radar
http://radar.oreilly.com/archives/2006/04/database-war-stories-3-flickr.html
mySQL DBA: mySQL UC 2007 Presentation File
http://mysqldba.blogspot.com/2008/04/mysql-uc-2007-presentation-file.html
» A bunch of presentations on scaling websites: twitter, Flickr, Bloglines, Vox and more. video
http://poorbuthappy.com/ease/archives/2007/04/29/3616/the-top-10-presentation-on-scaling-websites-twitter-flickr-bloglines-vox-and-more
web development - Architecture of an image hosting site - Stack Overflow
http://stackoverflow.com/questions/4703301/architecture-of-an-image-hosting-site
Federation at Flickr: A tour of the Flickr Architecture | Colin Charles Agenda
http://www.bytebot.net/blog/archives/2007/04/25/federation-at-flickr-a-tour-of-the-flickr-architecture

Instagram Engineering • Sharding & IDs at Instagram

http://instagram-engineering.tumblr.com/post/10853187575/sharding-ids-at-instagram
Code: Flickr Developer Blog » Ticket Servers: Distributed Unique Primary Keys on the Cheap
http://code.flickr.com/blog/2010/02/08/ticket-servers-distributed-unique-primary-keys-on-the-cheap/
Counting, without counting, in Python: Brandon Rhodes
http://rhodesmill.org/brandon/2012/counting-without-counting/
Storing hundreds of millions of simple key-value pairs in Redis | Hacker News
http://news.ycombinator.com/item?id=3183276
Instagram Engineering • Sharding & IDs at Instagram
http://instagram-engineering.tumblr.com/post/10853187575/sharding-ids-at-instagram
Instagram Engineering • Storing hundreds of millions of simple key-value pairs in Redishttp://instagram-engineering.tumblr.com/post/12202313862/storing-hundreds-of-millions-of-simple-key-value-pairs
Code: Flickr Developer Blog » Using, Abusing and Scaling MySQL at Flickr
http://code.flickr.com/blog/2010/02/08/using-abusing-and-scaling-mysql-at-flickr/



LightCloud的设计原理 – 某人的栖息地

http://www.ooso.net/archives/549
lightcloud、hash_ring分析 - Ruby - language - ITeye论坛
http://www.iteye.com/topic/648458
Consistent hashing implemented simply in Python - amix.dk
http://amix.dk/blog/post/19367
















-end-

Wednesday, April 11, 2012

Daily Bookmarks 20120411

厦门网球网 - ElasticSearch的中文断词,使用python和pyelasticsearch
http://xmwq.net/bbs/8/140/
[译]搜索引擎与时间机器 | 旁门左道
http://log.medcl.net/item/2010/09/translation-search-engine-and-the-time-machine/
[独家]Elastic Search,偶然发现的强悍的搜索引擎 | 旁门左道
http://log.medcl.net/item/2010/03/elastic-search-accidentally-discovered-the-powerful-search-engine/
ElasticSearch的Gateway及存储原理 | 旁门左道
http://log.medcl.net/item/2010/10/elasticsearch-the-gateway-and-storage/

國王的新衣: JSONP
http://happytemplate.blogspot.com/2007/11/jsonp.html
Jsonp flickr example, Getting pictures from flickr making a request from the client side – jqueryload.com
http://www.jqueryload.com/jsonp-flickr-example-getting-pictures-from-flickr-making-a-request-from-the-client-side
用手摀住我的嘴 » jQuery抓取跨網域外的資料(cross-domain) 運用JSONP
http://herolin.twbbs.org/entry/jsonp-cross-domain-jQuery-proxy-iframe/
JSONP callback的PHP实现|学习·分享 - hao18
http://www.hao18.com/read-htm-tid-103.html
Cross-domain Ajax Query @ 第二十四個夏天後 :: 痞客邦 PIXNET ::
http://changyy.pixnet.net/blog/post/27380880-cross-domain-ajax-query
PHP: How to easily provide JSON and JSONP | Geekality
http://www.geekality.net/2010/06/27/php-how-to-easily-provide-json-and-jsonp/
JSONP - AllenWang.NET - 博客园
http://www.cnblogs.com/AllengWang/archive/2008/02/03/1062843.html
使用 JSONP、jQuery 和 Yahoo! 查询语言构建 mashup(一) » 大辉狼辉辉
http://wph4u.net/?p=236
使用 JSONP 实现跨域通信,第 2 部分: 使用 JSONP、jQuery 和 Yahoo! 查询语言构建 mashup
http://www.ibm.com/developerworks/cn/web/wa-aj-jsonp2/index.html
The EZPZ Way – How to build a personal mashup page with jQuery
http://theezpzway.com/2009/5/1/how-to-build-a-personal-mashup-page-with-jquery
HK Geek Cafe: 令人又愛又恨的 JavaScript function
http://geek-cafe-hk.blogspot.com/2011/06/javascript-function.html
深入浅出JSONP -WEB编程 - 来福技术网
http://www.51laifu.cn/archives/2012/324/article-5907.html








-end-

Tuesday, April 10, 2012

Daily Bookmarks 20120410

elasticsearch入門筆記(1) - tka's blog
http://blog.tka.lu/blog/2012/02/25/elasticsearchru-men-bi-ji-1/
用 elasticsearch 做全文搜索 - reality
http://reality.hk/posts/2011/10/19/using-elasticsearch
jQuery Pagination Ajax分页插件中文详解 « 张鑫旭-鑫空间-鑫生活
http://www.zhangxinxu.com/wordpress/2010/01/jquery-pagination-ajax%E5%88%86%E9%A1%B5%E6%8F%92%E4%BB%B6%E4%B8%AD%E6%96%87%E8%AF%A6%E8%A7%A3/
三种不同的分页方式 - - ITeye技术网站
http://gwh-08.iteye.com/blog/1390350
Pagination
http://d-scribe.de/webtools/jquery-pagination/demo/demo_options.htm
Pagination | jQuery Plugins
http://archive.plugins.jquery.com/project/pagination
ElasticSearch Users - Pagination with faceting?
http://elasticsearch-users.115913.n3.nabble.com/Pagination-with-faceting-td3158727.html
ElasticSearch Users - Inbuilt support for pagination?
http://elasticsearch-users.115913.n3.nabble.com/Inbuilt-support-for-pagination-td3100468.html
Get Started with ElasticSearch and Wicket « Find Time for the Karussell
http://karussell.wordpress.com/2011/02/07/get-started-with-elasticsearch/
Why Jetwick moved from Solr to ElasticSearch « Find Time for the Karussell
http://karussell.wordpress.com/2011/02/07/why-jetwick-moved-from-solr-to-elasticsearch/
elasticsearch - blog - Your Data, Your Search
http://www.elasticsearch.org/blog/2010/02/12/yourdatayoursearch.html
Full search query #BBUZZ 2011 — Gist
https://gist.github.com/1012051
ElasticSearch里DSL使用事故一则:_cache参数 | 旁门左道
http://log.medcl.net/item/2011/12/elasticsearch-li-dsl-shi-yong-shi-gu-yi-ze-_cache-can-shu/
laigood12345的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/laigood12345
StumbleUpon公司|开发博客
http://www.stumbleupon.com.cn-s.mk.gd/devblog/
Building search app with ElasticSearch
http://www.slideshare.net/lukas.vlcek/bbuzz-lukasvlcek2011
elasticsearch - blog - Data Visualization with ElasticSearch and Protovis
http://www.elasticsearch.org/blog/2011/05/13/data-visualization-with-elasticsearch-and-protovis.html

elasticsearch - blog - Your Data, Your Search
http://www.elasticsearch.org/blog/2010/02/12/yourdatayoursearch.html
Full search query #BBUZZ 2011 — Gist
https://gist.github.com/1012051
StumbleUpon公司|开发博客
http://www.stumbleupon.com.cn-s.mk.gd/devblog/
ElasticSearch « Find Time for the Karussell
http://karussell.wordpress.com/category/elasticsearch/
Springy Web: Hierarchical Faceting With Elastic Search
http://www.springyweb.com/2012/01/hierarchical-faceting-with-elastic.html
elasticsearch - blog - Data Visualization with ElasticSearch and Protovis
http://www.elasticsearch.org/blog/2011/05/13/data-visualization-with-elasticsearch-and-protovis.html
Flexible Faceting and Full Text Indexes Using ElasticSearch | Development Seed
http://developmentseed.org/blog/2011/may/31/flexible-faceting-and-full-text-indexes-using-elasticsearch/
ElasticSearch Users - Facet-Search property/property-value
http://elasticsearch-users.115913.n3.nabble.com/Facet-Search-property-property-value-td3569909.html
elasticsearch - guide - Search API - Facets
http://www.elasticsearch.org/guide/reference/api/search/facets/
CraftyFella's Blog: Faceting and Multifaceting syntax in Solr 1.4
http://www.craftyfella.com/2010/01/faceting-and-multifaceting-syntax-in.html
ElasticSearch Users - Facet-Search property/property-value
http://elasticsearch-users.115913.n3.nabble.com/Facet-Search-property-property-value-td3569909.html
ElasticSearch Users - Messages of kimchy
http://elasticsearch-users.115913.n3.nabble.com/template/NamlServlet.jtp?macro=search_page&node=115913&author=15852&query=facet
ElasticSearch Users - Pagination with faceting?
http://elasticsearch-users.115913.n3.nabble.com/Pagination-with-faceting-td3158727.html
Issue #650: Search: Allow to pass a search filter, applying only on the query (and not on facets for example) · elasticsearch/elasticsearch
https://github.com/elasticsearch/elasticsearch/issues/650
Issue #499: Multi-select facets · elasticsearch/elasticsearch
https://github.com/elasticsearch/elasticsearch/issues/499
ElasticSearch Users - Facet values as query criteria.
http://elasticsearch-users.115913.n3.nabble.com/Facet-values-as-query-criteria-td3323272.html#a3337025
elasticsearch - blog - Data Visualization with ElasticSearch and Protovis
http://www.elasticsearch.org/blog/2011/05/13/data-visualization-with-elasticsearch-and-protovis.html
Twitter « Find Time for the Karussell
http://karussell.wordpress.com/category/twitter/
Issue #1076: Support Hierarchical Facets · elasticsearch/elasticsearch
https://github.com/elasticsearch/elasticsearch/issues/1076



































-end-

Monday, April 09, 2012

Daily Bookmarks 20120409

R-Tree空间索引算法的研究历程和最新进展分析 - 在水一方 - 博客频道 - CSDN.NET
http://blog.csdn.net/chenyq2008/article/details/2140477
GIS Tech: 特別的資料庫–Spatial database
http://gis-tech.blogspot.com/2009/04/spatial-database.html
解耦_百度百科
http://baike.baidu.com/view/471757.htm
MVC与三层架构区别 - 陈建秋 廊坊师范学院七期信息技术提高班 - 博客频道 - CSDN.NET
http://blog.csdn.net/lfsf802/article/details/7234026
數位典藏之XML文件樹狀路徑查詢之研究
https://docs.google.com/viewer?a=v&q=cache:Qx19y_Q7WW4J:datf.iis.sinica.edu.tw/Papers/2005datfpapers/E-1.pdf+&hl=zh-TW&pid=bl&srcid=ADGEESia4M8M2Pv68GQgg1uSBW-XZmNtFdvk-Ix5ErWhkk6Tv1HQTUrI4WAdJHrxht9FkpvguE1rDckb8BXyaYwtGEitBJSYYIZfYib1ivDnztmsQGLNZS9F2-kR2ZhbcDEakS5N061u&sig=AHIEtbQaL8Oxt9lhz2kmfix5_l_yvK-TrQ&pli=1
The 4 big issues of faceted navigation - UX Brighton
http://uxbrighton.org.uk/the-4-big-issues-of-faceted-navigation/

DotNetNerd's blog | Implementing faceted search with MongoDB
http://blog.dotnetnerd.dk/post/2011/12/08/Implementing-faceted-search-with-MongoDB.aspx
sql - Efficient implementation of faceted search in relational databases - Stack Overflow
http://stackoverflow.com/questions/1847909/efficient-implementation-of-faceted-search-in-relational-databases
Implementing Faceted Search User Interface - Enhancing User Interactions in Digital Libraries
http://boonious.typepad.com/ux2/2011/01/implementing-faceted-search-ui.html
sql - Efficient implementation of faceted search in relational databases - Stack Overflow
http://stackoverflow.com/questions/1847909/efficient-implementation-of-faceted-search-in-relational-databases
boonious/ux2library
https://github.com/boonious/ux2library
moritz.stefaner.eu - Elastic lists
http://moritz.stefaner.eu/projects/elastic-lists/
Elastic Lists for Faceted Search — Now Open Source!
http://thenoisychannel.com/2010/05/20/elastic-lists-for-faceted-search-now-open-source/
DotNetNerd's blog | Implementing faceted search with MongoDB
http://blog.dotnetnerd.dk/post/2011/12/08/Implementing-faceted-search-with-MongoDB.aspx
Multi-faceted Employee Search | List of Names & Contact info for Multi-faceted at PeekYou
http://www.peekyou.com/work/multi-faceted/page=2
4.pdf
https://docs.google.com/viewer?a=v&q=cache:LXkNsUMmfAAJ:www.dblab.ntua.gr/~bikakis/Facet/4.pdf+&hl=zh-TW&pid=bl&srcid=ADGEESirPHpa1nWIMUzfOhNt_lbZGn5_XBzlantpkCy7XNY0OA3CwESrkesUJY-gWfL7pKj2RXff_u4xGqpveeOXep1If0AD5IUqKVvasf76o-7r9vlxAhobeT9ErCpaSbtp0Gy7xVh2&sig=AHIEtbR9S3ex-5U9e_O96fudsrhsOMTp6g
博客來書籍館>論點思考:先找對問題,再解決問題
http://www.books.com.tw/exep/prod/booksfile.php?item=0010517148&
数据挖掘十大经典算法(4) The Apriori algorithm - 莫等闲 - 博客频道 - CSDN.NET
http://blog.csdn.net/aladdina/article/details/4141101
数据挖掘算法-Apriori Algorithm(关联规则) - 听风吹雨 - 博客园
http://www.cnblogs.com/gaizai/archive/2010/03/31/1701573.html
python - Using frequent itemset mining to build association rules? - Stack Overflow
http://stackoverflow.com/questions/7047555/using-frequent-itemset-mining-to-build-association-rules
Mining of Massive Datasets
http://i.stanford.edu/~ullman/mmds.html
关联规则-Apriori算法详解(附python版源码) » tanglei的blog|唐磊的个人博客
http://www.tanglei.name/apriori-algorithm-in-python/
Apriori Algorithm | Guidovo
http://guidovo.com/tag/apriori-algorithm/
数据挖掘十大经典算法之一--APRIORI_iseeu_新浪博客
http://blog.sina.com.cn/s/blog_6714456f01011sfx.html
Apriori算法简介 - qq675927952的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/qq675927952/article/details/6707704
菜鸟学技术之:关联规则-Apriori算法-python实现_冬天的大白菜_百度空间
http://hi.baidu.com/ohnothing/blog/item/141964005ad8801c738b6529.html

Shard (database architecture) - Wikipedia, the free encyclopedia
http://en.wikipedia.org/wiki/Shard_(database_architecture)
collision chained hash table « demonstrate 的 blog
http://remonstrate.wordpress.com/tag/collision-chained-hash-table/
雜 湊 表
https://docs.google.com/viewer?a=v&q=cache:YQI0M6N5TVgJ:in2.csie.ncu.edu.tw/~jrjiang/alg2004/JavaDS09.ppt+&hl=zh-TW&pid=bl&srcid=ADGEESjhabGe-oXMBG9xHhJyFId6L1kPSYsNZvDvCnjXxBF5oaXfJw516eRYV4IonWvuqulUOTLpX-IZjq_QH6km3aitTf9DrNb3iazQJnhVXkiFX97ujk4IksQHd45PL60dMBSZVZZJ&sig=AHIEtbTBLS5E33nZZK3-WomK7L-cXehK4A&pli=1
Highload on a cheap hosting: a hash table in MySQL - HI
http://umumble.com/blogs/hi/19/
Consistent hashing - 黄刚的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/lovingprince/article/details/4645448
淘宝核心系统团队博客 | 道安
http://rdc.taobao.com/blog/cs/?author=9
数据同步系统设计 - java路,自己走 - BlogJava
http://www.blogjava.net/syniii/archive/2011/04/06/data_sync.html
php - Understanding Consistent Hashing - Stack Overflow
http://stackoverflow.com/questions/6314208/understanding-consistent-hashing
The Simple Magic of Consistent Hashing | Javalobby
http://java.dzone.com/articles/simple-magic-consistent
海量用户积分排名算法探讨 - Todd Wei - 博客园
http://www.cnblogs.com/weidagang2046/archive/2012/03/01/massive-user-ranking.html
海量用户积分排名算法之线段树 | wizardmin
http://wizardmin.com/2012/03/user-ranking-with-segment-tree/
php - Function to shard/distribute (consistent hashing)? - Stack Overflow
http://stackoverflow.com/questions/3370346/function-to-shard-distribute-consistent-hashing
Data Sharding - Stack Overflow
http://stackoverflow.com/questions/1054479/data-sharding
Ketama一致性Hash算法(含Java代码) - 数据结构 - Tech - ITeye论坛
http://www.iteye.com/topic/684087
redis源码分析-如何rehash | _yiihsia[互联网后端技术]
http://www.yiihsia.com/2011/04/redis%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90-%E5%A6%82%E4%BD%95rehash/
CodingLabs » Blog Archive » 一致性哈希算法及其在分布式系统中的应用
http://www.codinglabs.org/html/consistent-hashing.html
某分布式应用实践一致性哈希的一些问题 – Tim[后端技术]
http://timyang.net/architecture/consistent-hashing-practice/
memcached全面剖析–4. memcached的分布式算法 - idv2
http://tech.idv2.com/2008/07/24/memcached-004/

































-end-

Saturday, April 07, 2012

Daily Bookmarks 20120407

Python脚本拉取优酷高清视频FLV下载地址 _ 程序人生
http://www.programlife.net/python-youku-flvcd.html
Rickey's pets: VIM tip: 將tab取代成space及程式縮排方式
http://rickey-nctu.blogspot.com/2009/02/vim-tips-tabspace.html
Building a Web Server with Python and Flask Tutorial - Parts 3 & 4 | Web Builder Zone
http://css.dzone.com/articles/building-web-server-python-and-0
Making an SMS Birthday Card with Python and Flask
http://www.twilio.com/blog/2012/01/making-an-sms-birthday-card-with-python-and-flask.html
The Past of Me | 个人杂志计划
http://thepast.me/home?redir=None
一个小小的开源项目:个人杂志计划 | laiwei_linjuly_homepage
http://laiwei.net/2012/02/19/%e4%b8%80%e4%b8%aa%e5%b0%8f%e5%b0%8f%e7%9a%84%e5%bc%80%e6%ba%90%e9%a1%b9%e7%9b%ae%ef%bc%9a%e4%b8%aa%e4%ba%ba%e6%9d%82%e5%bf%97%e8%ae%a1%e5%88%92/
用tornado重写的pypress - Pypress by tornado
http://laoqiu.com/2012/3/22/about-tornado-pypress
橡树果项目正式开源 | Vimer的程序世界
http://www.vimer.cn/2012/02/%e6%a9%a1%e6%a0%91%e6%9e%9c%e9%a1%b9%e7%9b%ae%e6%ad%a3%e5%bc%8f%e5%bc%80%e6%ba%90.html
用flask做了个网站 買不買!!!!
http://www.douban.com/group/topic/23445557/
Deploying a Flask app on Dotcloud | Flask (A Python Microframework)
http://flask.pocoo.org/snippets/48/
如何在 Dotcloud 上部署 pypress? - python 主机 - python.cn(news, jobs)
http://simple-is-better.com/news/316
如何在 Dotcloud 上部署 flask 应用 - Flask - python.cn(news, jobs)
http://simple-is-better.com/news/317
dotcloud部署pypress过程详解 | Catcher's blog
http://www.kcher.com/2011/9/22/dotcloud%E9%83%A8%E7%BD%B2pypress%E8%BF%87%E7%A8%8B%E8%AF%A6%E8%A7%A3/
Django用uploadify实现图片批量上传 | 动漫驿站
http://dmyz.org/archives/350
在Dotcloud上搭建NodeJS+MongoDB环境 | 动漫驿站
http://dmyz.org/archives/348
Uliweb在dotcloud上的尝试记录兼谈doccloud的体会_limodou的学习生活_百度空间
http://hi.baidu.com/limodou/blog/item/a454e1fee22222295c6008a5.html
session多用户问题 - Thinking In Jdon
http://www.jdon.com/jivejdon/thread/32522
闲话淘宝网和新浪微博架构 - Thinking In Jdon
http://www.jdon.com/jivejdon/thread/42376
HttpSession (Tomcat)的实现机制?????? - Thinking In Jdon
http://www.jdon.com/jivejdon/thread/18806
[教學]PHP會員登入機制,session的使用,簡易型電話簿範例(對MySQL新增、修改、刪除)! @ 回憶......! :: 痞客邦 PIXNET ::
http://dreamtails.pixnet.net/blog/post/23583385-%5B%E6%95%99%E5%AD%B8%5Dphp%E6%9C%83%E5%93%A1%E7%99%BB%E5%85%A5%E6%A9%9F%E5%88%B6%EF%BC%8Csession%E7%9A%84%E4%BD%BF%E7%94%A8%EF%BC%8C%E7%B0%A1%E6%98%93%E5%9E%8B
挖坑:最近在用flask写个任务管理的站点_卡门_百度空间
http://hi.baidu.com/leoomo/blog/item/5442c91f89965105314e1520.html
帶iPad去旅行—行前準備篇+Markdown試用 « 簡睿隨筆
http://jdev.tw/blog/2428/travel-with-ipad-preparation-and-markdown
Output {时间管理} As HTML Tree - ScrapBook
http://floss.zoomquiet.org/item20100721181610-frameset.html



















-end-

Friday, April 06, 2012

Daily Bookmarks 20120406

Mechanical Girl : Super simple pagination, WITHOUT using Django's Paginator object
http://www.mechanicalgirl.com/post/super-simple-pagination-without-using-djangos-paginator-object/
6 Creative Ideas for Filtered Navigation | Get Elastic Ecommerce Blog
http://www.getelastic.com/creative-filtered-navigation/
Hierarchical Navigation and Faceted Search on Top of Oracle Coherence « Highly Scalable Blog
http://highlyscalable.wordpress.com/2012/04/02/architecture-of-high-performance-ecommerce-backend/
Faceted navigation: facet overload | Perficient Enterprise Content Management Blog
http://blogs.perficient.com/ecm/blog/2011/03/09/faceted-navigation-facet-overload/
The LinkedIn Blog » Inside Look: Designing LinkedIn Faceted Search
http://blog.linkedin.com/2010/03/05/designing-linkedin-faceted-search/
Metadata Strategy
https://docs.google.com/viewer?a=v&q=cache:U9c1hrjWEAkJ:www.kapsgroup.com/presentations/Faceted%2520Navigation%2520Design.ppt+&hl=zh-TW&pid=bl&srcid=ADGEEShbUUET_Jaxz3aVK43BUCxWIxZvcQEjYpr-UTiPfCgRDQzacUF2Jq7qh-Z2bGzpofjSa7fm5YolDEFk3REjcTLBLOinQ-knT8AOSIaH2CL4QOubNv0o5p7XJ8T7WdSN0eCyUJ8c&sig=AHIEtbT3_WTP-ydL9Es8AnDc2j1GzfBpbA
FacetedNavigation – Zope/Plone products (EEA website)
https://svn.eionet.europa.eu/projects/Zope/wiki/FacetedNavigation#Questions
[IR] Lucene && Sphinx && Xapian – 四号程序员
http://www.coder4.com/archives/category/ir
alexksikes/fSphinx
https://github.com/alexksikes/fSphinx
Alex Ksikes - Resume
http://alex.ksikes.net/resume
Cloud Mining - DBLP
http://dblp.cloudmining.net/
Home § Thinking Sphinx
http://freelancing-god.github.com/ts/en/
想写代码?离开你的电脑吧! - 博客 - 伯乐在线
http://blog.jobbole.com/954/
更新了首页及内页评论数算法--老吕的博客
http://old.lerry.org/post/2011/4/28/update-algorithm-of-comment-amount
增加分页功能&python通用分页函数--老吕的博客
http://old.lerry.org/post/2011/4/28/General-page-function
johnpaulett.com / Getting RESTful with web.py
http://johnpaulett.com/2008/09/20/getting-restful-with-webpy/
博客制作记录
http://www.cj53.com/artical/2
web.py 十分钟创建简易博客 - 感染源博客 - 博客频道 - CSDN.NET
http://blog.csdn.net/caleng/article/details/5712850
webpy 项目推介:运行在 DotCloud 上的 Blog 程序 Chimchar - web.py中文教程/指南/开源项目/商业项目推介 - python.cn(jobs, news)
http://zoomquiet.org/res/scrapbook/ZqFLOSS/data/20110507094555/index.html
python - Web.py todo list with login - Stack Overflow
http://stackoverflow.com/questions/9134553/web-py-todo-list-with-login




















-end-

Thursday, April 05, 2012

Daily Bookmarks 20120405

Faceted Navigation - Burgers
http://burgers.demo.pilotsystems.net/@@faceted-navigation
Faceted Navigation — Plone CMS: Open Source Content Management
http://plone.org/products/faceted-navigation
Refining Search | Patternry
http://patternry.com/p=refining-search/
自訂CSS樣式教學系列六:visibility hidden V.S. display none @ 狗貓的家!Xuite名稱的由來&使用秘笈 :: 隨意窩 Xuite日誌
http://blog.xuite.net/jeanson61/xuite/6456082-%E8%87%AA%E8%A8%82CSS%E6%A8%A3%E5%BC%8F%E6%95%99%E5%AD%B8%E7%B3%BB%E5%88%97%E5%85%AD%EF%BC%9Avisibility+hidden+V.S.+display+none
How to build a simple search filter with jQuery | Grapii
http://blog.grapii.com/2010/08/how-to-build-a-simple-search-filter-with-jquery/
Using jQuery to search Content and creating custom Selector Filters - Rick Strahl's Web Log
http://www.west-wind.com/weblog/posts/2008/Oct/24/Using-jQuery-to-search-Content-and-creating-custom-Selector-Filters
How to build a fast, simple list filter with jQuery • Javascript • Kilian Valkhof
http://kilianvalkhof.com/2010/javascript/how-to-build-a-fast-simple-list-filter-with-jquery/
filter.js – Client side search filtering using JSON and jQuery | Josh Software – Where Programming is an Art!
http://blog.joshsoftware.com/2011/09/28/filter-js-client-side-search-filtering-using-json-and-jquery/
jiren/filter.js · GitHub
https://github.com/jiren/filter.js



-end-

Wednesday, April 04, 2012

Daily Bookmarks 20120404

TF-IDF实现自动提取标签 - 快乐学习 - 不烦恼
http://bufannao.com/archives/TF-IDF.html
TF-IDF - 维基百科,自由的百科全书
http://zh.wikipedia.org/wiki/TF-IDF
Most efficient data structure to represent threaded comments in Java? - Stack Overflow
http://stackoverflow.com/questions/759208/most-efficient-data-structure-to-represent-threaded-comments-in-java
Building a database driven menu with ASP.NET, JQuery and Suckerfish - Stack Overflow
http://stackoverflow.com/questions/321680/building-a-database-driven-menu-with-asp-net-jquery-and-suckerfish#321773
Efficient Nested Comments with Redis in PHP | MeltingIce Blog
http://blog.meltingice.net/programming/efficient-nested-comments-redis/
python - How to do nested comments in Flask/Jinja? - Stack Overflow
http://stackoverflow.com/questions/6985404/how-to-do-nested-comments-in-flask-jinja
Hierarchical data in MySQL: easy and fast
http://www.ferdychristant.com/blog//articles/DOMM-7QJPM7
python - How to do nested comments in Flask/Jinja? - Stack Overflow
http://stackoverflow.com/questions/6985404/how-to-do-nested-comments-in-flask-jinja

谁研究过文章自动提取标签的功能?_百度知道
http://zhidao.baidu.com/question/80158105
未解决的问题:分词之[中英混合词]的切分,比如"K线"/"U盘"/"T恤"_无商不富/黄金永恒_百度空间
http://hi.baidu.com/knowise/blog/item/68853bec383138dc2e2e210b.html
一位硕士的开题报告:《中英文混合分词研究》_武大沈阳的博客---请到微博来找我,每日更新:weibo.com/rost_百度空间
http://hi.baidu.com/whusoft/blog/item/e86d91135696cc015aaf53eb.html
中英文混合分词方法及应用研究_计算机应用技术_发表网,Chinese and English Mixed Segmentation Method and Applied Research
http://www.fabiao.net/show.php?contentid=218604
基于词典的正向最大匹配中文分词算法,能实现中英文数字混合分词 - 爱开卷360 - 博客园
http://www.cnblogs.com/ibook360/archive/2011/11/11/2245868.html
基于词典的逆向最大匹配中文分词算法,更好实现中英文数字混合分词 - 爱开卷360 - 博客园
http://www.cnblogs.com/ibook360/archive/2011/11/11/2245871.html
盘古分词-中文人名识别算法介绍 - eaglet - 博客园
http://www.cnblogs.com/eaglet/archive/2009/08/19/1549566.html
Creating threaded comments in django with django-mptt - Code Blogging
http://codeblogging.net/blogs/1/3/
Managing Hierarchical Data in MySQL « Mike Hillyer's Personal Webspace
http://mikehillyer.com/articles/managing-hierarchical-data-in-mysql/
The New Quora Comments - Posts - Quora
http://www.quora.com/Shu-Uesugi/Posts/The-New-Quora-Comments
Quora Gets Threaded Comments, Comment Voting, Editing And Images | TechCrunch
http://techcrunch.com/2011/09/26/quora-gets-threaded-comments-comment-voting-editing-and-images/
Threaded array library for Codeigniter | i.nt.ro
http://i.nt.ro/threaded-array-library-for-codeigniter/
php - What is the algorithm behind nested comments? - Stack Overflow
http://stackoverflow.com/questions/7197860/what-is-the-algorithm-behind-nested-comments
Efficient Nested Comments with Redis in PHP | MeltingIce Blog
http://blog.meltingice.net/programming/efficient-nested-comments-redis/
python - How is the Reddit comment system designed or programmed? - Stack Overflow
http://stackoverflow.com/questions/4278003/how-is-the-reddit-comment-system-designed-or-programmed/4278052#4278052
PHP class for threaded comments | Jon Gales
http://www.jongales.com/blog/2009/01/27/php-class-for-threaded-comments/?replytocom=37277#respond
mysql - Multi Threaded Comments PHP? - Stack Overflow
http://stackoverflow.com/questions/8391211/multi-threaded-comments-php
sql - What is the most efficient/elegant way to parse a flat table into a tree? - Stack Overflow
http://stackoverflow.com/questions/192220/what-is-the-most-efficient-elegant-way-to-parse-a-flat-table-into-a-tree




-end-

Monday, April 02, 2012

Daily Bookmarks 20120402

database - What is faceted search? - Stack Overflow
http://stackoverflow.com/questions/5321595/what-is-faceted-search
分面搜索(Faceted Search) – 腾讯CDC
http://cdc.tencent.com/?p=1401
Best Practices for Designing Faceted Search Filters :: UXmatters
http://uxmatters.com/mt/archives/2009/09/best-practices-for-designing-faceted-search-filters.php
4 product comparison best practices - The Web Usability Blog
http://webusability-blog.com/4-product-comparison-best-practices/
Product overview: do’s and don’ts - The Web Usability Blog
http://webusability-blog.com/product-overview-usability-examples/
Faceted search: 4 design tips - The Web Usability Blog
http://webusability-blog.com/faceted-search-4-design-tips/
Faceted Navigation Design Showcase | Smiley Cat Web Design
http://www.smileycat.com/miaow/archives/002561.php
Designing Faceted Search: Getting the basics right (part 1) « Information Interaction
http://isquared.wordpress.com/2011/05/18/designing-faceted-search-getting-the-basics-right-part-1/
Database Structure for a Faceted Search - Stack Overflow
http://stackoverflow.com/questions/3994386/database-structure-for-a-faceted-search
IndexTank - hosted search you control good
http://indextank.com/documentation/tutorial-faceting
Faceted Search JavaScript Library good to use
http://eikes.github.com/facetedsearch/

Nested list collapsing script
http://www.howtocreate.co.uk/tutorials/jsexamples/listCollapseExample.html
Best Practices for Designing Faceted Search Filters :: UXmatters
http://uxmatters.com/mt/archives/2009/09/best-practices-for-designing-faceted-search-filters.php
IBM WCS - IBM WebSphere Commerce Blog: Solution Faceted Search
http://www.ibmwcs.com/2012/02/solution-faceted-search-navigation.html
Edit this Fiddle - jsFiddle faceted example good
http://jsfiddle.net/mattball/d2v4Q/
购物网站的普通搜索已经发展到「分面导航 + 个性化功能 + 过滤功能」,高级搜索功能还有存在的必要吗? | 非也 | ButNo.net
http://www.butno.net/2554
支持分面搜索的jQuery插件 - VisualSearch » 给力技术
http://site518.net/jquery-faceted-search/
使用分面导航实现文档搜索
http://www.ibm.com/developerworks/cn/data/library/techarticles/dm-0802marwick/
按字段值分面搜索 - 权威指南 - 迅搜(xunsearch) - 开源免费中文全文搜索引擎
http://www.xunsearch.com/doc/php/guide/search.facet
分面(facet)不是搜索 - 阳光不锈 - 博客大巴
http://gundam215.blogbus.com/logs/43241094.html
Faceted navigation of data | Javalobby
http://java.dzone.com/news/faceted-navigation-data
Dr. Axel Rauschmayer
http://rauschma.de/
Hyena: Organize your ideas
http://proj.2ality.com/hyena/index.html
Facetator: simple data publishing
http://proj.2ality.com/facetator/
Dr. Axel Rauschmayer
http://proj.2ality.com/
Faceted navigation of data | Javalobby
http://java.dzone.com/news/faceted-navigation-data
c# - How can I intelligently group rows of integers for a faceted search? - Stack Overflow
http://stackoverflow.com/questions/4571189/how-can-i-intelligently-group-rows-of-integers-for-a-faceted-search
网站导航设计模式指南 | 前端开发-武方博
http://www.wufangbo.com/web-navigation-design/
How to Make Robots Cry With Faceted Navigation | ClickZ
http://www.clickz.com/clickz/column/2035517/robots-faceted-navigation
How it works « Odysci
http://www.odysci.com/how-it-works#Advanced_Search
Semantic GrowBag Project Homepage
http://www.l3s.de/growbag/demonstrators.php
Faceted Navigation - Interaction Design Pattern Library - Welie.com
http://www.welie.com/patterns/showPattern.php?patternID=faceted-navigation
Keywords Co-Occurrence and Semantic Connectivity Strategies
http://www.miislita.com/semantics/c-index-1.html



















-end-

Daily Bookmarks 20120401

文字知識探勘 與 自動化資訊組織- 研究成果
http://blue.lins.fju.edu.tw/~tseng/ResearchResults/index.htm
共現索引典之自動建構、評估與應用曾元顯 輔仁大學圖書資訊學系 2001/11/16
http://www.slidefinder.net/-/----------_-----/@/13546634
PowerPoint Presentation 共現索引典之自動建構、評估與應用曾元顯
https://docs.google.com/viewer?a=v&q=cache:N84TlIBdYWoJ:blue.lins.fju.edu.tw/~tseng/ir-paper/term_suggestion/%25A6%40%25B2%257B%25AF%25C1%25A4%25DE%25A8%25E5.ppt+&hl=zh-TW&pid=bl&srcid=ADGEESjbD4GmiZamgJlntHwJIbfKnaFQ8tmw9QTIG8DYH89NiE0ALVxZpBb0oLoUfCXYlGfWa4Y8XkvxNLAyDCl1fBQUKR-0GjPAoMUurK41cc8LUL3_OA0uGNb6G3VnfG9F1TuSt8RY&sig=AHIEtbR7NgD7OjorKYM3k8-YesHN8G0rRg
Publication List
http://web.ntnu.edu.tw/~samtseng/publications.htm
關鍵詞自動擷取技術之探討
http://blue.lins.fju.edu.tw/~tseng/papers/keyword.htm#sec2
文字知識探勘 與 自動化資訊組織- 研究成果
http://blue.lins.fju.edu.tw/~tseng/ResearchResults/index.htm
Creating an inverted index hash in Ruby - Stack Overflow
http://stackoverflow.com/questions/9143864/creating-an-inverted-index-hash-in-ruby
CREATION OF INVERTED INDEX AND USE OF RANKING ALGORITHM (Python code) | Free resources for web designers are programmers
http://www.ssiddique.info/creation-of-inverted-index-and-use-of-ranking-algorithm-python-code.html
performance - Python inverted index efficiency - Stack Overflow
http://stackoverflow.com/questions/9539618/python-inverted-index-efficiency
Building An Inverted Index - Python | Dream.In.Code
http://www.dreamincode.net/forums/topic/233870-building-an-inverted-index/
python - Storing an inverted index - Stack Overflow
http://stackoverflow.com/questions/3687715/storing-an-inverted-index
共現索引典 - Google 搜尋
https://www.google.com/search?q=%E5%85%B1%E7%8F%BE%E7%B4%A2%E5%BC%95%E5%85%B8&hl=zh-TW&client=firefox-a&rls=org.mozilla:zh-TW:official&prmd=imvns&ei=QZt4T6mrMszUmAXp3rTpDw&start=10&sa=N&biw=1132&bih=597
全文检索中近义词、关联词的解决方案 - 企业应用 - Java - ITeye论坛
http://www.iteye.com/topic/299826
仿google搜索提示 SuggestFramework的使用 - - ITeye技术网站
http://weina.iteye.com/blog/355343
php - Checkboxes filter search result - Stack Overflow
http://stackoverflow.com/questions/8399180/checkboxes-filter-search-result
filter search php - Google 搜尋
https://www.google.com/search?hl=zh-TW&client=firefox-a&hs=W85&rls=org.mozilla%3Azh-TW%3Aofficial&q=filter+search+php&oq=fliter+search&aq=0l&aqi=g-l1g-lm4&aql=&gs_l=serp.3.0.0i13j0i13i5l4.35387l40367l0l43871l8l8l1l0l0l0l121l814l0j7l7l0.llsin.
Best Practices for Designing Faceted Search Filters :: UXmatters
http://www.uxmatters.com/mt/archives/2009/09/best-practices-for-designing-faceted-search-filters.php
search - Filtering results with checkboxes - User Experience - Stack Exchange
http://ux.stackexchange.com/questions/16372/filtering-results-with-checkboxes




-end-