court cases
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1499
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
CMFTestCase 0.9.2
CMFTestCase is a Plone product developed to simplify testing of CMF-based applications and products. more>>
CMFTestCase is a Plone product developed to simplify testing of CMF-based applications and products.
The CMFTestCase package provides::
- The function installProduct to install a Zope product into the test environment.
- The function setupCMFSite to create a CMF portal in the test db.
- The class CMFTestCase of which to derive your test cases.
- The class FunctionalTestCase of which to derive your test cases for functional unit testing.
- The classes Sandboxed and Functional to mix-in with your own test cases.
- The constants portal_name, portal_owner, default_products, default_base_profile, default_extension_profiles, default_user, and default_password.
- The constant CMF15 which evaluates to true for CMF versions >= 1.5.
- The constant CMF16 which evaluates to true for CMF versions >= 1.6.
- The constant CMF20 which evaluates to true for CMF versions >= 2.0.
- The constant CMF21 which evaluates to true for CMF versions >= 2.1.
- The module utils from the ZopeTestCase package.
Enhancements:
- Compatible with CMF versions 1.4, 1.5, 1.6, 2.0, and 2.1.
<<lessThe CMFTestCase package provides::
- The function installProduct to install a Zope product into the test environment.
- The function setupCMFSite to create a CMF portal in the test db.
- The class CMFTestCase of which to derive your test cases.
- The class FunctionalTestCase of which to derive your test cases for functional unit testing.
- The classes Sandboxed and Functional to mix-in with your own test cases.
- The constants portal_name, portal_owner, default_products, default_base_profile, default_extension_profiles, default_user, and default_password.
- The constant CMF15 which evaluates to true for CMF versions >= 1.5.
- The constant CMF16 which evaluates to true for CMF versions >= 1.6.
- The constant CMF20 which evaluates to true for CMF versions >= 2.0.
- The constant CMF21 which evaluates to true for CMF versions >= 2.1.
- The module utils from the ZopeTestCase package.
Enhancements:
- Compatible with CMF versions 1.4, 1.5, 1.6, 2.0, and 2.1.
Download (0.010MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
940 downloads
LinuxCase 0.9
LinuxCase project is an Case Management Software for Linux. more>>
LinuxCase project is an Case Management Software for Linux. You can Document social cases. It is possible to add delete or edit Users, add delete or edit Projects from Madates. You can make reports and add them to a Mandate.
The Software uses a Mysql-Database to store the Informations. The Software-Bases are QT and KDE.
Another Goal is to Comunicate with other Software how OpenOffice, Korganizer and the Kadressbook. So LinuxCase is a Groupware client to.
<<lessThe Software uses a Mysql-Database to store the Informations. The Software-Bases are QT and KDE.
Another Goal is to Comunicate with other Software how OpenOffice, Korganizer and the Kadressbook. So LinuxCase is a Groupware client to.
Download (0.19MB)
Added: 2006-08-18 License: GPL (GNU General Public License) Price:
1162 downloads
CPAN::Porters 0.01
PAN::Porters is a resource for people maintaining packages of CPAN modules in various distributions. more>>
PAN::Porters is a resource for people maintaining packages of CPAN modules in various distributions.
SYNOPSIS
CPAN modules can be either installed from source (downloaded directly from CPAN) or they can be installed with the package mangement system of your distribution.
CPAN::Porters is a resource for people who are maintaining those packages in the various distributions.
Reasoning
When developing an application we usually dont want to build our own machine. Neither compile our own kernel. In most of the cases we wont want to compile and install our own version of a database engine nor Apache or any other 3rd party tool. So my assumption is that we wont want to install our CPAN dependencies either. Again - in the standard case.
For people just using an application written in Perl it is even more important that they should not deal with all these packages. Most of us know how much people suffer when they need to install 10s of modules and their dependencies from CPAN. Especially for modules with dependencies outside of CPAN.
While CPAN.pm, CPANPLUS.pm have improved a lot they still cannot deal with cases when one of the dependencies fails to install cleanly.
In addition while we usually want to work with recent versions of modules from CPAN, we usually dont want to get the bleeding edge. Espcially not in applications.
<<lessSYNOPSIS
CPAN modules can be either installed from source (downloaded directly from CPAN) or they can be installed with the package mangement system of your distribution.
CPAN::Porters is a resource for people who are maintaining those packages in the various distributions.
Reasoning
When developing an application we usually dont want to build our own machine. Neither compile our own kernel. In most of the cases we wont want to compile and install our own version of a database engine nor Apache or any other 3rd party tool. So my assumption is that we wont want to install our CPAN dependencies either. Again - in the standard case.
For people just using an application written in Perl it is even more important that they should not deal with all these packages. Most of us know how much people suffer when they need to install 10s of modules and their dependencies from CPAN. Especially for modules with dependencies outside of CPAN.
While CPAN.pm, CPANPLUS.pm have improved a lot they still cannot deal with cases when one of the dependencies fails to install cleanly.
In addition while we usually want to work with recent versions of modules from CPAN, we usually dont want to get the bleeding edge. Espcially not in applications.
Download (0.004MB)
Added: 2007-07-26 License: Perl Artistic License Price:
820 downloads
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.
<<lessIt 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.
Download (21.3MB)
Added: 2007-07-07 License: Eclipse Public License Price:
842 downloads
PloneTestCase 0.9.2
PloneTestCase is a project developed to simplify testing of Plone and Plone-based applications and products. more>>
PloneTestCase is a project developed to simplify testing of Plone and Plone-based applications and products.
PloneTestCase is a thin layer on top of the ZopeTestCase package.
The PloneTestCase package provides:
- The function installProduct to install a Zope product into the test environment.
- The function setupPloneSite to create a Plone portal in the test db. Note: setupPloneSite accepts an optional products argument, which allows you to specify a list of products that will be added to the portal using the quickinstaller tool. Since 0.8.2 you can also pass an extension_profiles argument to import GS extension profiles.
- The class PloneTestCase of which to derive your test cases.
- The class FunctionalTestCase of which to derive your test cases for functional unit testing.
- The classes Sandboxed and Functional to mix-in with your own test cases.
- The constants portal_name, portal_owner, default_policy, default_products, default_base_profile, default_extension_profiles, default_user, and default_password.
- The constant PLONE21 which evaluates to true for Plone versions >= 2.1.
- The constant PLONE25 which evaluates to true for Plone versions >= 2.5.
- The constant PLONE30 which evaluates to true for Plone versions >= 3.0.
- The module utils which contains all utility functions from the ZopeTestCase package.
<<lessPloneTestCase is a thin layer on top of the ZopeTestCase package.
The PloneTestCase package provides:
- The function installProduct to install a Zope product into the test environment.
- The function setupPloneSite to create a Plone portal in the test db. Note: setupPloneSite accepts an optional products argument, which allows you to specify a list of products that will be added to the portal using the quickinstaller tool. Since 0.8.2 you can also pass an extension_profiles argument to import GS extension profiles.
- The class PloneTestCase of which to derive your test cases.
- The class FunctionalTestCase of which to derive your test cases for functional unit testing.
- The classes Sandboxed and Functional to mix-in with your own test cases.
- The constants portal_name, portal_owner, default_policy, default_products, default_base_profile, default_extension_profiles, default_user, and default_password.
- The constant PLONE21 which evaluates to true for Plone versions >= 2.1.
- The constant PLONE25 which evaluates to true for Plone versions >= 2.5.
- The constant PLONE30 which evaluates to true for Plone versions >= 3.0.
- The module utils which contains all utility functions from the ZopeTestCase package.
Download (0.012MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
982 downloads
PDCurses for X11 3.3
PDCurses is a public domain curses library for Win32, DOS, OS/2 and X11. more>>
PDCurses is a public domain curses library for Win32, DOS, OS/2 and X11, implementing most of the functions available in System V R4 curses. PDCurses for X11 supports most compilers for these platforms.
PDCurses is distributed principally as source code, but pre-compiled libraries are available for various compilers. See the downloads page for a list.
The X11 port of PDCurses, known as XCurses, allows existing text-mode curses programs to be re-compiled and linked with PDCurses to produce a native X11 application.
Enhancements:
- This release adds an SDL backend, refines the demos, and is faster in some cases.
<<lessPDCurses is distributed principally as source code, but pre-compiled libraries are available for various compilers. See the downloads page for a list.
The X11 port of PDCurses, known as XCurses, allows existing text-mode curses programs to be re-compiled and linked with PDCurses to produce a native X11 application.
Enhancements:
- This release adds an SDL backend, refines the demos, and is faster in some cases.
Download (0.15MB)
Added: 2007-07-12 License: Public Domain Price:
835 downloads
JTestCase 4.0.0
JTestCase is a 100% pure Java, open-source framework that helps in separating test case data from test case units. more>>
JTestCase is a 100% pure Java, open-source framework that helps in separating test case data from test case units.
Although the following examples show JTestCase used together with junit, please note that JTestCase has no dependence on junit itself.
A moderately complex java projects may comprise hundreds of junit test case. JTestCase helps you organize your test cases in a rationale and efficient way.
To achieve this goal JTestCase provides:
- A propetary XML format to define your test cases in an abstract way.
- Easy-to-use API to retrieve data from XML file and to do assertion.
<<lessAlthough the following examples show JTestCase used together with junit, please note that JTestCase has no dependence on junit itself.
A moderately complex java projects may comprise hundreds of junit test case. JTestCase helps you organize your test cases in a rationale and efficient way.
To achieve this goal JTestCase provides:
- A propetary XML format to define your test cases in an abstract way.
- Easy-to-use API to retrieve data from XML file and to do assertion.
Download (0.64MB)
Added: 2006-08-19 License: GPL (GNU General Public License) Price:
1162 downloads
uriparser 0.5.1
uriparser project is a strictly RFC 3986 compliant URI parsing library. more>>
uriparser project is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license.
Main features:
- Cross-platform (Unix, Windows, Mac OS X, ...)
- Strictly compliant to RFC 3986 (latest RFC on URIs to date)
- Fast (linear input length time complexity)
- Unicode support
- No external dependencies
- Uses unit testing
- Licensed under the New BSD license
Enhancements:
- This release fixes several bugs revealed by test cases from 4Suite.
<<lessMain features:
- Cross-platform (Unix, Windows, Mac OS X, ...)
- Strictly compliant to RFC 3986 (latest RFC on URIs to date)
- Fast (linear input length time complexity)
- Unicode support
- No external dependencies
- Uses unit testing
- Licensed under the New BSD license
Enhancements:
- This release fixes several bugs revealed by test cases from 4Suite.
Download (0.19MB)
Added: 2007-08-09 License: BSD License Price:
807 downloads
CoaSim 4.1.0
CoaSim is a tool for simulating the coalescent process with recombination and gene conversion. more>>
CoaSim is a tool for simulating the coalescent process with recombination and geneconversion under various demographic models.
CoaSim effectively constructs the ancestral recombination graph for a given number of individuals and uses this to simulate samples of SNP, micro-satellite, and other haplotypes/genotypes.
The generated sample can afterwards be separated in cases and controls, depending on states of selected individual markers. The tool can accordingly also be used to construct cases and control data sets for association studies.
CoaSim is developed in collaboration between Bioinformatics ApS and Bioinformatics Research Center (BiRC).
CoaSim is written in C++ and Guile Scheme and is available as source code (under the GNU General Public License, GPL) and as binary versions as Linux RPM files. The source code has been successfully compiled on various Linux and UNIX systems, under OS X and under Windows with Cygwin.
As I have only limited access to architectures other than Linux, it is not possible for me to make binary distributions for other platforms, but if anyone is willing to build the distributions I will be more than happy to put them on this site.
Enhancements:
- Callbacks for population structure events (bottlenecks, migration, etc.) have been added.
- A major bug that caused the starting and ending times of epochs to be wrong in some cases (starting too late or never terminating) has been fixed.
<<lessCoaSim effectively constructs the ancestral recombination graph for a given number of individuals and uses this to simulate samples of SNP, micro-satellite, and other haplotypes/genotypes.
The generated sample can afterwards be separated in cases and controls, depending on states of selected individual markers. The tool can accordingly also be used to construct cases and control data sets for association studies.
CoaSim is developed in collaboration between Bioinformatics ApS and Bioinformatics Research Center (BiRC).
CoaSim is written in C++ and Guile Scheme and is available as source code (under the GNU General Public License, GPL) and as binary versions as Linux RPM files. The source code has been successfully compiled on various Linux and UNIX systems, under OS X and under Windows with Cygwin.
As I have only limited access to architectures other than Linux, it is not possible for me to make binary distributions for other platforms, but if anyone is willing to build the distributions I will be more than happy to put them on this site.
Enhancements:
- Callbacks for population structure events (bottlenecks, migration, etc.) have been added.
- A major bug that caused the starting and ending times of epochs to be wrong in some cases (starting too late or never terminating) has been fixed.
Download (1.1MB)
Added: 2006-02-09 License: GPL (GNU General Public License) Price:
1352 downloads
Velosurf 2.1
Velosurf is a thin but efficient database mapping layer meant to be used with Jakarta Velocity. more>>
Velosurf is a thin but efficient database mapping layer meant to be used with Jakarta Velocity.
Velosurfs goal is to generate a set of context variables that automatically map database tables and relationships without the need for any recompilation.
Enhancements:
- This is a corrective release that fixes a serious issue in $entity.insert along with a few minor bugs.
- It has some source refactoring and some new test cases.
<<lessVelosurfs goal is to generate a set of context variables that automatically map database tables and relationships without the need for any recompilation.
Enhancements:
- This is a corrective release that fixes a serious issue in $entity.insert along with a few minor bugs.
- It has some source refactoring and some new test cases.
Download (0.65MB)
Added: 2006-11-18 License: The Apache License Price:
1072 downloads
mod_accounting 0.5
mod_accounting is a simple Apache module that can record traffic statistics into a database. more>>
mod_accounting is a simple Apache module that can record traffic statistics (bytes received/sent per request) into a database.
Enhancements:
- Added a placeholder for user names (%u) to allow for more statistics on the recorded data.
- Now uses ap_get_server_name(r) to get the value for %h, to support virtual host names.
- Added the AccountingIgnoreHosts directive.
- Adds the version string to the Apache SERVER_SOFTWARE-Environment (patch by Michael Diekmann 29.04.2002)
- Added a sample database schema and FAQs provided by Chris Hall.
- Fixed segv when handling failed internal redirections (and possibly in other cases where r->status_line is NULL)
<<lessEnhancements:
- Added a placeholder for user names (%u) to allow for more statistics on the recorded data.
- Now uses ap_get_server_name(r) to get the value for %h, to support virtual host names.
- Added the AccountingIgnoreHosts directive.
- Adds the version string to the Apache SERVER_SOFTWARE-Environment (patch by Michael Diekmann 29.04.2002)
- Added a sample database schema and FAQs provided by Chris Hall.
- Fixed segv when handling failed internal redirections (and possibly in other cases where r->status_line is NULL)
Download (0.010MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1525 downloads
WebCert 1.5.0
WebCert is a Web application to generate and manage digital certificates in cases where no full CA is needed. more>>
WebCert is a Web application to generate and manage digital certificates in cases where no "full" CA is needed.
WebCert is very handy for those who need a cert quickly and dont have the hang of the OpenSSL command line. It is very easy to deploy and to use.
<<lessWebCert is very handy for those who need a cert quickly and dont have the hang of the OpenSSL command line. It is very easy to deploy and to use.
Download (0.090MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
846 downloads
Scrounge NTFS 0.8.6
Scrounge NTFS is a data recovery program for NTFS filesystems. more>>
Data recovery program for NTFS file systems. Reads each block of the hard disk to and retrieves rebuilds file system tree on another partition.
I wrote this program when one of my friends lost valuable data on an NTFS drive. It been used since then in several cases, but not thoroughly tested, especially not WRT the fact that its a data recovery program.
You should have your partition information stored away in advance. This allows reliable retrieval of file info.
Enhancements:
- Dont exit on error reading source drive
- Fixed core dump when attribute list, but no MFT loaded
<<lessI wrote this program when one of my friends lost valuable data on an NTFS drive. It been used since then in several cases, but not thoroughly tested, especially not WRT the fact that its a data recovery program.
You should have your partition information stored away in advance. This allows reliable retrieval of file info.
Enhancements:
- Dont exit on error reading source drive
- Fixed core dump when attribute list, but no MFT loaded
Download (0.099MB)
Added: 2005-04-08 License: BSD License Price:
923 downloads
Ricochet 0.98
Ricochet project traces the names and addresses of the systems where the spam originated from... more>>
A lot of unsolicited email goes unreported because tracing the origins of a possibly forged mail and finding the right people to report to, is complicated and time-consuming. Ricochet, a smart net agent, automates this process.
Ricochet project traces the names and addresses of the systems where the spam originated from along with the servers that provide domain name resolution services to these systems (in most cases their ISPs). Then it collects/generates a list of email addresses of tech/billing/admin/abuse contacts of these system and mails them a complaint and a copy of the spam.
<<lessRicochet project traces the names and addresses of the systems where the spam originated from along with the servers that provide domain name resolution services to these systems (in most cases their ISPs). Then it collects/generates a list of email addresses of tech/billing/admin/abuse contacts of these system and mails them a complaint and a copy of the spam.
Download (MB)
Added: 2007-06-05 License: Artistic License Price:
5487 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 court cases 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