VIJAY MATHEW
home > free/open source projects
Spark-Scheme
A dialect of the Lisp programming language which gives you...
* Interactive, modular software development
* Meta-programming facilities
* Advanced control flow
* Distributed computing
* A comprehensive networking API
* A modern GUI framework
* 2D/3D graphics
* An SQL database engine and connectivity to third-party databases
* A web server and a couple of web application frameworks
DarkSide SQL
A pure Java relational database server, forked from the discontinued
Hypersonic SQL. It is SQL92 compliant and has a simple scripting language
for writing server-side procedures. Clients can be written using a
native JDBC driver or a similar C++ API.
Tiny utilities:
Bloom filter (Scheme)
Fisher-Yates shuffle algorithm (Scheme)
Soundex (Scheme)
Hash table (C)
more...
Some old stuff in C++:
A simple flat-file database library, that can interpret SQL queries
A wrapper for SQLite, with a JDBC like interface
A wrapper for ODBC, with a JDBC like interface
A library that makes it easy to embed the Python interpreter in a standalone application
Java style socket programming in C++
HTTP client API for Windows programmers
Thread library for Windows programmers who don't want to use MFC
Copyright (C) 2008-2010 Vijay Mathew Pandyalakal. All Rights Reserved.
Please send comments to mathew.vijay@gmail.com