├── LICENSE ├── Makefile ├── README.md ├── coffeecatch.c ├── coffeecatch.h ├── coffeejni.c ├── coffeejni.h └── sample.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xroche/coffeecatch/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xroche/coffeecatch/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xroche/coffeecatch/HEAD/README.md -------------------------------------------------------------------------------- /coffeecatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xroche/coffeecatch/HEAD/coffeecatch.c -------------------------------------------------------------------------------- /coffeecatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xroche/coffeecatch/HEAD/coffeecatch.h -------------------------------------------------------------------------------- /coffeejni.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xroche/coffeecatch/HEAD/coffeejni.c -------------------------------------------------------------------------------- /coffeejni.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xroche/coffeecatch/HEAD/coffeejni.h -------------------------------------------------------------------------------- /sample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xroche/coffeecatch/HEAD/sample.c --------------------------------------------------------------------------------