10 projects tagged "Linux/UNIX"
Obix is an object-oriented, portable, open-source programming language, specifically designed to increase the reliability, productivity, and simplicity in software development projects. The aim is to achieve these three important goals through a unique combination of proven and innovative concepts supporting the "Fail fast!" principle.
nwsystest is a simple tool to help test full software systems (written in C or C++) - potentially consisting of multiple applications and threads - in an automated manner. It drives program execution and collects and evaluates results in accordance with textual test description files. Programs can be made testable by calling a few simple library routines to connect to the test server, receive commands from it (effectively replacing the user interface), and transfer results for verification.
Adapro is a customizable multi-user word processor originally geared towards users with a learning disability or developmental disorder, such as dyslexia or autism. Hence its array of assistive features, including inline representation of words through pictograms, a virtual keypad with configurable phrase buttons, a dyslexia-friendly font, PBDQ, and high-contrast modes. The editing interface can be customized on a per-user basis, and documents produced with it can be exported to RTF for further editing in OpenOffice or other software. If Java 6 is on the system, it doesn't even require installation.
Voting Poll System script is an implementation of a voting poll for the Web. Data can be saved in TXT files on the server, or in a MySQL database. An admin page allows you to add, reset, and delete polls, see the poll code that must be added to Web pages, and view poll data including the start date and time, total number of votes, percentages, and last vote time for each poll item. It also works in browsers with JavaScript disabled. Multiple polls can be added to a single page.
TinyIB is a lightweight PHP image board which emulates the functionality of 4chan. If you use MySQL or SQLite, you can use it to create an efficient setup able to handle large amounts of traffic. If you don't use a database, it can store posts as text files for a portable setup capable of running on virtually any PHP host.