├── LICENSE ├── README.md ├── RegistExt.cpp ├── RegistExt.h ├── SQLiteExt.cpp ├── helpers.cpp ├── helpers.h ├── histo.jpg ├── histogram.cpp ├── mean.jpg ├── meanhistogram.cpp ├── ratio1.jpg ├── ratio2.jpg ├── ratiohistogram.cpp ├── scatter.jpg ├── sqlite3.h └── sqlite3ext.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/README.md -------------------------------------------------------------------------------- /RegistExt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/RegistExt.cpp -------------------------------------------------------------------------------- /RegistExt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/RegistExt.h -------------------------------------------------------------------------------- /SQLiteExt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/SQLiteExt.cpp -------------------------------------------------------------------------------- /helpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/helpers.cpp -------------------------------------------------------------------------------- /helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/helpers.h -------------------------------------------------------------------------------- /histo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/histo.jpg -------------------------------------------------------------------------------- /histogram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/histogram.cpp -------------------------------------------------------------------------------- /mean.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/mean.jpg -------------------------------------------------------------------------------- /meanhistogram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/meanhistogram.cpp -------------------------------------------------------------------------------- /ratio1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/ratio1.jpg -------------------------------------------------------------------------------- /ratio2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/ratio2.jpg -------------------------------------------------------------------------------- /ratiohistogram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/ratiohistogram.cpp -------------------------------------------------------------------------------- /scatter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/scatter.jpg -------------------------------------------------------------------------------- /sqlite3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/sqlite3.h -------------------------------------------------------------------------------- /sqlite3ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Oeffner/SQLiteHistograms/HEAD/sqlite3ext.h --------------------------------------------------------------------------------