5 projects tagged "Linux"
distcc is a parallel build system that distributes compilation of C/C++/ObjC code across machines on a network. It can be set up in just a few minutes and makes builds up to ten times faster. It does not require machines to share a filesystem or have the same libraries or header files, and installation does not need superuser privileges.
GNUSTEP Live CD contains a lot of software for GNUstep, a free implementation of the OPENSTEP framework (which is also directly used in Mac OS X as Cocoa). It includes excellent applications for RAD (GORM and ProjectCenter). The CD is available for i486, AMD64, Apple Mac PowerPC, and Sun UltraSPARC computers.
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).