computer algebra
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1738
Computer Breaker 0.2
Computer Breaker project is a network testing tool for services vulnerabilities. more>>
Computer Breaker project is a network testing tool for services vulnerabilities.
Computer Breaker is a network testing tool that allows networking administrators to test if a computer is vulnerable to malicious attacks.
Using the Nessus scanner, computer-breaker scans the remote host and automatically exploits its vulnerabilities.
<<lessComputer Breaker is a network testing tool that allows networking administrators to test if a computer is vulnerable to malicious attacks.
Using the Nessus scanner, computer-breaker scans the remote host and automatically exploits its vulnerabilities.
Download (0.089MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
981 downloads
Computer Temperature Monitor 0.9.3
Computer Temperature Monitor is a little applet for the GNOME desktop that shows the temperature of your computer CPU. more>>
Computer Temperature Monitor is a little applet for the GNOME desktop that shows the temperature of your computer CPU and disks on screen. Computer Temperature Monitor also allows you to log temperatures to a file.
You can set alarms to notify you when a tempertature is reached. Several monitors can be added to the panel to monitor different sensors. It is designed to look like the CPU Frequency Gnome applet. This applet used to be called Laptop Temperature Monitor.
Enhancements:
- The way the temperature file is read has been changed to fix a bug in some modules (acpi, ibm_acpi, i8k, and omnibook).
- Support has been added for Apple G5 computers (windfarm sensors).
- Support has been added for dynamic log filenames using patterns.
- A bug that prevented the icon from appearing sometimes has been fixed.
- A GConf key has been added for showing debug information in the applet tooltip.
- A Simplified Chinese translation has been added.
- Support has been added to change the logging timeout.
- There are some bugfixes.
<<lessYou can set alarms to notify you when a tempertature is reached. Several monitors can be added to the panel to monitor different sensors. It is designed to look like the CPU Frequency Gnome applet. This applet used to be called Laptop Temperature Monitor.
Enhancements:
- The way the temperature file is read has been changed to fix a bug in some modules (acpi, ibm_acpi, i8k, and omnibook).
- Support has been added for Apple G5 computers (windfarm sensors).
- Support has been added for dynamic log filenames using patterns.
- A bug that prevented the icon from appearing sometimes has been fixed.
- A GConf key has been added for showing debug information in the applet tooltip.
- A Simplified Chinese translation has been added.
- Support has been added to change the logging timeout.
- There are some bugfixes.
Download (MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
759 downloads
Open Source Computer Vision Library 1.0.0
Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. more>>
Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel Image Processing Library) and utilizes Intel Integrated Performance Primitives for better performance.
Philosophy
Aid commercial uses of computer vision in human-computer interface, robotics, monitoring, biometrics and security by providing a free and open infrastructure where the distributed efforts of the vision community can be consolidated and performance optimized.
<<lessPhilosophy
Aid commercial uses of computer vision in human-computer interface, robotics, monitoring, biometrics and security by providing a free and open infrastructure where the distributed efforts of the vision community can be consolidated and performance optimized.
Download (10.6MB)
Added: 2006-11-08 License: BSD License Price:
1108 downloads
zCI Computer Inventory System 3.1B
zCI is freeware for computer inventory. It is free but contains a lot of corporate feature. zCI has 100% web-based user interface, including its automatic data gathering mechanism. Also, zCI has peripheral inventory capability and facilities to manage device ownerships. zCI provides client programs for Windows and Linux/Unix operating system. The client programs automatically collect hardware and software information. more>>
zCI Computer Inventory System - zCI is freeware for computer inventory. It is free but contains a lot of corporate feature. zCI has 100% web-based user interface, including its automatic data gathering mechanism. Also, zCI has peripheral inventory capability and facilities to manage device ownerships.
zCI provides client programs for Windows and Linux/Unix operating system. The client programs automatically collect hardware and software information, such as hardware list, software list, computer serial number, monitor serial number, MAC address and etc. The free zCI gives you more and better features compared to many non-free inventory softwares.
Enhancements:
Version 3.1B
Advance Computer Finder, Monitor Serial Number Autodetection
System Requirements:PHP, MySQL<<less
Download (1.6Mb)
Added: 2008-06-28 License: Free Price: Free
63 downloads
Computer History Graphing Project 0.9.2
Computer History Graphing Project is a computer family tree. more>>
Computer History Graphing Project is a computer family tree.
The Computer History Graphing Project is an attempt to graph every computer standard, every piece of hardware, every OS, and every computer language in one big family tree.
<<lessThe Computer History Graphing Project is an attempt to graph every computer standard, every piece of hardware, every OS, and every computer language in one big family tree.
Download (MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
Math::Algebra::Symbols 1.21
Math::Algebra::Symbols is a Symbolic Algebra in Pure Perl. more>>
Math::Algebra::Symbols is a Symbolic Algebra in Pure Perl.
SYNOPSIS
Example symbols.pl
#!perl -w -I..
use Math::Algebra::Symbols hyper=>1;
use Test::Simple tests=>5;
($n, $x, $y) = symbols(qw(n x y));
$a += ($x**8 - 1)/($x-1);
$b += sin($x)**2 + cos($x)**2;
$c += (sin($n*$x) + cos($n*$x))->d->d->d->d / (sin($n*$x)+cos($n*$x));
$d = tanh($x+$y) == (tanh($x)+tanh($y))/(1+tanh($x)*tanh($y));
($e,$f) = @{($x**2 eq 5*$x-6) > $x};
print "$an$bn$cn$dn$e,$fn";
ok("$a" eq $x+$x**2+$x**3+$x**4+$x**5+$x**6+$x**7+1);
ok("$b" eq 1);
ok("$c" eq $n**4);
ok("$d" eq 1);
ok("$e,$f" eq 2,3);
<<lessSYNOPSIS
Example symbols.pl
#!perl -w -I..
use Math::Algebra::Symbols hyper=>1;
use Test::Simple tests=>5;
($n, $x, $y) = symbols(qw(n x y));
$a += ($x**8 - 1)/($x-1);
$b += sin($x)**2 + cos($x)**2;
$c += (sin($n*$x) + cos($n*$x))->d->d->d->d / (sin($n*$x)+cos($n*$x));
$d = tanh($x+$y) == (tanh($x)+tanh($y))/(1+tanh($x)*tanh($y));
($e,$f) = @{($x**2 eq 5*$x-6) > $x};
print "$an$bn$cn$dn$e,$fn";
ok("$a" eq $x+$x**2+$x**3+$x**4+$x**5+$x**6+$x**7+1);
ok("$b" eq 1);
ok("$c" eq $n**4);
ok("$d" eq 1);
ok("$e,$f" eq 2,3);
Download (0.10MB)
Added: 2007-06-29 License: Perl Artistic License Price:
849 downloads
GeoGebra 2.6b
GeoGebra project is a dynamic mathematics software that joins geometry, algebra, and calculus. more>>
GeoGebra project is a dynamic mathematics software that joins geometry, algebra, and calculus.
Two views are characteristic of GeoGebra: an expression in the algebra window corresponds to an object in the geometry window and vice versa
<<lessTwo views are characteristic of GeoGebra: an expression in the algebra window corresponds to an object in the geometry window and vice versa
Download (MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1432 downloads
PDL::LinearAlgebra::Complex 0.03
PDL::LinearAlgebra::Complex is a PDL interface to the lapack linear algebra programming library (complex number). more>>
PDL::LinearAlgebra::Complex is a PDL interface to the lapack linear algebra programming library (complex number).
SYNOPSIS
use PDL::Complex
use PDL::LinearAlgebra::Complex;
$a = r2C random (100,100);
$s = r2C zeroes(100);
$u = r2C zeroes(100,100);
$v = r2C zeroes(100,100);
$info = 0;
$job = 0;
cgesdd($a, $job, $info, $s , $u, $v);
This module provide an interface to parts of the lapack library (complex number). These routine accept either float or double piddles.
EOD
pp_defc("gesvd", HandleBad => 0, RedoDimsCode => $SIZE(r) = $PDL(A)->ndims > 2 ? min($PDL(A)->dims[1], $PDL(A)->dims[2]) : 1;, Pars => [io,phys]A(2,m,n); int jobu(); int jobvt(); [o,phys]s(r); [o,phys]U(2,p,q); [o,phys]VT(2,s,t); int [o,phys]info(), GenericTypes => [F,D], Code => generate_code
integer lwork;
char trau, travt;
types(F) %{
extern int cgesvd_(char *jobu, char *jobvt, integer *m, integer *n, float *a,
integer *lda, float *s, float *u, int *ldu,
float *vt, integer *ldvt, float *work, integer *lwork, float *rwork,
integer *info);
float *rwork;
float tmp_work[2];
%}
types(D) %{
extern int zgesvd_(char *jobz,char *jobvt, integer *m, integer *n,
double *a, integer *lda, double *s, double *u, int *ldu,
double *vt, integer *ldvt, double *work, integer *lwork, double *rwork,
integer *info);
double *rwork;
double tmp_work[2];
%}
lwork = ($PRIV(__m_size) < $PRIV(__n_size)) ? 5*$PRIV(__m_size) : 5*$PRIV(__n_size);
types(F) %{
rwork = (float *)malloc(lwork * sizeof(float));
%}
types(D) %{
rwork = (double *)malloc(lwork * sizeof(double));
%}
lwork = -1;
switch ($jobu())
{
case 1: trau = A;
break;
case 2: trau = S;
break;
case 3: trau = O;
break;
default: trau = N;
}
switch ($jobvt())
{
case 1: travt = A;
break;
case 2: travt = S;
break;
case 3: travt = O;
break;
default: travt = N;
}
$TFD(cgesvd_,zgesvd_)(
&trau,
&travt,
&$PRIV(__m_size),
&$PRIV(__n_size),
$P(A),
&$PRIV(__m_size),
$P(s),
$P(U),
&$PRIV(__p_size),
$P(VT),
&$PRIV(__s_size),
&tmp_work[0],
&lwork,
rwork,
$P(info));
lwork = (integer )tmp_work[0];
{
types(F) %{
float *work = (float *)malloc(2*lwork * sizeof(float));
%}
types(D) %{
double *work = (double *)malloc(2*lwork * sizeof(double));
%}
$TFD(cgesvd_,zgesvd_)(
&trau,
&travt,
&$PRIV(__m_size),
&$PRIV(__n_size),
$P(A),
&$PRIV(__m_size),
$P(s),
$P(U),
&$PRIV(__p_size),
$P(VT),
&$PRIV(__s_size),
work,
&lwork,
rwork,
$P(info));
free(work);
}
free(rwork);
,
Doc=>
<<lessSYNOPSIS
use PDL::Complex
use PDL::LinearAlgebra::Complex;
$a = r2C random (100,100);
$s = r2C zeroes(100);
$u = r2C zeroes(100,100);
$v = r2C zeroes(100,100);
$info = 0;
$job = 0;
cgesdd($a, $job, $info, $s , $u, $v);
This module provide an interface to parts of the lapack library (complex number). These routine accept either float or double piddles.
EOD
pp_defc("gesvd", HandleBad => 0, RedoDimsCode => $SIZE(r) = $PDL(A)->ndims > 2 ? min($PDL(A)->dims[1], $PDL(A)->dims[2]) : 1;, Pars => [io,phys]A(2,m,n); int jobu(); int jobvt(); [o,phys]s(r); [o,phys]U(2,p,q); [o,phys]VT(2,s,t); int [o,phys]info(), GenericTypes => [F,D], Code => generate_code
integer lwork;
char trau, travt;
types(F) %{
extern int cgesvd_(char *jobu, char *jobvt, integer *m, integer *n, float *a,
integer *lda, float *s, float *u, int *ldu,
float *vt, integer *ldvt, float *work, integer *lwork, float *rwork,
integer *info);
float *rwork;
float tmp_work[2];
%}
types(D) %{
extern int zgesvd_(char *jobz,char *jobvt, integer *m, integer *n,
double *a, integer *lda, double *s, double *u, int *ldu,
double *vt, integer *ldvt, double *work, integer *lwork, double *rwork,
integer *info);
double *rwork;
double tmp_work[2];
%}
lwork = ($PRIV(__m_size) < $PRIV(__n_size)) ? 5*$PRIV(__m_size) : 5*$PRIV(__n_size);
types(F) %{
rwork = (float *)malloc(lwork * sizeof(float));
%}
types(D) %{
rwork = (double *)malloc(lwork * sizeof(double));
%}
lwork = -1;
switch ($jobu())
{
case 1: trau = A;
break;
case 2: trau = S;
break;
case 3: trau = O;
break;
default: trau = N;
}
switch ($jobvt())
{
case 1: travt = A;
break;
case 2: travt = S;
break;
case 3: travt = O;
break;
default: travt = N;
}
$TFD(cgesvd_,zgesvd_)(
&trau,
&travt,
&$PRIV(__m_size),
&$PRIV(__n_size),
$P(A),
&$PRIV(__m_size),
$P(s),
$P(U),
&$PRIV(__p_size),
$P(VT),
&$PRIV(__s_size),
&tmp_work[0],
&lwork,
rwork,
$P(info));
lwork = (integer )tmp_work[0];
{
types(F) %{
float *work = (float *)malloc(2*lwork * sizeof(float));
%}
types(D) %{
double *work = (double *)malloc(2*lwork * sizeof(double));
%}
$TFD(cgesvd_,zgesvd_)(
&trau,
&travt,
&$PRIV(__m_size),
&$PRIV(__n_size),
$P(A),
&$PRIV(__m_size),
$P(s),
$P(U),
&$PRIV(__p_size),
$P(VT),
&$PRIV(__s_size),
work,
&lwork,
rwork,
$P(info));
free(work);
}
free(rwork);
,
Doc=>
Download (0.12MB)
Added: 2007-06-27 License: Perl Artistic License Price:
849 downloads
ATGeogebra 1.0
ATGeogebra provides a simple archetype product to display GeoGebra files. more>>
ATGeogebra provides a simple archetype product to display GeoGebra files.
GeoGebra is a free and multi-platform dynamic mathematics software for schools that joins geometry, algebra and calculus .
If you have any interest in educational technology, you should take a look at this fine piece of software: http://www.geogebra.org
The basic idea of ATGeogebra is to be able to show Geogebra worksheet files ( .ggb ) within a plone site.
The .ggb files have to be loaded with Geogebras java applet and the product does that for you.
The software jar files are inside the product’s skins directory and all you have to do is to create a "Geogebra Activity" item and upload the .ggb file.
You will find a sample Geogebra worksheet ( .ggb ) inside the product’s samples directory ( same as shown in the screenshot above ).
If you use CMFContentPanels, a special viewlet will be installed.
This is a initial release. Its very simple, but fully functional.
<<lessGeoGebra is a free and multi-platform dynamic mathematics software for schools that joins geometry, algebra and calculus .
If you have any interest in educational technology, you should take a look at this fine piece of software: http://www.geogebra.org
The basic idea of ATGeogebra is to be able to show Geogebra worksheet files ( .ggb ) within a plone site.
The .ggb files have to be loaded with Geogebras java applet and the product does that for you.
The software jar files are inside the product’s skins directory and all you have to do is to create a "Geogebra Activity" item and upload the .ggb file.
You will find a sample Geogebra worksheet ( .ggb ) inside the product’s samples directory ( same as shown in the screenshot above ).
If you use CMFContentPanels, a special viewlet will be installed.
This is a initial release. Its very simple, but fully functional.
Download (1.0MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
923 downloads
Basic Computer Training Tips Lesson #2 1.0
Basic computer training secrets to success #2 - Why Traditional Ways to Learn Computers Just Dont Work. Second in an ongoing series of lessons that r... more>> <<less
Download (31639KB)
Added: 2009-04-07 License: Freeware Price: Free
212 downloads
Other version of Basic Computer Training Tips Lesson
License:Freeware
Computer Basics Whats a USB Flash Drive 1.0
Computer Basics: What is a USB Flash Drive and How They Work in Plain English - another easy video computer lesson from Worth Godwin uses simple expla... more>> <<less
Download (77118KB)
Added: 2009-04-09 License: Freeware Price: Free
198 downloads
Computer Dictionary Computer Terminology 1.0
Computer Dictionary: What is an Operating System or OS. This computer terminology explained in plain English in this simple video computer lesson you ... more>> <<less
Download (48145KB)
Added: 2009-04-06 License: Freeware Price: Free
241 downloads
GCompris 8.3.3 / 8.4 Beta 1
GCompris is a complete educational suite for children from 2 to 10. more>>
GCompris is an educational software which propose different activities to kids from 2 to 10. Some activities are game oriented, but always educational. You will find some activities in the following topics:
- computer discovery: keyboard, mouse, different mouse gesture, ...
- algebra: table memory, enumeration, double entry table, mirror image, ...
- science: the canal lock, the water cycle, the submarine, ...
- geography: place the country on the map
- games: chess, memory, ...
- reading: reading practice
- other: learn to tell time, puzzle of famous paintings, vector drawing, ...
GCompris project proposes more than 60 activities and it continues to evolves. GCompris is a free software, you have the possibility to adapt it to your needs or to improve it, and, why not, to share your work with the kids of all the world.
GCompris intent is to provide a central location where a user can find different kind of small educational content called boards.
Today there is already a lot of free software that provides a small education content. Unfortunatly, it is difficult to track, intall and use them because they do not evolve at the same speed and offer their own user interface.
GCompris aims to provide a unique user interface that gives access to different boards.
GCompris is part of the GNU project.
Once started, GCompris presents a graphical view that includes from top to bottom:
1. Boards icon list Each icon represent a board. When you move the mouse over them, they are highlighted and the name and description of the board is displayed in the board description area.
2. Boards description area Display a small description of what the highlited board icon is about. Note that the descriptions are internationalized which means translated in a target language (See section Internationalization Issues for more information on Internationalization).
3. Control bar: The control bar is always present in GCompris. This icons are contextual which means that when an icon is not meaningfull in a specific context, it is simply not displayed. The control bar contains the icons from left to right:
1. Help: In some case, a board can be too complex to be described in the Board description area. In this case this will provide access to the additionnal instructions.
2. Level: Some boards provide different level. The number of levels is board dependant.
3. OK: Some boards do not automatically detect that the child has finish the given task. Clicking here is similar to entering RET on the keyboard and thus the RET key is a shortcut.
4. End: End the current board if any, otherwise Exit GCompris. When entered at the board menu level, it will create a dialog window to confirm the Exit of GCompris.
5. About: Display the about box for gcompris with the version number, the author, the licence and links to online resources.
6. Configure: Display the configuration box for gcompris. Configuration can be done at gcompris level when no boards is selected. If a board is selected, it can provides configuration options. Configuration is persistent and saved in the gnome file in the user home directory under .gnome/gcompris.
Whats New in 8.3.3 Stable Release:
- GCompris was asserting when you clicked on the target image in the missingletter activity.
- GCompris was unstable in Spanish and in any locale where there are no spoken congratulation.
- Even if they were present, audio congratulations were not played on Windows.
- All of these problems were fixed.
<<less- computer discovery: keyboard, mouse, different mouse gesture, ...
- algebra: table memory, enumeration, double entry table, mirror image, ...
- science: the canal lock, the water cycle, the submarine, ...
- geography: place the country on the map
- games: chess, memory, ...
- reading: reading practice
- other: learn to tell time, puzzle of famous paintings, vector drawing, ...
GCompris project proposes more than 60 activities and it continues to evolves. GCompris is a free software, you have the possibility to adapt it to your needs or to improve it, and, why not, to share your work with the kids of all the world.
GCompris intent is to provide a central location where a user can find different kind of small educational content called boards.
Today there is already a lot of free software that provides a small education content. Unfortunatly, it is difficult to track, intall and use them because they do not evolve at the same speed and offer their own user interface.
GCompris aims to provide a unique user interface that gives access to different boards.
GCompris is part of the GNU project.
Once started, GCompris presents a graphical view that includes from top to bottom:
1. Boards icon list Each icon represent a board. When you move the mouse over them, they are highlighted and the name and description of the board is displayed in the board description area.
2. Boards description area Display a small description of what the highlited board icon is about. Note that the descriptions are internationalized which means translated in a target language (See section Internationalization Issues for more information on Internationalization).
3. Control bar: The control bar is always present in GCompris. This icons are contextual which means that when an icon is not meaningfull in a specific context, it is simply not displayed. The control bar contains the icons from left to right:
1. Help: In some case, a board can be too complex to be described in the Board description area. In this case this will provide access to the additionnal instructions.
2. Level: Some boards provide different level. The number of levels is board dependant.
3. OK: Some boards do not automatically detect that the child has finish the given task. Clicking here is similar to entering RET on the keyboard and thus the RET key is a shortcut.
4. End: End the current board if any, otherwise Exit GCompris. When entered at the board menu level, it will create a dialog window to confirm the Exit of GCompris.
5. About: Display the about box for gcompris with the version number, the author, the licence and links to online resources.
6. Configure: Display the configuration box for gcompris. Configuration can be done at gcompris level when no boards is selected. If a board is selected, it can provides configuration options. Configuration is persistent and saved in the gnome file in the user home directory under .gnome/gcompris.
Whats New in 8.3.3 Stable Release:
- GCompris was asserting when you clicked on the target image in the missingletter activity.
- GCompris was unstable in Spanish and in any locale where there are no spoken congratulation.
- Even if they were present, audio congratulations were not played on Windows.
- All of these problems were fixed.
Download (78MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
663 downloads
Math::Symbolic::MiscAlgebra 0.508
Math::Symbolic::MiscAlgebra contains miscellaneous algebra routines like det(). more>>
Math::Symbolic::MiscAlgebra contains miscellaneous algebra routines like det().
SYNOPSIS
use Math::Symbolic qw/:all/;
use Math::Symbolic::MiscAlgebra qw/:all/; # not loaded by Math::Symbolic
@matrix = ([x*y, z*x, y*z],[x, z, z],[x, x, y]);
$det = det @matrix;
@vector = (x, y, z);
$solution = solve_linear(@matrix, @vector);
This module provides several subroutines related to algebra such as computing the determinant of quadratic matrices, solving linear equation systems and computation of Bell Polynomials.
Please note that the code herein may or may not be refactored into the OO-interface of the Math::Symbolic module in the future.
You may choose to have any of the following routines exported to the calling namespace. :all tag exports all of the following:
det
linear_solve
bell_polynomial
<<lessSYNOPSIS
use Math::Symbolic qw/:all/;
use Math::Symbolic::MiscAlgebra qw/:all/; # not loaded by Math::Symbolic
@matrix = ([x*y, z*x, y*z],[x, z, z],[x, x, y]);
$det = det @matrix;
@vector = (x, y, z);
$solution = solve_linear(@matrix, @vector);
This module provides several subroutines related to algebra such as computing the determinant of quadratic matrices, solving linear equation systems and computation of Bell Polynomials.
Please note that the code herein may or may not be refactored into the OO-interface of the Math::Symbolic module in the future.
You may choose to have any of the following routines exported to the calling namespace. :all tag exports all of the following:
det
linear_solve
bell_polynomial
Download (0.10MB)
Added: 2007-08-09 License: Perl Artistic License Price:
806 downloads
Open Computer Forensics Architecture 2.0.6pl1
Open Computer Forensics Architecture is a modular computer forensics framework built by the Dutch National Police Agency. more>>
Open Computer Forensics Architecture (OCFA) is a modular computer forensics framework built by the Dutch National Police Agency. The main goal is to automate the digital forensic process to speed up the investigation and give tactical investigators direct access to the seized data through an easy to use search and browse interface.
The architecture forms an environment where existing forensic tools and libraries can be easily plugged into the architecture and can thus be made part of the recursive extraction of data and metadata from digital evidence.
The Open Computer Forensics Architecture aims to be highly modular, robust, fault tolerant, recursive and scalable in order to be usable in large investigations that spawn numerous terabytes of evidence data and covers hundreds of evidence items.
Enhancements:
- This release fixes a memory leak in the evidence library and adds a workaround to limit the impact of a memory-hungry indexer module.
<<lessThe architecture forms an environment where existing forensic tools and libraries can be easily plugged into the architecture and can thus be made part of the recursive extraction of data and metadata from digital evidence.
The Open Computer Forensics Architecture aims to be highly modular, robust, fault tolerant, recursive and scalable in order to be usable in large investigations that spawn numerous terabytes of evidence data and covers hundreds of evidence items.
Enhancements:
- This release fixes a memory leak in the evidence library and adds a workaround to limit the impact of a memory-hungry indexer module.
Download (1.9MB)
Added: 2007-05-24 License: GPL (GNU General Public License) Price:
889 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 computer algebra 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