182 projects tagged "Mac OS X"
OilCan is a native Universal Binary multithreaded query tool for PostgreSQL. It supports multiple query windows and multiple queries in one window, and includes a basic schema browser. Each query window gets its own connection. All queries run in their own thread, allowing other operations to continue while a long running query is running.
The cprops (C prototyping tools) library provides a portable, thread-safe C API including linked list, binary heap, priority queue, hash table, hash list, trie, AVL, Red-Black, and splay tree implementations, a thread pool and thread management framework, a TCP and HTTP socket API, and a database abstraction layer with drivers for Postgres and MySQL. libcprops compiles and runs on Linux, BSD, Solaris, Mac OS X, and Win32.
Cubulus is an analytic engine and a slice and dice Web interface on top of a relational database (MySQL, PostgreSQL, SQLite, and MonetDB at the moment). It caches calculated cells and is able to parse basic MDX queries, with a maximum of two dimensions cross-join on rows and/or on columns. It includes hierarchical charts: the vertical boxes represent hierarchy "on rows", and horizontal boxes represent data sets "on columns" scaled to the "on rows" measure.
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.