Projects tagged ‘cocoa’, ‘gnustep’, and ‘objective-c’


Jump to tag:

Projects tagged ‘cocoa’, ‘gnustep’, and ‘objective-c’

Filtered by Project Tags cocoa gnustep objective-c

Refine results Project Tags socket (1)

[5 total ]

0 Users

Many times when creating a CLI application I have found need to use curses. It was always frustrating to jump back and forth between the man page for xyz function to add to my application. To help ... [More] with this, I have started porting over the C++ classes from ncurses library into Objective-C using the Foundation Framework. This is very much a work in progress. This has only been tested on Snow Leopard [Less]
Created 3 months ago.

0 Users

Koelr is a general manager for various common data type depending on installed plugins. It is designed to be a prototype for specialized managers. It currently runs on Mac OS X, but will be ported to ... [More] GNUstep later. It used GNUstep Makefile package for building. [Less]
Created 12 months ago.

0 Users

OldPocket Softwares it's proud to announce a repository to all Open Source projects produced by their engineers. Here you can find new Open Source projects or modifications of existed ones. More news soon.
Created 12 months ago.

0 Users

Free software released by Aethiopicus to you.
Created 9 months ago.

0 Users

BTLSocket is a framework for networking based on the BSD socket API (Winsock on Windows) which simplifies the process of creating, reading from, and writing to sockets. The framework offers the usual ... [More] abstraction of event-based programming, but also allows for manual control of individual sockets. The framework supports TCP and UDP over IPv4 and IPv6. The framework allows programmers to string together classes which process input and output to and from the socket, each of these classes passing their results to the next class in line. In this way, it is possible to, for example, asynchronously read from a socket until a certain character sequence is found, and then pass the data read from the socket, or some part of it, to the main program flow. This mechanism also eases the development of protocols, and allows, for example, the creation of a reusable class which implements SSL or TLS. In fact, this project aims to also provide a few frameworks consisting of these kinds of classes, including an SSL/TLS framework based on OpenSSL. 20 June 2008: Version 1.1.2 posted. This is a bugfix release that fixes a few memory and connectivity bugs in yesterday's release. 1.2 coming soon. [Less]
Created 12 months ago.