Thursday, December 10, 2020

git note

git origin
Lab 39 - Git Immersion - Brought to you by New Context
http://gitimmersion.com/lab_39.html
高飞鸟 – Highbird » Blog Archive » git中的origin/master
http://www.tech126.com/git-origin-master/

Git 教學(2):Git Branch 的操作與基本工作流程 - 好麻煩部落格 good good
http://gogojimmy.net/2012/01/21/how-to-use-git-2-basic-usage-and-worflow/

jazz/09-10-04 – Grid Architecture
http://trac.nchc.org.tw/grid/wiki/jazz/09-10-04


Git教學:Git的遠端操作及利用Dropbox建立Server進行協同開發(Windows) @ mr.mu
http://www.mrmu.com.tw/2011/05/06/git-using-dropbox-as-server/

Git-rebase 小筆記 - YORKXIN×YORKXIN
http://blog.yorkxin.org/2011/07/29/git-rebase
ConstType: Git: how remotes work
http://consttype.blogspot.tw/2008/10/git-how-remotes-work.html
Git 版本控制 branch model 分支模組基本介紹 | 小惡魔 - 電腦技術 - 工作筆記 - AppleBOY
http://blog.wu-boy.com/2011/03/git-%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6-branch-model-%E5%88%86%E6%94%AF%E6%A8%A1%E7%B5%84%E5%9F%BA%E6%9C%AC%E4%BB%8B%E7%B4%B9/
A successful Git branching model » nvie.com
http://nvie.com/posts/a-successful-git-branching-model/

Git 初學筆記 - 指令操作教學 | Tsung's BlogTsung's Blog
http://blog.longwin.com.tw/2009/05/git-learn-initial-command-2009/
Git分支管理策略 - 阮一峰的网络日志
http://www.ruanyifeng.com/blog/2012/07/git.html

Home · yavaeye/yavaeye Wiki
https://github.com/yavaeye/yavaeye/wiki
git fetch拉取他人分支 - 走走记记
http://blog.tsnrose.com/blog/2012/04/18/git-fetch/

git fetch 后, git merge 和 git rebase的区别 - RichardYSteven的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/richardysteven/article/details/7275779

Git Book 中文版 - 分支与合并@基础
http://gitbook.liuhui998.com/3_3.html
Git « Suiaing's Blog
http://suiaing.wordpress.com/tag/git/

Git Magic - 章 6. 多人Git
http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_tw/ch06.html

關於開發
GitCorp Flow - 安居客Git开发流程规范 - Erning.write()
http://erning.net/blog/2012/11/02/gitflow-at-anjuke-inc/
A successful Git branching model » nvie.com
http://nvie.com/posts/a-successful-git-branching-model/
GIT分支管理是一门艺术_知识库_博客园
http://kb.cnblogs.com/page/132209/
Git 版本控制 branch model 分支模組基本介紹 | 小惡魔 - 電腦技術 - 工作筆記 - AppleBOY
http://blog.wu-boy.com/2011/03/git-%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6-branch-model-%E5%88%86%E6%94%AF%E6%A8%A1%E7%B5%84%E5%9F%BA%E6%9C%AC%E4%BB%8B%E7%B4%B9/

Start a New Branch on your Remote Git Repository | Zorched / One-Line Fix
http://www.zorched.net/2008/04/14/start-a-new-branch-on-your-remote-git-repository/

Adding And Removing Remote Branches - GitGuys - GitGuys
http://www.gitguys.com/topics/adding-and-removing-remote-branches/

Wednesday, March 25, 2015

Wednesday, December 03, 2014

Daily Bookmarks 20141203

Some Notes on Tim Bray's Wide Finder Benchmark
http://effbot.org/zone/wide-finder.htm
ongoing by Tim Bray · WF XV: On Parallel I/O
http://www.tbray.org/ongoing/When/200x/2007/11/16/WF-Parallel-IO

