Rapid Application Development Library 2.8.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Rapid Application Development Library 2.8.2 (Default branch)
# 1  
Old 01-23-2009
Rapid Application Development Library 2.8.2 (Default branch)

radlib is a C language library developed toabstract details of interprocess communicationsand common Linux/Unix system facilities so thatapplication developers can concentrate onapplication solutions. It encourages developers touse a proven paradigm of event-driven,asynchronous design. By abstracting interprocessmessaging, events, timers, and any I/O device thatcan be represented as a file descriptor, radlibsimplifies the implementation of multi-purposeprocesses, as well as multi-process applications.In short, radlib is a sincere attempt to providereal-time OS capability on a non-real-time OS.License: BSD License (revised)Changes:
Some SQLite names were changed so that they do notcollide with the MySQL or PostgreSQL namespaces.Some system call return value checks were added toavoid compiler warnings. A bug when a query failsand results are not expected was fixed.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Gambas(1)																 Gambas(1)

NAME
gambas - Integrated Development Environment. SYNOPSIS
gambas [<project file or project directory>] DESCRIPTION
Gambas is, before all, a Basic language with object extensions. A program written with Gambas is a set of files. Each file describes a class, in terms of object programming. The class files are compiled, then executed by an interpreter. From this point of view, it is very inspired by Java. Gambas is made up of the following programs: * A compiler. * An interpreter. * An archiver. * A graphical user interface component. * A development environment. The development environment is written with Gambas itself, so that I can show the abilities of the language. And it is very useful for debugging! gambas starts the Integrated Development Environment. AVAILABILITY
Updated source code and most documentation about gambas can be found at http://gambas.sf.net, documentation about the language is at http://www.binara.com/gambas-wiki, documentation in the spanish language is at http://gambas.gnulinex.org. REPORTING BUGS
Report bugs to <gambas@users.sourceforge.net>. COPYRIGHT
Copyright(C) 2002, 2012 Benoit Minisini <gambas@users.sourceforge.net; This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. Ubuntu March 2012 Gambas(1)