82 projects tagged "GPLv3"
Ora2Pg is a Perl module to export an Oracle database schema to a PostgreSQL compatible schema. It connects your Oracle database, extracts its structure, and generates an SQL script that you can load into your PostgreSQL database. It dumps the database schema (tables, views, sequences, indexes, grants) with primary, unique, and foreign keys into PostgreSQL syntax without editing the SQL code generated. It also dump Oracle data into PostgreSQL DB as online process or into a file. You can choose what columns can be exported for each table.
Tellico is a collection manager for KDE. It includes default collections for books, bibliographies, comic books, videos, music, video games, coins, stamps, trading cards, and wines, and also allows custom collections. Unlimited user-defined fields are allowed. Filters are available to limit the visible entries by definable criteria. Full customization for printing is possible through editing the default XSLT file. It can import CSV, Bibtex, Bibtexml, RIS, MODS, CDDB, and audio file metadata and exports CSV, HTML, Bibtex, Bibtexml, ONIX, and PilotDB. Entries may be imported directly from Amazon.com, imdb.com, any z39.50 bibliographic server, PubMed, or an external script.
SamTodo is a simple PHP application that makes managing a todo list as easy as possible. It allows for a prioritized and categorized listing of information ensuring that you won't forget important tasks again. The source code is easy to understand and the entire program is stylized using CSS (so it can be easily adapted to your needs). It only requires access to a Web server that supports MySQL and PHP.
FYM is a media organizer that performs quick scans for media files (more than one hundred thousand media files in less than a minute). With its search engine, you easily find and open music, photos, videos, books, and other data types you determine. Covers of music folders and photo albums can be shown. It has strong random functionality.
hamsterdb Embedded Storage is an embedded database engine written in ANSI-C. It includes B+Trees with variable length keys and records. It supports in-memory databases and endian-independent files, database cursors, multiple databases in one file, "record number" databases, and duplicate keys. hamsterdb is very fast and highly configurable. It compiles and runs on Unix platforms, Linux, Microsoft Windows, and Windows CE.
Itzam/Sharp is a C# class library for creating and manipulating keyed-access database files containing variable-length, random access records. Information is referenced by a user-defined key value; indexes may be combined with or separate from data. Itzam/Sharp implements the Itzam engine (see Itzam/Core and Itzam/Java) in 100% managed C#. At 32K, the Itzam/Sharp engine is both small and powerful, and it works with any .NET language, including F# and Visual Basic.
hamsterdb Transactional Storage is an ANSI-C implementation of a key/value database engine. It has a lock-free architecture, thus supporting an arbitrary number of long-running transactions and resolves transaction conflicts in memory without accessing the disk. hamsterdb uses logical, idempotent logging for recovery. It is thread-safe and concurrent, moving performance intensive operations to the background. Every hamsterdb handle can be used from arbitrary threads.