106 projects tagged "Mac OS X"
djib is a streaming server for media (MP3, Ogg Vorbis, video, etc.) files, with a Web frontend allowing the user to browse the collection of available files over the Web. Links to the actual media files allow an HTTP-aware media player (such as Windows Media Player, XMMS, WinAmp, FreeAmp, etc.) to play the files.
Embedded File System (EFS) is a C++ library that allows you to create virtual file system in a single file. It can be useful when you need to create really big number of small files, as it is still fast even when you have millions of files. An encryption layer could be easily added for security.
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.
NSFileHandleExt is an Objective-C extension (Cocoa/GNUstep) for the NSFileHandle class (which handles files/sockets). This extension provides support for much easier network programming for protocols like HTTP, IRC, telnet, etc. (everything that sends messages in lines suffixed by \n).
MiGLayout is a versatile and flexible Swing and SWT layout manager. It uses string constraints or API type-checked constraints to format the layout. Strings are both short to type and easy to understand. MiGLayout can produce flowing, grid-based, absolute (with links), grouped, and docking layouts. It was created to be to manually coded layouts what Matisse/GroupLayout is to IDE-supported visual layouts.