booking system design
Too Red System Icons
Group of primarily red color System icons. more>>
Entiako Room Booking System 1.0.3
Entiako Room Booking System - Coordination of booking rooms between co-workers, departments, clubs, and orginizations more>>
Based on the technologies of PHP and MySQL, the Entiako R.B.S. is the most inexpensive and flexible room booking system available. The system can be hosted on almost any web server that supports both PHP and MySQL, while clients only require a browser to use the benifit from convience of Entiako.

Solar System Icons 1
13 solar system icons inspired by objects in the Milky Way. more>>
13 solar system icons inspired by objects in the Milky Way. Contains the Sun, Moon, 8 planets, and 3 dwarf planets. Sized 512x512 for Leopard and above.
Lego System 1.0
Lego System - Crazy lego icons set more>>
All icons are aquafied and look their best in 128x128 at 32bit mode.
Completly freeware.

Reverse System Icons
Reverse System is a set of 96 icons that replace your current boring System Folder icons with matching quality system icons more>> Reverse System is a set of 96 icons that replace your current boring System Folder icons with matching quality system icons.
System 7.0 or later.

JumpBox for the PMwiki wiki system 1.1.9
JumpBox for the PMwiki wiki system will make users satisfied because this system is considered as a useufl wiki-based system for collaborative creation and maintenance of websites. more>> <<less
JumpBox for the Foswiki Wiki System 1.1.0
JumpBox for the Foswiki Wiki System 1.1.0 is designed to help you take full advantage of a wiki system that is notable for its approachability for non-technical users and its ability to store content more>> <<less
System Modifications (Beta)
System Modifications - Make system changes more>>
This project started as a way for me not to have to remember the long Unix commands to edit the .plist files to do these things, so I decided to share it with you.
This is only the second program Ive written in AppleScript, so Im sure it could be better. It will evolve with time.
These modifications are not supported by Apple or by me, so use this at your own risk.
iSimple System Full 1.0
iSimple System Full - 84 iPod, Mac mini & other icons more>>
By:Dirceu Veiga
Icons in package: 84.
Solar System Simulator Educational 1.5
Solar System Simulator Educational - Simulate astronomical phenomena more>>
While traveling across time between the past, present, and future, you can move freely to any cosmic location in space or any celestial body in the solar system and experience the various astronomical phenomena that take place in the solar system.
The menu list will allow easy selection of various astronomical phenomena. The operation panel will allow you to perform operations and settings freely so that you can enjoy your own special voyage through the solar system.
Enhancements:
- High resolution textures for Mid/High quality settings
- Some small bugs fixed.

Distillation Designer v1.0.4
Distillation Designer brings users a simple McCabe-Thiele method for designing binary distillation systems. more>>
Distillation Designer v1.0.4 brings users a simple McCabe-Thiele method for designing binary distillation systems. It will be of use to students studying Chemical Engineering and is currently being offered as 'donation ware'.
Major Features:
- Boiling Point Graph showing Vapour-Liquid Compositions.
- q-Line calculation from component thermodynamic properties.
- Manually defining the minimum reflux ratio.
- Loading of Data files.
- Plot of Reflux versus stages to help determine the optimal value.
- Drag and Drop graphs direct to desktop.
- Configurable printing of the 3 Graphs
- Much better checking of input data before the McCabe-Thiele graph can be plotted.
- Very basic help.
Enhancements:
- Improved handling of data files.
- Fixed dataset problem when loading an existing design
- Fixed rendering VLE diagram for some composition types.
- Apple Macintosh running Mac OS 10.5 (Intel and PowerPC).