不知道如何在python里使用mmap,这样可使多个进程共享一个dic字典的内存? · Issue #1 · jannson/yaha
https://github.com/jannson/yaha/issues/1
关于mmap研究 - 小明明s à domicile
http://www.dongwm.com/archives/guanyummapyanjiu/
python共享内存- JEFF ZHANG'S
http://guangboo.org/2013/03/22/python-mmap-share-memory

c++ - How to store a hash table in a file? - Stack Overflow
http://stackoverflow.com/questions/524342/how-to-store-a-hash-table-in-a-file%EF%BC%9A

A guide to analyzing Python performance « Huy Nguyen
http://www.huyng.com/posts/python-performance-analysis/
Multi-processing techniques in Python — Doug Hellmann
http://doughellmann.com/2007/10/01/multiprocessing.html

Tuesday, April 01, 2014

[centos] build tool gcc not found / install gcc & Development Tools


# gcc
-bash: gcc:not found
centos 中 預設沒有install一些build tools
可以使用 下面指令把全部相關的Development Tools都安裝起來

# yum groupinstall 'Development Tools'

Friday, March 21, 2014

Daily Bookmarks 20140321

Mahout Development Environment with Maven and Eclipse (1) | Shuyo's Weblog
http://shuyo.wordpress.com/2011/02/01/mahout-development-environment-with-maven-and-eclipse-1/
使用HDP快速搭建Hadoop开发环境 | - DEBUGO -
http://www.debugo.com/hdp-dev-setup/
用Maven构建Hadoop项目 | 粉丝日志
http://blog.fens.me/hadoop-maven-eclipse/
Hadoop: Setup Maven project for MapReduce in 5mn | Hadoopi
http://hadoopi.wordpress.com/2013/05/25/setup-maven-project-for-hadoop-in-5mn/


Collaborative filtering - Wikipedia, the free encyclopedia
https://en.wikipedia.org/wiki/Collaborative_filtering#Memory-based
資料探勘與協同過濾推薦之研究與應用 : 布丁布丁吃什麼?
http://pulipuli.blogspot.tw/2008/11/blog-post.html
One Class Collaborative Filtering 单类协同过滤 | Resys China
http://www.resyschina.com/2011/04/one-class-collaborative-filtering.html
玛丽莎•梅耶尔的大动作:无需搜索的Google——“相关发现” | Resys China
http://www.resyschina.com/2010/12/contextual-discovery.html
Early Amazon: Inventory Cache | Resys China
http://www.resyschina.com/2012/03/early-amazon-inventory-cache.html
推荐结果是不是应该变一变? | Resys China
http://www.resyschina.com/2010/11/temporal_diversity.html
user-based - Google 搜尋
https://www.google.com.tw/search?q=user-based&espv=210&es_sm=119&source=lnt&tbs=lr:lang_1zh-CN%7Clang_1zh-TW&lr=lang_zh-CN%7Clang_zh-TW&sa=X&ei=gz8pU5nCEonzkQWPnYHQAQ&ved=0CBYQpwUoATgK&biw=1140&bih=672
基于物品的协同过滤推荐算法——读“Item-Based Collaborative Filtering Recommendation Algorithms” - Stay hungry, Stay foolish - 博客频道 - CSDN.NET
http://blog.csdn.net/huagong_adu/article/details/7362908
C++ STL原来可以这么强大 - Stay hungry, Stay foolish - 博客频道 - CSDN.NET
http://blog.csdn.net/huagong_adu/article/details/7356147
Java多线程编程 - Stay hungry, Stay foolish - 博客频道 - CSDN.NET
http://blog.csdn.net/huagong_adu/article/details/6482280
Java集合架构(一、List、Set) - Stay hungry, Stay foolish - 博客频道 - CSDN.NET
http://blog.csdn.net/huagong_adu/article/details/6481944
推荐系统:协同过滤 之 User-based Collaborative Filtering » Beyond Search - 最好走的路越走越难,最难走的路越走越容易
http://www.guwendong.com/post/2006/user_based_cf.html
推荐系统:协同过滤 之 Item-based Collaborative Filtering » Beyond Search - 最好走的路越走越难,最难走的路越走越容易
http://www.guwendong.com/post/2006/item_based_cf.html
推荐系统 » Beyond Search - 最好走的路越走越难,最难走的路越走越容易
http://www.guwendong.com/post/category/recsys/page/2
个性化阅读的过去、现在和未来(一)·概述 - 旁观者 - 博客园
http://www.cnblogs.com/zhengyun_ustc/archive/2011/04/14/PR01.html

