Simple Project List Software Map

2459 projects in result set
LastUpdate: 2011-10-16 16:25

OraRep

OraRep is a PL/SQL snippet (embedded in a shell script) which creates a well-formatted HTML report on a given database instance, providing you with an overview on your instance(s), some hints for performance tuning, and more. It has been tested with Oracle 8.1.7, 9.0.1, and 9.2. The script easily fits into a cron task to be run on a regular basis. Sample output (HTML) is included. OSPRep does the same job for Oracle StatsPack Reports based on SnapShot Levels up to 7, and provides additional "plugins" for more detailed reporting on special issues. It also optionally creates a separate page with charts to visualize the results and more.

(Machine Translation)
LastUpdate: 2008-10-31 04:01

BashDiff

Bash.Diff is a patch against Bash shell. In the
main core, it adds the following syntax: {a..b};
${var|...}; then-else-fi to for/while/until/case
statements; try-block with string exception;
<&lt+; and, <<<<. As builtin, it
adds the following: sscanf(3), <string.h>,
<ctype.h> wrappers; array, regex(3), stack,
queue operations; GDBM, SQLite, PostgreSQL, MySQL
database interfaces; HTML template engine (BASP);
Expat XML parser interface; x-y char plot; DOS,
CSV, Awk support; Libwebserver interface; RPN
calculator with <math.h> functions; and,
GTK+2 interface for GUI dialog.

(Machine Translation)
LastUpdate: 2012-12-04 22:49

PHP Gift Registry

PHP Gift Registry is a a Web-enabled
database/wishlist that allows members to keep
track of the gifts they'd like to receive and see
what items other members would like to receive.
Private reservations ensure gifts are not bought
twice.

(Machine Translation)
LastUpdate: 2009-04-23 17:20

Symbolic

Symbolic is an enterprise platform designed to build, configure, and manage your huge and globally distributed data centers. It features cloud computing, Web manager virtual environments (Xen, KVM, and libvirt), clustering support, custom operations and scripts support, and user and role definitions.

LastUpdate: 2010-08-31 11:53

Tokyo Cabinet

Tokyo Cabinet is a library of routines for managing a database. It is the successor of QDBM. Tokyo Cabinet runs very fast. For example, the time required to store 1 million records is 1.5 seconds for a hash database and 2.2 seconds for a B+ tree database. Moreover, the database size is very small. For example, the overhead for a record is 16 bytes for a hash database, and 5 bytes for a B+ tree database. Furthermore, the scalability of Tokyo Cabinet is great. The database size can be up to 8EB.

LastUpdate: 2010-09-15 15:04

hsqldb Database Engine

HSQLDB (HyperSQL DataBase) is an SQL relational database engine written in Java. It supports nearly full ANSI-92 SQL and SQL:2008 enhancements. It is a small, fast multithreaded, and transactional database engine which offers in-memory and disk-based tables and supports embedded and server modes.

LastUpdate: 2005-04-29 13:55

libmba

The libmba package is a collection of mostly independent C modules potentially useful to any project. There are the usual ADTs including a linkedlist, hashmap, pool, stack, and varray, a flexible memory allocator, CSV parser, path canonicalization routine, I18N text abstraction, configuration file module, portable semaphores, condition variables, and more. The code is designed so that individual modules can be integrated into existing codebases rather than requiring the user to commit to the entire library. The code has no typedefs, few comments, and extensive man pages and HTML documentation.

LastUpdate: 2012-01-19 21:37

Animal Shelter Manager

Animal Shelter Manager is a complete computer solution for animal sanctuaries, rescue shelters, and veterinary surgery clinics. It features complete animal and owner management, document generation, flexible reporting, charts, Internet Web site publishing, and more.

LastUpdate: 2007-03-05 02:14

QDBM: Quick DataBase Manager

QDBM is an embedded database library compatible with GDBM
and NDBM. It features hash database and B+ tree database
and is developed referring to GDBM for the purpose of the
following three points: higher processing speed, smaller size of
a database file, and simpler API.

(Machine Translation)
LastUpdate: 2010-04-20 15:16

unixODBC

The unixODBC project provides Unix applications with the same ODBC 3.51 API and facilities available under Windows. It provides a Driver Manager that supports the full ODBC API and performs the ODBC 3 to ODBC 2 translations with UNICODE to ANSI conversion. It also includes a set of graphical utilities that allow users to specify connections to DBMSes to be used by applications, a collection of ODBC drivers including a simple text based driver, an NNTP driver, a Postgres driver and others, and a selection of templates and libraries that to aid in the construction of ODBC drivers. It works with MySQL, Postgres, StarOffice/OpenOffice, Applixware, iHTML, PHP, Perl DBD::ODBC, and many other applications and drivers. Connection pooling is also provided to increase performance with applications such as PHP.

LastUpdate: 2005-07-02 02:16

Groovy

Groovy is an agile, dynamic language for the JVM which combines many features from languages like Python, Ruby, and Smalltalk and makes them available to Java developers using a Java-like syntax. It is designed to help get things done on the Java platform in a quicker, more concise, and fun way. It can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language, such as for scripting Java objects, templating, or writing unit test cases.

LastUpdate: 2002-01-15 21:47

The Insidious Big Brother Database

The Insidious Big Brother Database (BBDB) is a contact management utility for use with GNU Emacs and XEmacs. It can hook into Emacs-based mail- and news-readers and automatically collect information on messages therein.

(Machine Translation)
LastUpdate: 2005-07-02 02:11

spring

Spring is a lightweight Java/J2EE application
framework based on code published in "Expert
One-on-One J2EE Design and Development"
by Rod Johnson. It includes powerful
JavaBeans-based configuration management
applying Inversion-of-Control principles, a
generic abstraction layer for transaction
management allowing for pluggable
transaction managers, a JDBC abstraction
layer, integration with Hibernate, JDO, Apache
OJB, and iBATIS SQL Maps, AOP functionality,
and a flexible MVC Web application framework
with multiple view technologies. There is also a .NET port available.

(Machine Translation)
LastUpdate: 2007-03-30 08:31

Internet Communications Engine

Ice is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+. It is easy to learn, yet provides a powerful network infrastructure for demanding technical applications. It features an object-oriented specification language, easy to use C++ and Java mappings, a highly efficient protocol (including protocol compression), asynchronous method invocation and dispatch, dynamic transport plug-ins, TCP/IP and UDP/IP support, SSL-based security, a firewall solution, and much more.

LastUpdate: 2008-12-06 21:55

SQLiteJDBC

SQLiteJDBC is a Java JDBC driver for SQLite 3. It comes as either a pure Java driver based on NestedVM or a native JNI library. Native binaries are provided for Mac OS X and Windows.