Products of this category
EditPad Pro 6.4.3
EditPad Pro is a powerful and versatile text editor or word processor, designed to make text editing as convenient as possible. Write and edit all your text files such as source code, scripts, web sites, logs, letters, memos, reports, articles, etc.
DzSoft Perl Editor 5.8.6.1
DzSoft Perl Editor is a popular tool for writing, editing, and debugging Perl/CGI scripts. It has a comfortable and intuitive interface both for beginners and advanced programmers. DzSoft Perl Editor is deceptively simple, but really powerful.
HTMLPad 2008 Pro 9.4
Quick and powerful HTML, XHTML, CSS and web script editor. You can instantly create and edit HTML, XHTML, CSS and scripts, validate, reuse, navigate and format your code. Convenient interface and tools let you increase productivity and save time.

NetSocket 0.9



Download: Download Site 1
Dialup (56k): 19 s
ISDN (128k): 09 s
DSL (512k): 03 s
Cable (1024k): 02 s
T1 (1484k): 01 s




Objective-C asynchronous TCP socket class. NetSocket is an Objective-C asynchronous TCP socket class that can simplify and even speed up networking in your application. NetSocket buffers both reads and writes behind the scenes, this allows you to read the data at the most convenient time and not worry if a call to send will block or not. Through a series of callbacks, a delegate is notified of socket events ( e.g. connected, disconnected, data available ). To make all of this possible, NetSocket uses new MacOS X networking APIs, mainly CFSocket ( part of the CoreFoundation CFNetwork API ).