Oozie -
http://archive.cloudera.com/cdh/3/oozie/DG_Examples.html
Oozie — Installing and Running
http://rvs.github.io/oozie/installing.html
Oozie -
http://oozie.apache.org/docs/3.1.3-incubating/DG_Examples.html
oozie-examples tar.gz download - Google 搜尋
https://www.google.com.tw/search?espv=210&es_sm=119&q=oozie-examples+tar.gz+download&oq=oozie-examples+tar.gz+download&gs_l=serp.3..0i30.1101.3646.0.3799.11.10.1.0.0.0.211.773.8j1j1.10.0.ckp%2Ckpns%3D1000...0...1.1.37.serp..1.10.723.pp7WzUmcITc
Thoughts about Technology, Science, and Culture: How to install Oozie
http://www.jakubkotowski.com/2013/12/how-to-install-oozie.html
Hadoop Oozie 自定义安装和启动 - 刘瑞东的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/ruidongliu/article/details/8794203
Oozie WF use cases · yahoo/oozie Wiki
https://github.com/yahoo/oozie/wiki/Oozie-WF-use-cases
Oozie tutorial — Part 1: Introduction,Install & Run Example | 林场的梦
http://www.ventlam.org/2012/08/14/oozie-tutorial-part-1-introductioninstall-run-example/
Hadoop Tutorial: Oozie
http://www.slideshare.net/martyhall/hadoop-tutorial-oozie
unit testing - How can I run a hadoop example jar in an oozie workflow? - Stack Overflow
http://stackoverflow.com/questions/9415129/how-can-i-run-a-hadoop-example-jar-in-an-oozie-workflow
:: DeveloperIQ.in - Asia's #1 Software Technology magazine ::
http://developeriq.in/articles/2013/aug/28/scheduling-workflows-using-oozie-coordinator/
Kick Start Hadoop: Word Count Example with Hadoop – 0.20
http://kickstarthadoop.blogspot.tw/2011/05/word-count-example-with-hadoop-020.html
Oozie Example: Hive Actions
https://gist.github.com/tmusabbir/7019600
tmusabbir's Gists
https://gist.github.com/tmusabbir?page=2
Oozie Example: Java Action / MapReduce Jobs
https://gist.github.com/tmusabbir/7019540
A basic Oozie coordinator job
https://gist.github.com/tmusabbir/7019407
Setting up Ganglia in CentOS
https://gist.github.com/tmusabbir/7019185
Cloud for Beginners: oozie
http://www.tanzirmusabbir.com/search/label/oozie
jrkinley/oozie-examples
https://github.com/jrkinley/oozie-examples


Saturday, March 08, 2014

Daily Bookmarks 20140307

redis 的6种过期策略 - 成就梦想 - BlogJava
http://www.blogjava.net/iamct/articles/367015.html
解密Redis持久化 - NoSQLFan - 关注NoSQL相关技术、新闻
http://blog.nosqlfan.com/html/3813.html
锋利的Redis - NoSQLFan - 关注NoSQL相关技术、新闻
http://blog.nosqlfan.com/html/129.html?ref=rediszt

十五分钟介绍 Redis数据结构 - NoSQLFan - 关注NoSQL相关技术、新闻
http://blog.nosqlfan.com/html/3202.html

