Projects with this topic
-
ibsqlite_vec provides a CGo-free version of libsqlite_vec0.a
Updated -
Building SQLite and SQLiteODBC on Windows with ICU and other extensions using MSVC Build Tools and MSYS2/MinGW
Updated -
Talking Calendar is a desktop calendar for Linux which has some speech capability. It has been developed using C and GTK4 and uses a built-in diphone speech synthesizer.
Updated -
A hybrid authentication framework, using both the Portuguese Citizen Card and short-lived passwords that can be mutated into one-time passwords. Furthermore, we used PAM (Pluggable Authentication Modules) to manage part of this framework.
Updated -
My final project for CIS 152 Data Structures. A GUI program with SQLite database.
Updated -
Provide mathematical and string extension functions for SQL queries in SQLite using the loadable extensions mechanism. Math: acos, asin, atan, atn2, atan2, acosh, asinh, atanh, difference, degrees, radians, cos, sin, tan, cot, cosh, sinh, tanh, coth, exp, log, log10, power, sign, sqrt, square, ceil, floor, pi. String: replicate, charindex, leftstr, rightstr, ltrim, rtrim, trim, replace, reverse, proper, padl, padr, padc, strfilter. Aggregate: stdev, variance, mode, median, lower_quartile, upper_quartile.
Updated -
SQLite library for VBA wrapping ADODB and SQLite C-language API.
Updated -