case
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1472
Testitool 1.0 beta 6
Testitool is a QA test planning Web application. more>>
Testitool is an application written in PHP that allows its users to compose and manage QA test plans.
Main features:
Test Plan Management
- Use Testitool to compose rich test plans containing an unlimited number of test cases. Each test case can be mapped to a functional requirement (documented elsewhere), can be assigned a type (e.g. regression, functional, etc.), and more.
Manage Individual Instances of Each Test Plan
- Each test plan contains the master list of all test cases for a given product. However, for any given release you may not want to execute each and every test case. Testitool allows you to pick and choose which test case you will want to execute for any given instance of the test plan. Then track the pass and fail rate of each test plan instance.
Generate Reports
- Testitool allows anyone to view a variety of different test plan reports including: a bug report, a progress report, and failure rate report, and more.
Import/Export Test Cases from Excel
- Do you prefer to use a program like Excel to write your test plans - Testitool allows users to easily import and export test plans and all of their test cases to and from CSV file formats.
<<lessMain features:
Test Plan Management
- Use Testitool to compose rich test plans containing an unlimited number of test cases. Each test case can be mapped to a functional requirement (documented elsewhere), can be assigned a type (e.g. regression, functional, etc.), and more.
Manage Individual Instances of Each Test Plan
- Each test plan contains the master list of all test cases for a given product. However, for any given release you may not want to execute each and every test case. Testitool allows you to pick and choose which test case you will want to execute for any given instance of the test plan. Then track the pass and fail rate of each test plan instance.
Generate Reports
- Testitool allows anyone to view a variety of different test plan reports including: a bug report, a progress report, and failure rate report, and more.
Import/Export Test Cases from Excel
- Do you prefer to use a program like Excel to write your test plans - Testitool allows users to easily import and export test plans and all of their test cases to and from CSV file formats.
Download (0.028MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1655 downloads
xautolock 2.1
xautolock is an automatic X screen-locker/screen-saver. more>>
Xautolock monitors console activity under the X window system, and fires up a program of your choice if nothing happens during a user configurable period of time.
You can use this to automatically start up a screen locker in case you tend to forget to do so manually before having a coffee break.
<<lessYou can use this to automatically start up a screen locker in case you tend to forget to do so manually before having a coffee break.
Download (0.033MB)
Added: 2005-04-25 License: Free To Use But Restricted Price:
1642 downloads
Pontoon 1.0
Pontoon is a PHP CMS framework. more>>
Pontoon is a PHP CMS framework. Pontoon supports you, when you develop in PHP.
Enhancements:
- A minor fix was made to html/classes/textpage.class.
- Error handling was made tighter.
- Error handling was added to Web pages.
- "die" statements were removed from MySQL function calls.
- html/libs/.htaccess and html/styles/blue.css were added.
- The default slogan in html/classes/config.class was changed.
- The nodename variable was fixed for the case where Pontoon isnt installed in document root.
<<lessEnhancements:
- A minor fix was made to html/classes/textpage.class.
- Error handling was made tighter.
- Error handling was added to Web pages.
- "die" statements were removed from MySQL function calls.
- html/libs/.htaccess and html/styles/blue.css were added.
- The default slogan in html/classes/config.class was changed.
- The nodename variable was fixed for the case where Pontoon isnt installed in document root.
Download (0.009MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1622 downloads
KMines 2.1.5
KMines is an adaptation of the classic Minesweeper game. more>>
KMines is an adaptation of the classic Minesweeper game.
You must uncover all the empty cases without blowing on a mine. When you uncover a case, a number appears : it indicates how many mines surround this case.
If there is no number the neighbour cases are automatically uncovered. In your process of uncovering secure cases, it is very useful to put a flag on the cases which contain mines.
Main features:
- Easy, normal, expert and custom levels.
- Keyboard-only game possible.
- Configurable colors, mouse buttons and tile size.
- World-wide highscores!
- Solver and adviser.
- "Magic reveal" mode that only let you the non trivial cases.
- Game log: save/load/replay a game.
<<lessYou must uncover all the empty cases without blowing on a mine. When you uncover a case, a number appears : it indicates how many mines surround this case.
If there is no number the neighbour cases are automatically uncovered. In your process of uncovering secure cases, it is very useful to put a flag on the cases which contain mines.
Main features:
- Easy, normal, expert and custom levels.
- Keyboard-only game possible.
- Configurable colors, mouse buttons and tile size.
- World-wide highscores!
- Solver and adviser.
- "Magic reveal" mode that only let you the non trivial cases.
- Game log: save/load/replay a game.
Download (0.40MB)
Added: 2005-06-20 License: GPL (GNU General Public License) Price:
1587 downloads
nodoze 2.0
nodoze is a Perl script to repair websites built with MS Windows so that they will work properly on a UNIX server. more>>
nodoze is a Perl script to repair websites built with MS Windows so that they will work properly on a UNIX server.
It changes all file and directory names, and all relative URLS in the html, to lower case, and it changes all .htm extensions to .html.
When websites are built on on computers running Microsoft Windows, the case of file and directory names is often ignored.
Other "widowsizms" are also introduced (such as ending files with .htm instead of .html). This causes BIG problems if the site is served under unix.
What nodoze Changes
".htm" extensions in file names and in Relative URLs are changed to ".html"
< img src="document.htm" > becomes < img src="document.html" >
All files are renamed to lower case. All Relative URLs are changed to lower case
< img src="http:/Images/my.JPG" > becomes < img src="http:/images/my.jpg" >
"Dangerous" characters in URLs are escaped
< img src="a space.jpg" > becomes < img src="a%20space.jpg" >
"" characters in URLs become "/"
< img src="http:www.server.com" > becomes < img src="http://www.server.com" >
URLs are quoted
< img src=picture.jpg > becomes < img src="picture.jpg" >
Javascript: URLs are not changed by nodoze (i.e. the above doesnt apply to them)
Relative URLs (a.k.a Local URLs)
In a Relative URL the server is not named
< img src="http:/Local.JPG" > becomes < img src="http:/local.jpg" >
An Absolute URL is a mailto:, or a javascript:, or names a server
example: < img src="http://www.server.com/absolute.jpg" >
<<lessIt changes all file and directory names, and all relative URLS in the html, to lower case, and it changes all .htm extensions to .html.
When websites are built on on computers running Microsoft Windows, the case of file and directory names is often ignored.
Other "widowsizms" are also introduced (such as ending files with .htm instead of .html). This causes BIG problems if the site is served under unix.
What nodoze Changes
".htm" extensions in file names and in Relative URLs are changed to ".html"
< img src="document.htm" > becomes < img src="document.html" >
All files are renamed to lower case. All Relative URLs are changed to lower case
< img src="http:/Images/my.JPG" > becomes < img src="http:/images/my.jpg" >
"Dangerous" characters in URLs are escaped
< img src="a space.jpg" > becomes < img src="a%20space.jpg" >
"" characters in URLs become "/"
< img src="http:www.server.com" > becomes < img src="http://www.server.com" >
URLs are quoted
< img src=picture.jpg > becomes < img src="picture.jpg" >
Javascript: URLs are not changed by nodoze (i.e. the above doesnt apply to them)
Relative URLs (a.k.a Local URLs)
In a Relative URL the server is not named
< img src="http:/Local.JPG" > becomes < img src="http:/local.jpg" >
An Absolute URL is a mailto:, or a javascript:, or names a server
example: < img src="http://www.server.com/absolute.jpg" >
Added: 2005-10-10 License: Artistic License Price:
1476 downloads
Legal Case Management 0.6.3
The legal case management (LCM) system is a software aimed for use by not-for-profit legal advice centres. more>> <<less
Download (0.44MB)
Added: 2005-10-18 License: GPL (GNU General Public License) Price:
1468 downloads
Zabit 0.7.1
Zabit is a content/attachment filter for qmail. more>>
Zabit is a content/attachment filter for qmail. Its been coded in C language for performance reasons. Zabit project consists of two main components, zabit and zabit-wrp.
Zabit does content filtering and attachment control, whereas zabit-wrp is designed to allow a virus-scanner to co-exist with zabit.
Installation:
Edit conf-locale file.
This file includes locale information for case sensitivity. And run
./configure
make
make install
Enhancements:
- Added configure script
<<lessZabit does content filtering and attachment control, whereas zabit-wrp is designed to allow a virus-scanner to co-exist with zabit.
Installation:
Edit conf-locale file.
This file includes locale information for case sensitivity. And run
./configure
make
make install
Enhancements:
- Added configure script
Download (0.017MB)
Added: 2005-10-18 License: GPL (GNU General Public License) Price:
1467 downloads
Single Marker Association 2.0
Single Marker Association is a simple tool that calculates the single marker association between individual SNP markers. more>>
Single Marker Association is a simple tool that calculates the single marker association between individual SNP markers and a case/control dichotomy.
Usage:
The tool reads two files as input, the first is a set of case and the second a case of control haplotypes. The format of the files is one line per haplotype, where the SNP data is represented as 0 or 1, separated by white-space.
- The tool outputs a list of statistics for each marker
- The marker number (from left to right in the input data)
- The frequency of the 0 allele for the cases file
- The chi-square contingency table statistics for the marker
- The CDF of the chi-square statistics
- The p-value of the statistics (1-CDF)
Installation:
The SMA tool is written in C++. It should compile on any Unix like system. To install, download the source code and unpack it (tar xzf sma-v.tar.gz, where v is the version number of sma), then run make in the subdirectory sma-v created during unpacking.
Enhancements:
- Support for (unphased) genotype data.
<<lessUsage:
The tool reads two files as input, the first is a set of case and the second a case of control haplotypes. The format of the files is one line per haplotype, where the SNP data is represented as 0 or 1, separated by white-space.
- The tool outputs a list of statistics for each marker
- The marker number (from left to right in the input data)
- The frequency of the 0 allele for the cases file
- The chi-square contingency table statistics for the marker
- The CDF of the chi-square statistics
- The p-value of the statistics (1-CDF)
Installation:
The SMA tool is written in C++. It should compile on any Unix like system. To install, download the source code and unpack it (tar xzf sma-v.tar.gz, where v is the version number of sma), then run make in the subdirectory sma-v created during unpacking.
Enhancements:
- Support for (unphased) genotype data.
Download (0.008MB)
Added: 2006-01-19 License: GPL (GNU General Public License) Price:
1373 downloads
FCFS RWLock 0.4.0
FCFS RWLock is a Readers/Writers Lock is a mechanism that allows an arbitrary number of readers or alternatively one writer. more>>
FCFS RWLock is a Readers/Writers Lock (or RWLock for short) is a mechanism that allows an arbitrary number of readers or alternatively one writer to access a resource at any given time.
FCFS RWLock project is useful in case writing may temporarily harm the integrity of the resource.
Many RWLock implementations arbitrate the various readers and writers in a manner that may cause starvation of either readers or writers. For instance, a readers/writers lock that prefers readers may cause a writer to starve (i.e: wait for a very long time or indefinetly) if there are two and more competing readers.
A First-Come First-Served (FCFS) RWLock solves this problem by making sure that the pending threads are served at the same order as the time of their arrival. Thus, starvation is eliminated assuming that a thread does not obtain the lock indefinetly (which in any case should not happen in a well-designed system).
<<lessFCFS RWLock project is useful in case writing may temporarily harm the integrity of the resource.
Many RWLock implementations arbitrate the various readers and writers in a manner that may cause starvation of either readers or writers. For instance, a readers/writers lock that prefers readers may cause a writer to starve (i.e: wait for a very long time or indefinetly) if there are two and more competing readers.
A First-Come First-Served (FCFS) RWLock solves this problem by making sure that the pending threads are served at the same order as the time of their arrival. Thus, starvation is eliminated assuming that a thread does not obtain the lock indefinetly (which in any case should not happen in a well-designed system).
Download (0.14MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1356 downloads
Lyriki 0.3
Lyriki is an an amaroK lyrics plugin to interface with lyriki.com, a wikimedia site for lyrics. more>>
Lyriki is an an amaroK lyrics plugin to interface with lyriki.com, a wikimedia site for lyrics.
It displays current song lyrics in the lyrics browser (when found) or a list with suggested results.
In any case pressing the add lyrics button should open the songs page where you can edit its contents (or create the page if there wasnt one already).
<<lessIt displays current song lyrics in the lyrics browser (when found) or a list with suggested results.
In any case pressing the add lyrics button should open the songs page where you can edit its contents (or create the page if there wasnt one already).
Download (0.010MB)
Added: 2006-03-12 License: GPL (GNU General Public License) Price:
1325 downloads
jcrossclient 1.0 Alpha4
jcrossclient is a client for the RPG/MMORPG Crossfire, written entirely in java. more>>
jcrossclient is a client for the RPG/MMORPG Crossfire, written entirely in java.
Please note that this is an alpha release, and therefore should not be considered suitable for use as a main client (yet). Whilst most major bugs should now be fixed, there is no guarentee that this is the case.
<<lessPlease note that this is an alpha release, and therefore should not be considered suitable for use as a main client (yet). Whilst most major bugs should now be fixed, there is no guarentee that this is the case.
Download (0.13MB)
Added: 2006-04-20 License: GPL (GNU General Public License) Price:
1285 downloads
Gpart 0.1h
Gpart is a tool which tries to guess the primary partition table of a PC-type hard disk in case of a damaged patition table. more>>
Gpart is a tool which tries to guess the primary partition table of a PC-type hard disk in case the primary partition table in sector 0 is damaged, incorrect or deleted. The guessed table can be written to a file or device. Supported (guessable) filesystem or partition types by Gpart are:
- DOS/Windows FAT (FAT 12/16/32)
- Linux ext2
- Linux swap partitions versions 0 and 1 (Linux >= v2.2.X)
- OS/2 HPFS
- Windows NT/2000 FS
- *BSD disklabels
- Solaris/x86 disklabels
- Minix FS
- Reiser FS
- Linux LVM physical volume module (LVM by Heinz Mauelshagen)
- SGI XFS on Linux
- BeOS filesystem
- QNX 4.x filesystem
Enhancements:
- New support for the following filesystems: BeOS, QNX 4.x & SGI XFS.
- Updated Reiser filesystem support (Francis Devereux).
- Updated LVM support.
- Several small fixes from contributors.
<<less- DOS/Windows FAT (FAT 12/16/32)
- Linux ext2
- Linux swap partitions versions 0 and 1 (Linux >= v2.2.X)
- OS/2 HPFS
- Windows NT/2000 FS
- *BSD disklabels
- Solaris/x86 disklabels
- Minix FS
- Reiser FS
- Linux LVM physical volume module (LVM by Heinz Mauelshagen)
- SGI XFS on Linux
- BeOS filesystem
- QNX 4.x filesystem
Enhancements:
- New support for the following filesystems: BeOS, QNX 4.x & SGI XFS.
- Updated Reiser filesystem support (Francis Devereux).
- Updated LVM support.
- Several small fixes from contributors.
Download (0.26MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1285 downloads
pam_realm 0.2
pam_realm checks the user name against being of form user@realm, where realm is supplied as an argument. more>>
pam_realm checks the user name against being of form user@realm, where realm is supplied as an argument. In case the check succeeds, this @realm part is stripped, and the control is passed to the following module.
OPTIONS:
debug
does not do anytning at the moment
realm=realm
specify the realm to check against
allowbare
also allows the user name to be of form just user without any @realm
nostrip
in certain cases, it may be of use to just check if the user name is of proper form
EXAMPLE
auth requisite pam_realm.so realm=mail.example.com
auth require pam_unix.so
<<lessOPTIONS:
debug
does not do anytning at the moment
realm=realm
specify the realm to check against
allowbare
also allows the user name to be of form just user without any @realm
nostrip
in certain cases, it may be of use to just check if the user name is of proper form
EXAMPLE
auth requisite pam_realm.so realm=mail.example.com
auth require pam_unix.so
Download (0.002MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1284 downloads
Kumula Cases 0.1
Kumula Cases is a case management software for lawyers. more>>
Kumula Cases is a case management software for lawyers (similar to programs like Amicus Attorney or RA-Micro), based upon the Kumula package. It was part of my diploma thesis and consists of multiple parts:
Cases:
The main application for handling the case files. It shows active and closed case files, and also the appointments and time limits of all cases. When opening a case file, it starts "CaseData", which is merely an "internal" application.
CaseData
Displays the content of one case file. Because of splitting the case management and the case contents, its possible to:
- work with different cases at the same time
- open a case from Cases and Clients (see below)
- open a case directly from your desktop (if you create a shortcut there)
This case content program is also modular and brings the following modules with it:
- Header, for storing reference number, case title etc.
- Parties, for managing clients, contrahents and third parties
- Events, for recording appointments, time limits and resubmissions
- Documents, for assigning letters and other documents to a case file
- Journal, for register revenues and expenses related to a case
Cases module for Clients
This module for Kumulas client management program shows the cases in which a client is involved, including the possibility to open the case file directly.
<<lessCases:
The main application for handling the case files. It shows active and closed case files, and also the appointments and time limits of all cases. When opening a case file, it starts "CaseData", which is merely an "internal" application.
CaseData
Displays the content of one case file. Because of splitting the case management and the case contents, its possible to:
- work with different cases at the same time
- open a case from Cases and Clients (see below)
- open a case directly from your desktop (if you create a shortcut there)
This case content program is also modular and brings the following modules with it:
- Header, for storing reference number, case title etc.
- Parties, for managing clients, contrahents and third parties
- Events, for recording appointments, time limits and resubmissions
- Documents, for assigning letters and other documents to a case file
- Journal, for register revenues and expenses related to a case
Cases module for Clients
This module for Kumulas client management program shows the cases in which a client is involved, including the possibility to open the case file directly.
Download (0.19MB)
Added: 2006-05-08 License: LGPL (GNU Lesser General Public License) Price:
1267 downloads
CGI::Application::Plugin::RateLimit 1.0
CGI::Application::Plugin::RateLimit is a plugin for CGI::Application. more>>
CGI::Application::Plugin::RateLimit is a plugin for CGI::Application which provides protection against a user calling a runmode too frequently. A typical use-case might be a contact form that sends email.
Youd like to allow your users to send you messages, but thousands of messages from a single user in a short period of time would be a problem.
Installation:
To install this module type the following:
perl Makefile.PL
make
make test
make install
<<lessYoud like to allow your users to send you messages, but thousands of messages from a single user in a short period of time would be a problem.
Installation:
To install this module type the following:
perl Makefile.PL
make
make test
make install
Download (0.007MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1267 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 case 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