调整redis maxmemory命令_Xijan Li_百度空间
http://hi.baidu.com/fisher_lee/item/586dc42ffe03060877272c2e
redis – Tim[后端技术]
http://timyang.net/tag/redis/
深入理解Redis主键失效原理及实现机制 | 石头儿
http://shitouer.cn/2013/11/validate-principle-and-implement-of-redis-key/
Redis as an LRU cache
http://oldblog.antirez.com/post/redis-as-LRU-cache.html
Redis中文官方网站 -- redis中文资料、中文文档尽在redis中文官方网站
http://redis.cn/

Redis内存使用优化与存储
http://www.infoq.com/cn/articles/tq-redis-memory-usage-optimization-storage
Logstash Aggregator
https://gist.github.com/tphummel/4068305

Wednesday, February 12, 2014

Daily Bookmarks 20140212

[转]浅谈reverse函数与django哲学 - 麻烦处... - ITeye技术网站
django.core.urlresolvers utility functions | Django documentation | Django

用兩個真實的故事來尊崇股市 (第1頁) - 投資與理財 - Mobile01

为你的大脑建立索引 - ZhangIt的专栏 - 博客频道 - CSDN.NET
mydoit - ZhangIt的专栏 - 博客频道 - CSDN.NET
django学习日志——mydoit之django admin能做些什么(三) - ZhangIt的专栏 - 博客频道 - CSDN.NET

简单10招,让你的云计算事业锦上添花-CSDN.NET
http://www.csdn.net/article/2014-02-07/2818324-Cloud-Career-Skill

Saturday, February 08, 2014

Daily Bookmarks 20140208


醫砭 » 經穴庫 » 天宗
http://yibian.hopto.org/acu/?ano=117
PunNode | 2014將會發生的2個科技新趨勢
http://punnode.com/archives/10089
羅漢功/羅漢功學得精 不識病滋味 - 運動天地 - 養生百科 - udn健康醫藥
http://mag.udn.com/mag/life/storypage.jsp?f_ART_ID=207429
Dorm 7 Software • Django taggit
http://blog.dorm7.com/post/22707131421/django-taggit

Wednesday, January 22, 2014

Daily Bookmarks 20140122

python - Use of meta class in django - Stack Overflow
http://stackoverflow.com/questions/2146363/use-of-meta-class-in-django
Creating forms from models | Django documentation | Django
https://docs.djangoproject.com/en/1.4/topics/forms/modelforms/

Core Concepts of Django ModelForms
http://pydanny.com/core-concepts-django-modelforms.html
Forms — Django Design Patterns
http://agiliq.com/books/django-design-patterns/forms.html

Understanding Python’s ‘super’ | These are Dark Times, Lad
http://blog.timvalenta.com/2009/02/understanding-pythons-super/
Programmer blog: Python super() method and class inheritance
http://garmoncheg.blogspot.tw/2012/06/python-super-method-and-class.html

read
Python’s super() considered super! | Deep Thoughts by Raymond Hettinger
http://rhettinger.wordpress.com/2011/05/26/super-considered-super/
Python's Super Considered Harmful
https://fuhm.net/super-harmful/
python - correct way to use super (argument passing) - Stack Overflow
http://stackoverflow.com/questions/8972866/correct-way-to-use-super-argument-passing

Tuesday, December 17, 2013

Daily Bookmarks 20131217

