reason refills
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 554
Reason for Nessus 0.5.1
Reason for Nessus is a client for Nessus and Nessus compatible servers. more>>
Reason is an application/network security scanner client for Nessus and Nessus compatible (OpenVAS etc.) servers.
In addition to an improved user interface, it provides complete session management, templates, and report generation using XSLT.
It is cross-platform, with platform specific releases available for Linux, Mac, and Windows, written in Java using SWT for a native experience, and it is open-source.
<<lessIn addition to an improved user interface, it provides complete session management, templates, and report generation using XSLT.
It is cross-platform, with platform specific releases available for Linux, Mac, and Windows, written in Java using SWT for a native experience, and it is open-source.
Download (0.43MB)
Added: 2006-03-13 License: Artistic License Price:
1326 downloads
Anthill 0.3.0
Anthill is bug tracking system written in PHP. more>>
Anthill is a PHP-based bug tracking system. It is no longer in active development. Because it is released under the GPL license, you may download and modify the code to your hearts content.
Anthill will not be developed by myself anytime in the near future. As a result, the demo and bug reporting facilities have been shut down and all that is available is for you to download the code. As well, the mailing lists have been shut down as well.
Because Anthill is no longer in active development, there will be no further releases, neither bugfix nor (if it were warranted) security fixes. For that reason, unless you intend to develop Anthill on your own and/or have some skills in PHP code, you may wish to find an alternative tracker.
<<lessAnthill will not be developed by myself anytime in the near future. As a result, the demo and bug reporting facilities have been shut down and all that is available is for you to download the code. As well, the mailing lists have been shut down as well.
Because Anthill is no longer in active development, there will be no further releases, neither bugfix nor (if it were warranted) security fixes. For that reason, unless you intend to develop Anthill on your own and/or have some skills in PHP code, you may wish to find an alternative tracker.
Download (0.54MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1645 downloads
Dungeon Inc 0.1
DungeonInc is a realtime dungeon simulator. more>>
DungeonInc is a realtime dungeon simulator. The creatures living in the dungeon have their own will and the player can only interact to a certain extend.
Dungeon Incs goal is to gather as much valuables in your dungeon as you can. In order to accomplish that, youve to make it as comfortable as possible for your creatures while fending of attacks from the evil heroes looking for loot and fame.
Currently Im very busy with work and real life, so the project is not actively developed. Thats the main reason that this website exists. Im looking for people to continue the work on it, since I still like the idea. If youre interested in helping or taking over the project, please contact me.
<<lessDungeon Incs goal is to gather as much valuables in your dungeon as you can. In order to accomplish that, youve to make it as comfortable as possible for your creatures while fending of attacks from the evil heroes looking for loot and fame.
Currently Im very busy with work and real life, so the project is not actively developed. Thats the main reason that this website exists. Im looking for people to continue the work on it, since I still like the idea. If youre interested in helping or taking over the project, please contact me.
Download (0.43MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1268 downloads
JooTemplateFiller 0.1
JooTemplateFiller is a free library that creates reports from a OpenOffice 2.0 writer template. more>>
JooTemplateFiller is a free library that creates reports from a OpenOffice 2.0 writer template and data given by your java application.
Unlike other libraries, it does NOT require OpenOffice to accomplish its task, this is the reason why I choose to write one on my own.
JooTemplateFiller can be used as a standalone program too.
Templates are simple OpenOffice writer files, with fields to be filled named like ${FIELD NAME}
<<lessUnlike other libraries, it does NOT require OpenOffice to accomplish its task, this is the reason why I choose to write one on my own.
JooTemplateFiller can be used as a standalone program too.
Templates are simple OpenOffice writer files, with fields to be filled named like ${FIELD NAME}
Download (0.65MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1208 downloads
evolution-rss 0.0.4
evolution-rss is a evolution RSS reader plugin. more>>
evolution-rss is a evolution RSS reader plugin.
This plugin adds RSS Feeds support for evolution mail. RSS support was built upon the somewhat existing RSS support in evolution-1.4 branch.
The motivation behind this was to have RSS in same place as mails, at this moment I do not see the point having a separate RSS reader since a RSS Article is like an email message. Probably thats the same reason for NNTP support in evolution.
At this time feeds Artiles are only displayed as summary (with html)
<<lessThis plugin adds RSS Feeds support for evolution mail. RSS support was built upon the somewhat existing RSS support in evolution-1.4 branch.
The motivation behind this was to have RSS in same place as mails, at this moment I do not see the point having a separate RSS reader since a RSS Article is like an email message. Probably thats the same reason for NNTP support in evolution.
At this time feeds Artiles are only displayed as summary (with html)
Download (0.40MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
844 downloads
Gtk2::TrayIcon 0.03
Gtk2::TrayIcon is a Perl interface to the EggTrayIcon library. more>>
Gtk2::TrayIcon is a Perl interface to the EggTrayIcon library.
SYNOPSIS
use Gtk2::TrayIcon;
Gtk2->init;
my $icon= Gtk2::TrayIcon->new("test");
my $label= Gtk2::Label->new("test");
$icon->add($label);
$icon->show_all;
Gtk2->main;
ABSTRACT
This module allows a Perl developer to embed an arbitrary widget in a System Tray like the Gnome notification area.
EggTrayIcon is slated for inclusion in Gtk+ at some point, which is the reason the Gtk2::TrayIcon namespace. As all egg libs, EggTrayIcon is not considered api stable and its not installed as a shared object.
Enough about what it is not, Gtk2::TrayIcon is first and foremost a simple way of giving a Gtk2 script access to the system tray.
System Trays are found in both KDE and Gnome. But neither support the spec fully (see below).
Gtk2::TrayIcon is a subclass of Gtk2::Plug and should be used as such.
<<lessSYNOPSIS
use Gtk2::TrayIcon;
Gtk2->init;
my $icon= Gtk2::TrayIcon->new("test");
my $label= Gtk2::Label->new("test");
$icon->add($label);
$icon->show_all;
Gtk2->main;
ABSTRACT
This module allows a Perl developer to embed an arbitrary widget in a System Tray like the Gnome notification area.
EggTrayIcon is slated for inclusion in Gtk+ at some point, which is the reason the Gtk2::TrayIcon namespace. As all egg libs, EggTrayIcon is not considered api stable and its not installed as a shared object.
Enough about what it is not, Gtk2::TrayIcon is first and foremost a simple way of giving a Gtk2 script access to the system tray.
System Trays are found in both KDE and Gnome. But neither support the spec fully (see below).
Gtk2::TrayIcon is a subclass of Gtk2::Plug and should be used as such.
Download (0.007MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1194 downloads
MQSeries 1.25
MQSeries is a Perl extension for MQSeries support. more>>
MQSeries is a Perl extension for MQSeries support.
SYNOPSIS
There are two interfaces provided by the MQSeries modules. The first is a straight forward mapping to all of the individual MQI calls, and the second is a value-added, OO interface, which provides a simpler interface to a subset of the full MQI functionality.
The straight MQI mapping is:
use MQSeries;
$Hconn = MQCONN($Name,$CompCode,$Reason);
MQDISC($Hconn,$CompCode,$Reason);
$Hobj = MQOPEN($Hconn,$ObjDesc,$Options,$CompCode,$Reason);
MQCLOSE($Hconn,$Hobj,$Options,$CompCode,$Reason);
MQBACK($Hconn,$CompCode,$Reason);
MQCMIT($Hconn,$CompCode,$Reason);
$Buffer = MQGET($Hconn,$Hobj,$MsgDesc,$GetMsgOpts,$BufferLength,$CompCode,$Reason);
MQPUT($Hconn,$Hobj,$MsgDesc,%PutMsgOpts,$Msg,$CompCode,$Reason);
MQPUT1($Hconn,$ObjDesc,$MsgDesc,$PutMsgOpts,$Msg,$CompCode,$Reason);
($Attr1,...) = MQINQ($Hconn,$Hobj,$CompCode,$Reason,$Selector1,...);
MQSET($Hconn,$Hobj,$CompCode,$Reason,$Selector1,$Attr1,...);
If the perl5 API is compiled with the version 5 headers and libraries, then the following MQI calls are also available:
MQBEGIN($Hconn,$BeginOpts,$CompCode,$Reason);
$Hconn = MQCONNX($Name,$ConnectOpts,$CompCode,$Reason);
There are also some additional utility routines provided which are not part of the MQI, but specific to the perl5 API:
($ReasonText,$ReasonMacro) = MQReasonToStrings($Reason);
($ReasonText) = MQReasonToText($Reason);
($ReasonMacro) = MQReasonToMacro($Reason);
The OO interface is provided in several optional modules. Three of these make up the core OO interface:
MQSeries::QueueManager
MQSeries::Queue
MQSeries::Message
There are several subclasses of MQSeries::Message which handle special message formats:
MQSeries::Message::Storable
MQSeries::Message::Event
MQSeries::Message::PCF
MQSeries::Message::DeadLetter
There is also a module which provides an interface to the command server PCF messages for MQSeries administration:
MQSeries::Command
There are two sets of classes that help you follow (tail -f style) and parse the two kinds of log-files written by MQSeries: the FDC files and the error-logs. These classes allow you to write a log monitoring daemon that feeds into syslog or your system management tools.
MQSeries::ErrorLog::Tail
MQSeries::ErrorLog::Parser
MQSeries::ErrorLog::Entry
MQSeries::FDC::Tail
MQSeries::FDC::Parser
MQSeries::FDC::Entry
There is a set of classes that parses configuration and authority files (/var/mqm/mqs.ini, /var/mqm/qmgrs/*/qm.ini, /var/mqm/qmgrs/*/auth/*/*).
MQSeries::Config::Authority
MQSeries::Config::Machine
MQSeries::Config::QMgr
Some internal helper functions are stored in the module:
MQSeries::Utils
See the documentation for each of these individual modules for more information.
<<lessSYNOPSIS
There are two interfaces provided by the MQSeries modules. The first is a straight forward mapping to all of the individual MQI calls, and the second is a value-added, OO interface, which provides a simpler interface to a subset of the full MQI functionality.
The straight MQI mapping is:
use MQSeries;
$Hconn = MQCONN($Name,$CompCode,$Reason);
MQDISC($Hconn,$CompCode,$Reason);
$Hobj = MQOPEN($Hconn,$ObjDesc,$Options,$CompCode,$Reason);
MQCLOSE($Hconn,$Hobj,$Options,$CompCode,$Reason);
MQBACK($Hconn,$CompCode,$Reason);
MQCMIT($Hconn,$CompCode,$Reason);
$Buffer = MQGET($Hconn,$Hobj,$MsgDesc,$GetMsgOpts,$BufferLength,$CompCode,$Reason);
MQPUT($Hconn,$Hobj,$MsgDesc,%PutMsgOpts,$Msg,$CompCode,$Reason);
MQPUT1($Hconn,$ObjDesc,$MsgDesc,$PutMsgOpts,$Msg,$CompCode,$Reason);
($Attr1,...) = MQINQ($Hconn,$Hobj,$CompCode,$Reason,$Selector1,...);
MQSET($Hconn,$Hobj,$CompCode,$Reason,$Selector1,$Attr1,...);
If the perl5 API is compiled with the version 5 headers and libraries, then the following MQI calls are also available:
MQBEGIN($Hconn,$BeginOpts,$CompCode,$Reason);
$Hconn = MQCONNX($Name,$ConnectOpts,$CompCode,$Reason);
There are also some additional utility routines provided which are not part of the MQI, but specific to the perl5 API:
($ReasonText,$ReasonMacro) = MQReasonToStrings($Reason);
($ReasonText) = MQReasonToText($Reason);
($ReasonMacro) = MQReasonToMacro($Reason);
The OO interface is provided in several optional modules. Three of these make up the core OO interface:
MQSeries::QueueManager
MQSeries::Queue
MQSeries::Message
There are several subclasses of MQSeries::Message which handle special message formats:
MQSeries::Message::Storable
MQSeries::Message::Event
MQSeries::Message::PCF
MQSeries::Message::DeadLetter
There is also a module which provides an interface to the command server PCF messages for MQSeries administration:
MQSeries::Command
There are two sets of classes that help you follow (tail -f style) and parse the two kinds of log-files written by MQSeries: the FDC files and the error-logs. These classes allow you to write a log monitoring daemon that feeds into syslog or your system management tools.
MQSeries::ErrorLog::Tail
MQSeries::ErrorLog::Parser
MQSeries::ErrorLog::Entry
MQSeries::FDC::Tail
MQSeries::FDC::Parser
MQSeries::FDC::Entry
There is a set of classes that parses configuration and authority files (/var/mqm/mqs.ini, /var/mqm/qmgrs/*/qm.ini, /var/mqm/qmgrs/*/auth/*/*).
MQSeries::Config::Authority
MQSeries::Config::Machine
MQSeries::Config::QMgr
Some internal helper functions are stored in the module:
MQSeries::Utils
See the documentation for each of these individual modules for more information.
Download (0.31MB)
Added: 2007-05-24 License: Perl Artistic License Price:
888 downloads
Netautor Professional 5.3.1
Netautor Professional webapplication is an Application Server with integrated Development Environment. more>>
Netautor Professional webapplication is an Application Server with integrated Development Environment.
The provided framework assists the developer with the programming of databased Web Applications.
The excellence of Netautor Professional is it`s wide functional range and the for this reason high flexibility. All demands on the Intra- or Intranet are realizable.
Netautor Professional is based on the Scripting Language PHP and can be used on numerous common platforms. It is licensed under the GPL.
Enhancements:
- Check user password via LDAP server
- "Pretty printing" on the source code continues ...
- Some minor fixes
- Define a target charset in functions like NPF_GETVAL.
<<lessThe provided framework assists the developer with the programming of databased Web Applications.
The excellence of Netautor Professional is it`s wide functional range and the for this reason high flexibility. All demands on the Intra- or Intranet are realizable.
Netautor Professional is based on the Scripting Language PHP and can be used on numerous common platforms. It is licensed under the GPL.
Enhancements:
- Check user password via LDAP server
- "Pretty printing" on the source code continues ...
- Some minor fixes
- Define a target charset in functions like NPF_GETVAL.
Download (MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1139 downloads
ParaIrcLib 0.1
ParaIrcLib is a small library for IRC clients, written in Java and should work with JRE 1.4 and higher. more>>
ParaIrcLib is a small library for IRC clients, written in Java and should work with JRE 1.4 and higher.
At the Moment all IRC features except DCC-File-Transfer are supported.
The main reason ParaIrcLib was made for is ParaIrc.If you want to know how to build your own Java IrcClient with the Help of ParaIrcLib, just have a look at the ParaIrc source code.
<<lessAt the Moment all IRC features except DCC-File-Transfer are supported.
The main reason ParaIrcLib was made for is ParaIrc.If you want to know how to build your own Java IrcClient with the Help of ParaIrcLib, just have a look at the ParaIrc source code.
Download (0.022MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1128 downloads
GSpeakers 0.11
GSpeakers is a loudspeaker design program designed for the Gnome desktop. more>>
GSpeakers is a loudspeaker design program designed for the Gnome desktop.
GSpeakers is built using the Gtkmm libraries (C++ wrapper for the Gtk+ libraries http://gtkmm.sf.net).
The reason I started to work on this program was that I could not find any other Gtk/Gnome based loudspeaker design program. The question I had to ask myself was: How can I make it easier to design loudspeakers?
GSpeakers aims to be easy to use but still powerful enough ful the experienced loudspeaker designer.
<<lessGSpeakers is built using the Gtkmm libraries (C++ wrapper for the Gtk+ libraries http://gtkmm.sf.net).
The reason I started to work on this program was that I could not find any other Gtk/Gnome based loudspeaker design program. The question I had to ask myself was: How can I make it easier to design loudspeakers?
GSpeakers aims to be easy to use but still powerful enough ful the experienced loudspeaker designer.
Download (0.53MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1570 downloads
Snowballz 0.9.4
Snowballz is an RTS game made with python. more>>
Snowballz is an RTS game made with python. Lots of penguins.
Snowballz is a (hopefully) fun little python based RTS game with no real plan. My style of developing has always, for some reason, just to let the project move and change as it goes along.
The current gameplay is nothing like what I had in mind when I started coding it (and its a good thing too, cause what I had in mind at the beginning wasnt very good). I know... games should be planned out and then programmed, but I dont work like that.
Please note that it may run slow. It uses all SDL (no GL rendering). See the README file for help on speeding it up.
<<lessSnowballz is a (hopefully) fun little python based RTS game with no real plan. My style of developing has always, for some reason, just to let the project move and change as it goes along.
The current gameplay is nothing like what I had in mind when I started coding it (and its a good thing too, cause what I had in mind at the beginning wasnt very good). I know... games should be planned out and then programmed, but I dont work like that.
Please note that it may run slow. It uses all SDL (no GL rendering). See the README file for help on speeding it up.
Download (3.1MB)
Added: 2007-07-14 License: GPL (GNU General Public License) Price:
833 downloads
braa 0.8
Braa is a tool for making SNMP queries. more>>
Braa is a tool for making SNMP queries. It is a software able to query hundreds or thousands of hosts simultaneously, while being completely single-threaded.
The intended usage of such a tool is of course making SNMP queries - but unlike snmpget or snmpwalk from net-snmp, it is able to query dozens or hundreds of hosts simultaneously, and in a single process. Thus, it consumes very few system resources and does the scanning VERY fast.
Braa implements its OWN snmp stack, so it does NOT need any SNMP libraries like net-snmp. The implementation is very dirty, supports only several data types, and in any case cannot be stated standard-conforming! It was designed to be fast, and it is fast. For this reason (well, and also because of my laziness ;), there is no ASN.1 parser in braa - you HAVE to know the numerical values of OIDs (for instance .1.3.6.1.2.1.1.5.0 instead of system.sysName.0
<<lessThe intended usage of such a tool is of course making SNMP queries - but unlike snmpget or snmpwalk from net-snmp, it is able to query dozens or hundreds of hosts simultaneously, and in a single process. Thus, it consumes very few system resources and does the scanning VERY fast.
Braa implements its OWN snmp stack, so it does NOT need any SNMP libraries like net-snmp. The implementation is very dirty, supports only several data types, and in any case cannot be stated standard-conforming! It was designed to be fast, and it is fast. For this reason (well, and also because of my laziness ;), there is no ASN.1 parser in braa - you HAVE to know the numerical values of OIDs (for instance .1.3.6.1.2.1.1.5.0 instead of system.sysName.0
Download (0.039MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1208 downloads
ex::override 1.1
ex::override is a Perl pragma to override core functions. more>>
ex::override is a Perl pragma to override core functions.
SYNOPSIS
use ex::override ucfirst => sub {
# make sure only the first
# letter is uppercased
ucfirst( lc( shift ) );
};
ucfirst( MAKE THIS RIGHT );
# Make this right
no ex::override ucfirst;
ucfirst( MAKE THIS RIGHT );
# MAKE THIS RIGHT
"ex::override" is an easy way to override core perl functions.
Overriding a function
use ex::override
length => &mylength,
open => &myopen;
Overriding a core function happens at compile time. Arguments are passed to "ex::override" in a name based, or hash style. The key is the name of the core function to override, the value is your subroutine to replace the cores.
Using an overriden funtion
Nothing changes on the surface. If you override "stat", then you still use "stat" the same way.
NOTE: This is only true if you are keeping the same prototype as the function youve overriden. To do this, you must define your prototype:
use ex::override values => sub (%) { values %{+shift} };
If you dont use this same prototype or force yourself to use the function the same, you can extend the functionality of a core function:
# length of all arguments passed to length()
use ex::override length => sub { length join , @_ };
Overriding a function globaly
Dont do this without a very good reason!
"ex::override" allows you the ability to override core functions globaly. Any packages that inherit from yours will use your function override. There are good reasons for doing this, if you think you need to, make sure you have a good reason.
use ex::override
GLOBAL_length => sub {
# prevent someone from passing a list
croak "Dont do that!" if @_ > 1;
length shift
};
NOTE: If you globaly override a function in a package, only that package can remove it.
Removing your override
This works the same way that "no strict" works.
no ex::override; # remove _all_ overrides
no ex::override values;
no ex::override GLOABL_length;
<<lessSYNOPSIS
use ex::override ucfirst => sub {
# make sure only the first
# letter is uppercased
ucfirst( lc( shift ) );
};
ucfirst( MAKE THIS RIGHT );
# Make this right
no ex::override ucfirst;
ucfirst( MAKE THIS RIGHT );
# MAKE THIS RIGHT
"ex::override" is an easy way to override core perl functions.
Overriding a function
use ex::override
length => &mylength,
open => &myopen;
Overriding a core function happens at compile time. Arguments are passed to "ex::override" in a name based, or hash style. The key is the name of the core function to override, the value is your subroutine to replace the cores.
Using an overriden funtion
Nothing changes on the surface. If you override "stat", then you still use "stat" the same way.
NOTE: This is only true if you are keeping the same prototype as the function youve overriden. To do this, you must define your prototype:
use ex::override values => sub (%) { values %{+shift} };
If you dont use this same prototype or force yourself to use the function the same, you can extend the functionality of a core function:
# length of all arguments passed to length()
use ex::override length => sub { length join , @_ };
Overriding a function globaly
Dont do this without a very good reason!
"ex::override" allows you the ability to override core functions globaly. Any packages that inherit from yours will use your function override. There are good reasons for doing this, if you think you need to, make sure you have a good reason.
use ex::override
GLOBAL_length => sub {
# prevent someone from passing a list
croak "Dont do that!" if @_ > 1;
length shift
};
NOTE: If you globaly override a function in a package, only that package can remove it.
Removing your override
This works the same way that "no strict" works.
no ex::override; # remove _all_ overrides
no ex::override values;
no ex::override GLOABL_length;
Download (0.004MB)
Added: 2007-05-14 License: Perl Artistic License Price:
893 downloads
Contenido 4.6.15
Contenido is an open source Web Content Management System. more>>
Contenido is a CMS (content management system) for the Web environment.
Contenido features advanced user management, in-site editing, a WYSIWYG editor, and more.
This is the bundled PEAR for Contenido. The reason why we bundled PEAR is that we are going to move parts of Contenido to PEAR, but we dont want to "loose" users of older PHP versions and/or people which providers dont allow PEAR stuff.
<<lessContenido features advanced user management, in-site editing, a WYSIWYG editor, and more.
This is the bundled PEAR for Contenido. The reason why we bundled PEAR is that we are going to move parts of Contenido to PEAR, but we dont want to "loose" users of older PHP versions and/or people which providers dont allow PEAR stuff.
Download (4.4MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1005 downloads
KIconDialog++ 0.3
KIconDialog++ is an improved icon dialog for KDE. more>>
KIconDialog++ is an improved icon dialog for KDE. This is just a preview edition, but the source code is more or less complete. It even includes a test application.
If for some strange reason you wish to build it, you must manually edit the makefile, seeing as it is not yet autotooled. See README, BUGS.
This is only a prototype. It is meant to be run directly. It is binary compatible with KDE 3 as AFAIK. To build it, you must manually edit the Makefile, run make, and then run kicondialogtest.
Enhancements:
- Fixed some of the annoyances with the initial GUI.
- Scale down non-system icons that are larger than requested size.
- Change lockUser and lockcustomDir parameters to lockContext and lockBrowse, respectively, because that is more descriptive of what they currently do.
- KIconButton supports all options of KIconDialog, including customDir, lockContext, and lockBrowse.
- Full-featured testbed, KIconTester.
<<lessIf for some strange reason you wish to build it, you must manually edit the makefile, seeing as it is not yet autotooled. See README, BUGS.
This is only a prototype. It is meant to be run directly. It is binary compatible with KDE 3 as AFAIK. To build it, you must manually edit the Makefile, run make, and then run kicondialogtest.
Enhancements:
- Fixed some of the annoyances with the initial GUI.
- Scale down non-system icons that are larger than requested size.
- Change lockUser and lockcustomDir parameters to lockContext and lockBrowse, respectively, because that is more descriptive of what they currently do.
- KIconButton supports all options of KIconDialog, including customDir, lockContext, and lockBrowse.
- Full-featured testbed, KIconTester.
Download (0.031MB)
Added: 2006-05-30 License: LGPL (GNU Lesser General Public License) Price:
1242 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above reason refills search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed