[sqlite] SQLite extension library for calculating histograms

2017-10-05 Thread Robert Oeffner
Hi, I want to announce an extension library I have created recently, SQLiteHistograms, that allows creating histogram tables, tables of average values of histogram bins as well as tables of ratios between histogram bins from existing SQLite database files. Available from:

[sqlite] SQLite extension

2007-08-11 Thread Cesar D. Rodas
Hello SQLite community I am doing an investigation about Text Categorization based on N-Grams at my University. The main goal of the project is to offer a inexpensive way to categorize texts based on previous "learn". The categorization could not only be done as the language of the text,

[sqlite] SQLite Extension DLL with MSVC

2007-02-04 Thread WB Stow
Does anyone have an example extension library that was built with MSVC (any version)? I have tried to build one, but when I call sqlite3_load_extension(), even though I get no errors, it's not working correctly... Thanks, Wayne B