Redirecting
http://api.justin.tv/api/stream/list.json?&language=zh-tw&limit=100
RESTful Authentication with Flask - miguelgrinberg.com
http://blog.miguelgrinberg.com/post/restful-authentication-with-flask
Write a Tumblelog Application with Flask and MongoEngine
http://docs.mongodb.org/ecosystem/tutorial/write-a-tumblelog-application-with-flask-mongoengine/
Flask patterns
http://www.slideshare.net/it-people/flask-patterns
Advanced Flask Patterns // Speaker Deck
https://speakerdeck.com/mitsuhiko/advanced-flask-patterns
The Application Context — Flask 0.10.1 documentation
http://flask.pocoo.org/docs/appcontext/
Introduction into Contexts — Flask-SQLAlchemy 0.16 documentation
http://pythonhosted.org/Flask-SQLAlchemy/contexts.html
Search — Flask 0.10.1 documentation
http://flask.pocoo.org/docs/search/?q=context&check_keywords=yes&area=default
The Application Context — Flask 0.10.1 documentation
http://flask.pocoo.org/docs/appcontext/?highlight=context
应用上下文 — Flask 0.10.1 文档
http://docs.torriacg.org/docs/flask/appcontext.html?highlight=%E5%BA%94%E7%94%A8%E4%B8%8A%E4%B8%8B%E6%96%87
Suffix Array Part 3 — Longest Common Substring (LCS) | roman10
http://www.roman10.net/suffix-array-part-3-longest-common-substring-lcs/
Nikita's blog: Fuzzy string search
http://ntz-develop.blogspot.tw/2011/03/fuzzy-string-search.html
suffix array python - Google 搜尋
https://www.google.com.tw/search?q=suffix+array+python&espv=210&es_sm=119&ei=FhOwUt7QHcXwkAWh9oC4Bg&start=30&sa=N&biw=1124&bih=591
读书:《编程珠玑》第十五章及后缀数组的Python实现和后缀树 | Silent Kogorou Mouri
http://pengwang.me/2013/04/27/%E8%AF%BB%E4%B9%A6%EF%BC%9A%E3%80%8A%E7%BC%96%E7%A8%8B%E7%8F%A0%E7%8E%91%E3%80%8B%E7%AC%AC%E5%8D%81%E4%BA%94%E7%AB%A0-%E5%8F%8A-%E5%90%8E%E7%BC%80%E6%95%B0%E7%BB%84%E7%9A%84python%E5%AE%9E%E7%8E%B0/
Suffix Arrays
http://algs4.cs.princeton.edu/63suffix/

如何衡量你的人生 資源 流程 - Google 搜尋
https://www.google.com.tw/search?espv=210&es_sm=119&q=%E5%A6%82%E4%BD%95%E8%A1%A1%E9%87%8F%E4%BD%A0%E7%9A%84%E4%BA%BA%E7%94%9F+%E8%B3%87%E6%BA%90+%E6%B5%81%E7%A8%8B&oq=%E5%A6%82%E4%BD%95%E8%A1%A1%E9%87%8F%E4%BD%A0%E7%9A%84%E4%BA%BA%E7%94%9F+%E8%B3%87%E6%BA%90+%E6%B5%81%E7%A8%8B&gs_l=serp.3...301081.301610.0.301941.3.3.0.0.0.0.68.168.3.3.0....0...1c.1j2.32.serp..2.1.53.T4eehiTzimE
pyvideo.org - Search: Flask patterns
http://pyvideo.org/search?models=videos.video&q=Flask+patterns
pyvideo.org - Advanced Flask Patterns
http://pyvideo.org/video/1269/advanced-flask-patterns
pyvideo.org - Armin Ronacher
http://pyvideo.org/speaker/238/armin-ronacher
context flask - Google 搜尋
https://www.google.com.tw/search?espv=210&es_sm=119&biw=1124&bih=591&q=context+flask&oq=context+flask&gs_l=serp.3..0i7i30l2j0i30j0i7i10i30j0i7i5i30j0i5i30l5.15061.15345.0.15663.3.3.0.0.0.0.64.169.3.3.0....0...1c.1.32.serp..0.3.167.6MwceIuEi1g
API — Flask 0.10.1 documentation
http://flask.pocoo.org/docs/api/#flask._app_ctx_stack
The Application Context — Flask 0.10-dev documentation
https://flask.readthedocs.org/en/latest/appcontext/
teardown_appcontext - Google 搜尋
https://www.google.com.tw/search?espv=210&es_sm=119&q=teardown_appcontext&oq=teardown_appcontext&gs_l=serp.3..0i10i19.2972.2972.0.3255.1.1.0.0.0.0.49.49.1.1.0....0...1c.1.32.serp..0.1.49.4LyQplnV6Vc
API — Flask 0.10.1 documentation
http://flask.pocoo.org/docs/api/
Quickstart — Flask 0.10.1 documentation
http://flask.pocoo.org/docs/quickstart/#context-locals

