1 project tagged "Java SE"
SpiderDB is a lightweight database schema crawler library developed using Java. It is a simple library that can be used to Crawler the underlying schema of a database and return POJO objects, which makes it very easy to use. This library takes care of all the differences among the various database management systems, and makes application code free from the DBMS differences.You keep using same POJOs even if you change the underlying DBMS.
A tool which splits a single WAV file into multiple wav files based on silence.
An attempt at cloning the original Pong for the Atari 2600 in pure C++ and SDL.