Main > Free Download Search >

Free developmental stages software for linux

developmental stages

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 328
Spaminator Gentoo Stage 4 .01

Spaminator Gentoo Stage 4 .01


Spaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway. more>>
Spaminator is a server that is placed infront of your email server that allows you to take full advantage of the anti-virus/spam features while keeping your current email server intact.
Spaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway.
This stage4 is a generic implementation of: http://www.gentoo.org/doc/en/mailfilter-guide.xml
Main features:
- Real Time Black-Hole Lists
- ClamAV AntiVirus filtering
- Spam Assassin
- Postfix
<<less
Download (254MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
1364 downloads
POE::Stage 0.02_00

POE::Stage 0.02_00


POE::Stage is a base Perl class for message-driven objects. more>>
POE::Stage is a base Perl class for message-driven objects.

SYNOPSIS

#!/usr/bin/env perl
{
package App;
use POE::Stage::App qw(:base);
sub on_run {
print "hello, ", my $arg_whom, "!n";
}
}
App->new()->run( whom => "world" );
exit;

POE::Stage is a set of base classes for message-driven objects. It cleanly implements standard patterns that have emerged from years of working with POE and POE::Component modules.

As I hope the name implies, POE::Stage objects encapsulate discrete steps, or stages, of a larger task. Eventually they come together to implement programs.
For example, HTTP requests are performed in four or so distinct stages: 1. The servers address is resolved. 2. The client establishes a connection to the server. 3. The client transmits a request. 4. The client receives a response.

By design, POE::Stage promotes the decomposition of tasks into multiple, smaller stages. If these stages are generic enough, new tasks may be handled by reusing them in different configurations.

The hypothetical HTTP client might be a single stage composed of three smaller ones: A DNS resolver stage, which accepts DNS requests and returns DNS responses. A TCP client connection factory, which takes socket endpoint descriptions and other parameters, and eventually returns established connections. Finally, there would be an HTTP protocol stage that uses established connections to send requests and parse responses.

These stages would be encapsulated by a higher-level HTTP client stage. This would accept HTTP requests and return HTTP responses after performing the necessary steps to gather them.

This will sound familiar to anyone working with objects.

These objects are asynchronous and message-driven, however. The base message class, POE::Request, and its subclasses, implement a standard request/response interface between POE::Stage objects. Where possible, these messages attempt to mimic simpler, more direct call/return syntax, albeit asynchronously. POE::Stage also provides a powerful closure-based system for maintaining request and response state, so you dont have to.

<<less
Download (0.048MB)
Added: 2007-06-21 License: Perl Artistic License Price:
855 downloads
Depends 1.0.00

Depends 1.0.00


Depends project is a generic dependency tracker in C++. more>>
Depends project is a generic dependency tracker in C++.

The educational purpose of Depends

Much of Depends is its documentation: it explains in much detail how the dependency tracker is implemented and should be clear enough for any programmer to understand both how it is implemented and how to implement one themselves.

The productivity purpose of Depends

The Depends class implements a complete dependency tracker and an associative container for any given value-type and can be used as-is without any real knowledge of how it is implemented. From a productivity point of view, the extra documentation may be a plus, but is certainly not necessary.

When was Depends created?

The very first version of Depends was created for the Jail, which is still very much in its experimental stages at the time of this writing. The dependency tracker, however, took on a life of its own and was improved, debugged, and eventually used for at least one production application I am aware of so far. Part of its life was spent in my "petri-dish": the Developers Corner. It finally re-appeared on SourceForge as its own project on Aug. 8th 2007, where it is now.

Why was Depends created?

For one of the experiments I did on Jail, not all of which are public, I needed a dependency tracker to track the dependencies between singleton instances. The Depends library was first created for this sole and unique purpose. It has since been modified to follow new coding standards and to be incorporated in a proprietary package version manager. A draft of an article about a dependency tracker has become the documentation of that same tracker.
<<less
Download (0.073MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
807 downloads
PdfLicenseManager 2.2

PdfLicenseManager 2.2


PdfLicenseManager aims to be a simple tool to manage PDF licensing information. more>>
PdfLicenseManager aims to be a simple tool to manage PDF licensing information.

In particular, it is focused on inserting and managing Creative Commons licensing information in the XMP stream.

The program can both show the licensing information associated with a PDF file (which is contained in the XMP stream) or it can embed a Creative Commons License into the file. Metadata which are already present in the file are kept unaltered as much as possible.

Please note that the program, even if it works in a number of different cases, is still in its first stages, so always keep all your original files.

This program DOES NOT add any image, logo or text on the first page of the PDF file. If you want to mark your file with the insertion of the "Some Rights Reserved" logo and/or the text "This work is released under..." you need to do it by yourself (see the Creative Commons website for more details).

<<less
Download (0.062MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
984 downloads
The Merchant 2.2

The Merchant 2.2


The Merchant is a turn based RPG in which you explore the universe and trade to earn credits and experience. more>>
The Merchant is a turn based RPG in which you explore the universe and trade to earn credits and experience.

The Merchant is implemented as a Web application.

The Merchant is still in the alpha stages, so the game is not complete but you may create an account and login.

Please play the game and help in the search for bugs.
<<less
Download (1.6MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1224 downloads
openTNEF 0.1-dev

openTNEF 0.1-dev


openTNEF is a project focused on providing a quality TNEF decoding library. more>>
openTNEF is a project focused on providing a quality TNEF decoding library.

openTNEF aims to encourage corporate involvement with its development. The use of the BSD licence has previously been shown to be effective in fostering strong development ties as seen with sister projects such as ripMIME, alterMIME and FileType.

While openTNEF can be used as a stand-alone appication, able to decode winmail.dat files, its primary purpose is to actually be developed as a library to be used in the more comprehensive MIME decoding package ripMIME. As openTNEF reaches various stages of feature and stability, it will be rolled back into the ripMIME tree to be used.

Currently, openTNEF is not at the same level of diversity and quality of other open-sourced TNEF decoding projects such as yTNEF and TNEF. We naturally wish to address this issue. openTNEF has been forked out of the existing ripMIME project in order to provide a stronger focus on its development.
<<less
Download (0.030MB)
Added: 2006-06-05 License: BSD License Price:
1236 downloads
Xournal 0.4

Xournal 0.4


Xournal is an application for notetaking, sketching, keeping a journal using a stylus. more>>
Xournal is an application for notetaking, sketching, keeping a journal using a stylus. Xournal is free software (GNU GPL) and runs on Linux (recent distributions) and other GTK+/Gnome platforms.

It is similar to Microsoft Windows Journal or to other alternatives such as Jarnal and Gournal.

Xournal aims to provide superior graphical quality (subpixel resolution) and overall functionality; however it lacks the collaborative features of Jarnal. Since Xournal is still in its early development stages, it may not be fully stable, and some features have not been implemented yet.

<<less
Download (0.36MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
807 downloads
Titan Attacks! 1.9

Titan Attacks! 1.9


An arcade game where you have to defend the Solar System from Evil Alien Invaders! more>>

Titan Attacks! 1.9 will provide hours of entertainment for everyone. This is designed as an arcade game where you have to defend the Solar System from Evil Alien Invaders!

The Earth is under attack from evil aliens from Titan! Only you can save us all using a hired space ship. Upgrade your ship with bounty money and drive back the Titans across the Solar System, and defeat them on their homeworld.

Titan Attacks has the same easy-to-learn and addictive gameplay of the classic arcade shoot 'em up, but is packed full of extras - new features, new strategies, and stylish neo-retro visuals. Battle swarms of alien fighters, bombers and giant boss motherships, over 5 unique worlds and 100 levels of frantic action! Earn bounty money and upgrade your ship with extra cannon, rockets and lasers!

You can destroy falling wrecks, dodge hurtling asteroids and capture escaping aliens - or blast them from the skies! Win prizes in sharp-shooter challenge stages and compete on the online hiscores table!

Major Features:

  1. 100 levels of frantic shooter action
  2. 5 giant boss motherships
  3. Upgrade your ship with extra cannon, rockets and lasers
  4. Challenge stages with prizes
  5. Online hiscore table

Requirements:

  • Java 2 Standard Edition Runtime Environment
<<less
Added: 2009-03-18 License: Freeware Price: FREE
1 downloads
 
Other version of Titan Attacks!
Titan Attacks! 1.1Upgrade your ship with extra cannon, rockets and lasers - Challenge stages with prizes - Online
License:Freeware
Download (MB)
1319 downloads
Added: 2006-03-16
WMFetchmailMon 0.3

WMFetchmailMon 0.3


WMFetchmailMon try to help fetchmail users having a single dialup connexion. more>>
WMFetchmailMon try to help fetchmail users having a single dialup connexion. For such users its hard to decide wether or not the mail fetching process is done.

WMFetchmailMon provide an applet to monitor graphically the /var/log/mail.log in order to decide if the dialup connection could be closed.

The main question to answer is "Is fetchmail currently retrieving some messages or not" in order to safely broke the link (PPP?).

Compilation:

Classic "./configure ; make ; make install", but configure step require --with-wmapp option.

This option is mandatory because wmfetchmailmon requires WMApp which is only in early stages, ie development.

In order to build wmfetchmailmon, you have to download, extract and compile WMApp. Then, you can compile fetchmailmon, indicating the path to WMApp source tree with --with-wmapp option. Take care to use an absolute path name.

For example, imagine you extract WMApp in /tmp (because its just for compilation, a temporary usage). Your configure command line will look something like: % ./configure --with-wmapp=/tmp/wmapp-x.y.z

Check INSTALL file for any generic informations about configure usage.
<<less
Download (0.052MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1082 downloads
Kid-Safe LiveCD 0.21 Beta

Kid-Safe LiveCD 0.21 Beta


Kid-Safe LiveCD is the perfect way for young children to learn about computers. more>>
Kid-Safe LiveCD is the perfect way for young children to learn about computers.
First, since the entire system runs off of a read-only CD-ROM, parents can let their childeren play on the computer without having to worry about their primary desktop being altered or damaged.
Also, this CD has a content filtering system installed to keep your kids safe on the internet. The filters are setup for a target audience of pre-school and elementary school children. Even so, you should still monitor your child while on the internet.
This system also has lots of games and educational software installed. And even though theyre geared toward children, I guarantee youll enjoy playing with this system as well!
This CD has been built entirely from free software! Most software on this disk is freely available, open source software. A few are not open source, but are freely distributable.
This CD is still in its development stages, so keep an eye out for new versions.
Enhancements:
- Fixed bug in installer
- Installed latest updates from repository
- LBreakout2 is in the penalty box for bad language (Note: LBreakout will be back next version, without the bad language)
<<less
Download (MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1238 downloads
MyMail 1.0 Beta 3.04

MyMail 1.0 Beta 3.04


MyMail consists in an advanced mailing list script built using PHP and MySQL. more>>
MyMail consists in an advanced mailing list script built using PHP and MySQL.

MyMail is an advanced mailing list script built using PHP and MySQL. Even though MyMail is still in BETA stages it is extremely stable and able to send your emails out to your list. Some of MyMails advanced functions are; Server Load Manager, Full archive System, Import/Export Function, Email validation, List Clean, Welcome messages, easy unsubscribe and many more.

MyMail requires a server with MySQL and PHP. MyMail works with both PHP3 and PHP4 although we have not thoroughly tested with PHP3. MyMail is even better because it can run on Windows servers aswell as Unix/Linux servers.

The Best thing about MyMail is that its absolutely free when it shouldnt be. Were offering you a professionally made mailing list script for FREE. You can support us by donating via paypal. This way we can keep developing this already free script and keep it free.

<<less
Download (0.057MB)
Added: 2007-04-26 License: Freeware Price:
911 downloads
NetSieben SSH Library 1.2.3

NetSieben SSH Library 1.2.3


NetSieben SSH Library is a Secure Shell client software written in C++. more>>
NetSieben SSH Library is a Secure Shell client software written in C++. NetSieben SSH Library utilizes Botan library for its cryptographic functions, allowing for a large choice of algorithms to be used in SSH communications.
As a developer you may wish to integrate SSH client functionality into your applications. You can now use the NetSiebens API, instead of spending countless hours developing your own solution.
The SSH library was created by the NetSieben developers who, after researching the limited number of options available to them from both commercial and open source communities, found these solutions limited and at best, still in early stages of development.
Enhancements:
- A fix for an error logging issue seen during authentication, more detailed authentication error messages, an easier error reporting interface, fixes for some debugging issues in the Windows port, and new code examples that reflect the changes to the error reporting interface.
<<less
Download (0.81MB)
Added: 2007-08-08 License: QPL (QT Public License) Price:
812 downloads
TOPCASED 1.0.0

TOPCASED 1.0.0


TOPCASED is a Toolkit in OPen source for Critical Applications and SystEm Development more>>
TOPCASED comes from Toolkit in OPen source for Critical Applications and SystEm Development and is an id s system/software engineering workshop based on Eclipse.

It aims to provide the tools required to go from requirements to the implementation stages. The current version includes several graphical editors: ECORE, UML 2 (class, use cases, sequence diagrams only), structured analysis, and AADL (Architecture Analysis and Design Language).

These editors are partially generated from ECORE models and models can be checked. OCL and EMF checks are supported at this time. External tools can be easily connected to the workshop thanks to a simple communication bus.

<<less
Download (21.3MB)
Added: 2007-07-07 License: Eclipse Public License Price:
842 downloads
phpPeanuts 1.3.0

phpPeanuts 1.3.0


phpPeanuts is a framework for developing business applications in php4 and 5. more>>
phpPeanuts is a framework for developing business applications in php4 and 5.
PphPeanuts supports a development style that is both Model Driven and based on extreme programming (XP). In the early stages of development phpPeanuts is at its most effective: create some business components and their database tables.
Type an url in your browser. PhpPeanuts instantly creates working prototype. Let users try it out and comment. Then extend and refine. Whenever you extend or refine your application phpPeanuts will instantly adapt the user interface. This keeps the development cycle eXtremely short.
PhpPeanuts is easy to install and runs on both php4 and 5. It supports the separation of lay out, user interface code and business model throught the MVC pattern and facilitates the reuse of user interface components.
Its framework based persistency stores and retrieves objects in MySQL and generates complex queries from Query By Example forms. phpPeanutss code management scheme keeps your code seprarated from framework code and can be extended to seperate your generic code from specific code and configurations in as many layers as you like.
But the best feature of phpPeanuts is its flexibilty. You can override and specialize allmost every component and aspect. Because this is all done by adding subclasses and overriding methods you can do it with the freedom of expression of php itself.
To help you find your way the website offers you practical documentation. The examples help you to learn about OOP by doing, only reading theory as far as needed to get something done. The hypercode browsers allow you to quickly search for code to reuse and to drill down into it to see how it works.
Main features:
- fully written in php, html and cross browser javascript;
- easy to install;
- runs on most low cost web hosting accounts (php4) as well as on php5;
- very object oriented,
- the frameworks design has a history of over 10 years,
- based on a component model;
- encapsulation without writing property getter and setter methods;
- persistency on MySql relational database, polymorphic persistency since version 1.1;
- navigation over relationships without coding;
- default user interface generated from meta data (example);
- user interface follows MVC pattern for separation of layout and code and logical separation between domain model and user interface;
- default user interface layout can be customized (example);
- many details of user interface can be overridden and customized;
- localization support in user interfacing framework (example);
- powerfull user interface components for automatic form generation and validation, Query By Example, dialogs andtabs.
- simple event model for specializing user interface components (example),
- extendable code management scheme for overriding framework behavior without changing framework code,
- supports multiple applications on a single web server;
- helps to learn object oriented programming and design from the bottom up
<<less
Download (0.30MB)
Added: 2007-06-19 License: Academic Free License (AFL) Price:
858 downloads
Tuxlearnnotes 0.1

Tuxlearnnotes 0.1


Tuxlearnnotes is an educational music arcade game. more>>
Tuxlearnnotes is an educational music arcade game.

Tux Learn Notes is the open source voice controled educational arcade game. You will control tux with your musical instrument/ voice via the computer sound card or by midi and makes points when you hit the correct pitch.

(This game still in very early stages of deveploment)

<<less
Download (0.35MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1201 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5