ht → zh-TW
https://www.google.com.tw/search?espv=210&es_sm=119&q=%E5%A6%82%E4%BD%95%E8%A1%A1%E9%87%8F%E4%BD%A0%E7%9A%84%E4%BA%BA%E7%94%9F+%E8%B3%87%E6%BA%90+%E6%B5%81%E7%A8%8B&oq=%E5%A6%82%E4%BD%95%E8%A1%A1%E9%87%8F%E4%BD%A0%E7%9A%84%E4%BA%BA%E7%94%9F+%E8%B3%87%E6%BA%90+%E6%B5%81%E7%A8%8B&gs_l=serp.3...301081.301610.0.301941.3.3.0.0.0.0.68.168.3.3.0....0...1c.1j2.32.serp..2.1.53.T4eehiTzimE

Monday, December 09, 2013

Daily bookmark 20131209

High Scalability - High Scalability - How Google Serves Data from Multiple Datacenters
http://highscalability.com/blog/2009/8/24/how-google-serves-data-from-multiple-datacenters.html
HBase - Apache HBase (TM) Replication
http://hbase.apache.org/replication.html

HBase Replication Notes
https://gist.github.com/larsgeorge/825646


Kyoto Cabinet - Wikipedia, the free encyclopedia
http://en.wikipedia.org/wiki/Kyoto_Cabinet#Effective_implementation_of_hash_database
HASHDB:一个简单的KeyValue存储系统原型 - 刘爱贵的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/liuaigui/article/details/6670841

Disaster Recovery hortonworks - Google 搜尋
https://www.google.com.tw/search?espv=210&es_sm=119&q=Disaster+Recovery+hortonworks&spell=1&sa=X&ei=6TilUqj0I4epkgWs74CQDw&ved=0CC0QvwUoAA&biw=1122&bih=626
Hortonworks Blog
http://hortonworks.com/blog/
Cloudera, Hortonworks, MapR and now Intel and Greenplum? | OpenBI
http://www.openbi.com/content/cloudera-hortonworks-mapr-and-now-intel-and-greenplum
Online Apache HBase Backups with CopyTable | Cloudera Developer Blog
http://blog.cloudera.com/blog/2012/06/online-hbase-backups-with-copytable-2/
HBase - Apache HBase (TM) Replication
http://hbase.apache.org/replication.html
High Scalability - High Scalability - How Google Serves Data from Multiple Datacenters
http://highscalability.com/blog/2009/8/24/how-google-serves-data-from-multiple-datacenters.html

hbase的replication使用 - 蓝色时分 - ITeye技术网站
http://koven2049.iteye.com/blog/983633
add_peer hbase - Google 搜尋
https://www.google.com.tw/search?espv=210&es_sm=119&q=add_peer+hbase&oq=add_peer+hbase&gs_l=serp.3..0i30j0i8i30.1110.2632.0.2823.6.6.0.0.0.0.203.414.5j0j1.6.0....0...1c.1.32.serp..0.6.413.FQLZ_9bziFI
HBase Replication
http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH4/latest/CDH4-Installation-Guide/cdh4ig_topic_20_11.html#topic_20_11_4_unique_1
Apache HBase Replication: Operational Overview | Cloudera Developer Blog
http://blog.cloudera.com/blog/2012/08/hbase-replication-operational-overview/
HBase Replication Notes
https://gist.github.com/larsgeorge/825646

Apache HBase Replication Overview | Cloudera Developer Blog
http://blog.cloudera.com/blog/2012/07/hbase-replication-overview-2/
Apache HBase Replication: Operational Overview | Cloudera Developer Blog
http://blog.cloudera.com/blog/2012/08/hbase-replication-operational-overview/



Tuesday, December 03, 2013

Daily Bookmark 20131203

