This prduct was developed as a example to show that the Borland Graphics Interface is still powerfull enough to design elegant graphical interfaces. It is a 2d graphics editor which supports all the major features of mspaint and adds a few more of its own. It has been designed to be completely object oriented and is a good platform to learn how to use object orientation to simplify the task of building an application. For further details visit ht...
This product was developed in order to have a simple light weight dhcp mechanism in a network. The server allows the administrator to assign ip addresses to the clients based on their mac addresses or a dynamic pool of addresses or both. The client and server were developed for demonstration purposes and thus are very verbose. However they can be altered to run as daemons if needed. For further information visit our website at http://www.vsagesof...
This product was initially designed as a sample. It is a graphical text editor wich has been designed to resemble the familiar feel of "edit" in dos. It uses a linked list internally and the frontend has been designed in ncurses. It is an ideal platform to teach yourself ncurses programming under linux. The binary is available for free download.