gitextract_ib4rtlel/ ├── .gitignore ├── .jshint-emacs.js ├── .jshintrc ├── LICENSE ├── Makefile ├── README.md ├── index.js ├── package.json └── test/ ├── .jshintrc ├── data/ │ ├── 00002701_16_1.txt │ ├── 00002701_16_2.txt │ ├── 00011601_16_1.txt │ ├── 00011601_16_2.txt │ ├── 00094701_16_1.txt │ ├── 00094701_16_2.txt │ ├── 00106901_16_1.txt │ ├── 00106901_16_2.txt │ ├── 00133601_16_1.txt │ ├── 00133601_16_2.txt │ ├── 00136101_16_1.txt │ ├── 00136101_16_2.txt │ ├── 00631701_16_1.txt │ ├── 00631701_16_2.txt │ ├── 00631801_16_1.txt │ ├── 00631801_16_2.txt │ ├── 01109801_16_1.txt │ ├── 01109801_16_2.txt │ ├── 06855701_16_1.txt │ ├── 06855701_16_2.txt │ ├── 24442301_16_1.txt │ ├── 24442301_16_2.txt │ ├── 32499201_16_1.txt │ ├── 32499201_16_2.txt │ ├── Babylonian_16_1.txt │ ├── Babylonian_16_2.txt │ ├── clipper_ship_16_1.txt │ ├── clipper_ship_16_2.txt │ ├── emptyBasket_16_1.txt │ ├── emptyBasket_16_2.txt │ ├── puffy_white_16_1.txt │ ├── puffy_white_16_2.txt │ ├── sources.txt │ ├── stoplights_16_1.txt │ ├── stoplights_16_2.txt │ └── values.txt └── tests.js