Projects with this topic
-
AppRewarder is a web application designed to incentivize users to download and engage with mobile applications. Users can register and log in to the platform, where they will find a list of apps to download. When a user successfully downloads an app and submits a screenshot as proof, they receive reward points. The app also includes an admin page for managing app listings
Updated -
-
Common Lisp binding for SQLite
https://common-lisp.net/project/cl-sqlite/
Upstream is still https://github.com/TeMPOraL/cl-sqlite for now.
Updated -
-
Enables you to use SQLite format as serialized representation of tabular data. Can be used with SQLite in WASM
Updated -
Use SQLite Databases on Deta Drive (Deta.space).
Updated -
a CI login example using: simple check, database or mail IMAP account
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 -
-
-
-
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 -
-
Advanced SQL/SQLite tutorials.
Updated -
-
PRoject Time Tracker, written in react w/ MUI, sqlite3 backend, docker container. mirrored from https://chiselapp.com/user/woji/repository/PROTT/home
Updated -
Database project in python using module SQLite3.
User can insert car with automatic generated id into db, find car by id, fetch all cars in db by id, delete car by id.
Updated