alignment algorithm python - Google 搜尋
https://www.google.com.tw/search?espv=210&es_sm=119&q=alignment+algorithm+python&oq=alignment+algorithm+&gs_l=serp.3.1.0i30l6j0i5i30l4.3418.3418.0.5033.1.1.0.0.0.0.49.49.1.1.0....0...1c.1.32.serp..0.1.49.JRLrGoxqobo
alevchuk/pairwise-alignment-in-python
https://github.com/alevchuk/pairwise-alignment-in-python
How to implement the Needleman–Wunsch alignment algorithm without using a single loop in Python | Echo.2
http://blogs.infoecho.net/echo/2011/04/10/how-to-implement-the-needleman%E2%80%93wunsch-alignment-algorithm-without-using-a-single-loop-in-python/
parsing - How to read specific part of large file in Python - Stack Overflow
http://stackoverflow.com/questions/15644859/how-to-read-specific-part-of-large-file-in-python
Saving a Python dict to a file using pickle « SaltyCrane Blog
http://www.saltycrane.com/blog/2008/01/saving-python-dict-to-file-using-pickle/

Exploring Lucene’s Indexing Code: Part 2 | SearchHub | Lucene/Solr Open Source Search
http://searchhub.org/2009/03/18/exploring-lucenes-indexing-code-part-2/
Processing Boolean queries
http://nlp.stanford.edu/IR-book/html/htmledition/processing-boolean-queries-1.html
Storing huge hash table in a file in Python - Stack Overflow
http://stackoverflow.com/questions/1354520/storing-huge-hash-table-in-a-file-in-python


dongweiming/flask_reveal
https://github.com/dongweiming/flask_reveal

Wednesday, October 23, 2013

Daily Bookmark 20131023

Indexing Files via Solr and Java MapReduce | Cloudera Blog
http://blog.cloudera.com/blog/2012/03/indexing-files-via-solr-and-java-mapreduce/
Scaling Solr Indexing with SolrCloud, Hadoop and Behemoth | Javalobby
http://java.dzone.com/articles/scaling-solr-indexing

DataTables - FixedColumns
http://datatables.net/extras/fixedcolumns/


rauth/examples at master · litl/rauth
https://github.com/litl/rauth/tree/master/examples
An example on how to use Oauth and Python to connect to twitter « Popdevelop – A developer team from Malmö, Sweden
http://popdevelop.com/2010/07/an-example-on-how-to-use-oauth-and-python-to-connect-to-twitter/
Rauth — rauth 0.6.2 documentation
https://rauth.readthedocs.org/en/latest/

mapreduce hbase
MR操作hbase的一点心得(含hbase表拷贝样例代码) - bluekeyv的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/kirayuan/article/details/7001278
MR操作hbase的一点心得(含hbase表拷贝样例代码) - 鹏鹏博客 - 博客频道 - CSDN.NET
http://blog.csdn.net/yuanpengs/article/details/7763210
hbase bulkload - bluekeyv的专栏 - 博客频道 - CSDN.NET
http://blog.csdn.net/kirayuan/article/details/7441447
InterfaceAudience InterfaceStability - 知其然,知其所以然 - ITeye技术网站
http://x-rip.iteye.com/blog/1528572

Export.java hbase mapreduce - Google 搜尋
https://www.google.com.tw/search?espv=210&es_sm=119&q=Export.java+hbase+mapreduce&oq=Export.java+hbase+mapreduce&gs_l=serp.3...1077.7479.0.7606.28.26.1.0.0.0.572.3130.9j1j2j4j0j1.17.0....0...1c.1.29.serp..21.7.670.HdwQ3AHoKds

GrepCode: org.apache.hadoop.hbase.mapreduce.Export (.java) - Class - Source Code View
http://grepcode.com/file/repo1.maven.org/maven2/org.apache.hbase/hbase/0.90.4/org/apache/hadoop/hbase/mapreduce/Export.java#Export.createSubmittableJob%28org.apache.hadoop.hbase.mapreduce.Configuration%2Cjava.lang.String%5B%5D%29






Monday, October 14, 2013