JumpBox for the Movable Type Blogging System 1.1.5
JumpBox for the Movable Type Blogging System is designed as a convenient and great multi-user blogging platform. more>> <<less
The Mozart Programming System 1.4.0.20080702
Free programming system based on the OZ language more>>
Mozart has an interactive incremental development environment and a production-quality implementation for Unix and Windows platforms. Mozart is the fruit of an ongoing research collaboration by the Mozart Consortium.
Mozart is based on the Oz language, which supports declarative programming, object-oriented programming, constraint programming, and concurrency as part of a coherent whole.
For distribution, Mozart provides a true network transparent implementation with support for network awareness, openness, and fault tolerance. Mozart supports multi-core programming with its network transparent distribution and is an ideal platform for both general-purpose distributed applications as well as for hard problems requiring sophisticated optimization and inferencing abilities.
Mozart was used to developed many applications including multi-agent systems, digital assistants and sophisticated collaborative tools, as well as applications in natural language understanding and knowledge representation, in scheduling and time-tabling,
Major Features:
- Programming:
- Oz is a concurrent object-oriented language. In a first approach, Oz can be programmed in a very similar way to other such languages, like Java. With experience gained, programs tend to become simpler, for example, as they use the powerful concepts of dataflow execution and first-class procedures.
- Oz is an eminently concurrent language. The Mozart system implements ultralightweight threads with preemptive fair scheduling. It easily supports applications with many thousands of threads. Dataflow synchronization is achieved transparently through logic variables.
- Multi-Paradigm Programming: Unlike most other programming languages which lock you into a single programming paradigm, Oz unifies into one simple and coherent framework the functional, object-oriented, and logic flavors of programming. This is possible due to the very general and powerful underlying paradigm of concurrent constraint programming.
- Inferencing:
- Oz is a powerful constraint language with logic variables, finite domains, finite sets, rational trees and record constraints. The system is competitive in performance with state-of-the-art commercial solutions, but is much more expressive and flexible, providing first-class computation spaces, programmable search strategies, a GUI for the interactive exploration of search trees, parallel search engines exploiting computer networks, and a programming interface to implement new and efficient constraint systems.
- Logic Programming: Oz goes beyond Horn-clauses to provide a unique and flexible approach to logic programming. Oz distinguishes between directed and undirected styles of declarative logic programming. For both, Oz lets you specify a programs logical semantics separately from its resolution strategy. Powerful tools and libraries are provided built on the concepts of first-class computation spaces and determinacy-driven disjunctions. Together with distribution, this makes Mozart an ideal platform for both intelligent multi-agent systems and parallel search.
- Distribution:
- Open Distributed Computing: The Mozart system is an ideal platform for open distributed computing: it makes the network completely transparent. The illusion of a common store is extended across multiple sites and automatically supported by very efficient protocols. In addition, full control is retained over network communication patterns, permitting very efficient use of network resources. Furthermore, reliable, fault tolerant applications can easily be developed.
- Distributed Component-Based Programming: Mozart provides first-class software component specifications (called functors) and software components (called modules). The module system facilitates application development and deployment. Both component specifications and components can be transparently referenced through URLs, absolute and relative, and loaded by need. Flexible security policies are implemented by module managers.
- Mobile Agents: With its dynamic component technology, open computing support, and full-featured implementation, Mozart is an ideal platform for serious programming with mobile agents. A computation can create new computations dynamically. Computations can roam the shared Mozart space at will. Each site has full control over what resources it makes available to incoming computations.
- Separation of Concerns (Aspects): The Mozart system separates the concerns of application functionality, distribution structure, fault tolerance, and openness (application connectivity). The separation is almost perfect for the first two concerns and quite good for the last two. In the context of aspect-oriented programming, this can be seen as a ``vertical approach, where a few aspects are treated in depth, versus the ``horizontal approach of tools like AspectJ, which provide primitives for handling many aspects.
- Platform Issues:
- Cross-Platform Compatibility: Like Java, Oz is `write once, run everywhere and provides automatic local and distributed garbage collection. The Oz virtual machine is portable and known to run on most flavors of Unix as well as on Windows.
- GUI Programming: The Mozart system comes with an object-oriented library that provides a high-level well integrated interface to Tcl/Tk. This is supplemented with QTk, a tool that supports a mixed declarative/procedural approach to user interface design. This needs only a fraction of the code of standard procedural approaches and is particularly well-suited for building context-sensitive interfaces.
- Native Extension Modules: The Mozart system was designed to be easily extended with new native functionality packaged as DLLs. Comprehensive support is provided for the convenient creation of DLLs. Thus, the Mozart system is not only aggressively open, but also an ideal very high-level glue language.
Requirements: Aquamacs Emacs

Centre School Information System 2.14.1
Centre School Information System revolutionizes the way to address the most important needs of administrators, teachers, support staff, parents, students, and clerical personnel. more>> <<less
OrganicDesigner 0.3
OrganicDesigner - Small app for designing organic looking graphics more>>
Completly freeware.
Enhancements:
- Added randomization, and fixed split rate.