Changes between Version 4 and Version 5 of jazz/11-03-23
- Timestamp:
- Mar 23, 2011, 4:58:45 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/11-03-23
v4 v5 10 10 * [http://research.microsoft.com/en-us/projects/trinity/ Trinity] - a graph database and computation platform over distributed memory cloud. 由微軟開發的 Graph Database。 11 11 * 文中提到 Trinity 與 Neo4j, HyperGraphDB, !InfiniteGraph, 以及 Google 的 [http://portal.acm.org/citation.cfm?id=1582723 Pregel]([wiki:jazz/10-10-20 2010-10-20]) 12 13 == PDFTK == 14 15 * 雖然 [http://pdfsam.sf.net pdf merge and split] 還蠻好用的,有時候 16 * [參考] [http://www.libthomas.org/~thomas/wp/?p=312 Thomas 的 pdftk 簡介] 17 {{{ 18 ~$ sudo apt-get install pdftk 19 ~$ pdftk part-3.pdf part-4.pdf part-5.pdf part-6.pdf cat output 11-03-09_Foxconn_Big_Data.pdf 20 }}}