https://www.cyberciti.biz/faq/bash-for-loop-array/
Sublime 3 Tab Completion
https://www.sublimetext.com/docs/2/tab_completion.html
checksum: cksum & md5sum
http://www.computerhope.com/unix/ucksum.htm https://www.lifewire.com/validate-md5-checksum-file-4037391
UPC with MPI
http://mantis.lbl.gov/nightly/upc/berkeley_upc_runtime/docs/html/user/interoperability.html http://upc.lbl.gov/hypermail/upc-users/att-0113/bupc_extern.h
OS X Yosemite: Customize the Finder toolbar and sidebar
https://support.apple.com/kb/PH19079?locale=en_US
Cache Writing
http://www.cs.cornell.edu/courses/cs3410/2013sp/lecture/18-caches3-w.pdf
Apache Cassandra: The write path to compaction
http://docs.datastax.com/en/archived/cassandra/2.0/cassandra/dml/dml_write_path_c.html
개발자를 위한 SSD (Coding for SSD)
http://tech.kakao.com/2016/07/13/coding-for-ssd-part-1/
Project Voldemort: A distributed database
http://www.project-voldemort.com/voldemort/quickstart.html
Eventually Consistent – Revisited
http://www.allthingsdistributed.com/2008/12/eventually_consistent.html
Apache Cassandra Storage Engine
http://cassandra.apache.org/doc/latest/architecture/storage_engine.html
IBM POWER Instruction Set Architecture
https://en.wikipedia.org/wiki/IBM_POWER_Instruction_Set_Architecture Another interesting feature of the architecture is a virtual address system which maps all addresses into a 52-bit space. In this way applications can share memory in a “flat” 32-bit space, and all of the programs can have different
RayTrace-miniapp: Miniapp version of ray-trace code used to simulate X-Ray lasers
https://code.ornl.gov/mbt/RayTrace-miniapp
64-bit computing Limits of practical processors
https://en.wikipedia.org/wiki/64-bit_computing In principle, a 64-bit microprocessor can address 16 EiBs (16 × 10246 = 264 = 18,446,744,073,709,551,616 bytes, or about 18.1 exabytes) of memory. In actual practice, it is orders of magnitudes less than that. For example, the AMD64 architecture (as of
HPC Challenge Benchmark
http://icl.cs.utk.edu/hpcc/index.html
Why doesn’t the backspace key work in insert mode?
http://vi.stackexchange.com/questions/2162/why-doesnt-the-backspace-key-work-in-insert-mode set nocompatible set backspace=indent,eol,start
gitignore
https://git-scm.com/docs/gitignore
SMHasher MurmurHash3
https://github.com/aappleby/smhasher
Bloom Filters by Example
https://llimllib.github.io/bloomfilter-tutorial/
SSTable and Log Structured Storage: LevelDB
https://www.igvita.com/2012/02/06/sstable-and-log-structured-storage-leveldb/