detect
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 619
BPM Detect 0.5
BPM Detect is a simple BPM detection utility. more>>
BPM Detect is a simple BPM detection utility.
<<less Download (0.78MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
552 downloads
Proxy Detector 0.1
Proxy Detector is a PHP class that can detect HTTP requests via proxy. more>>
Proxy Detector is a PHP class that can detect HTTP requests via proxy. This class can detect if a visitor uses a proxy server by scanning the headers returned by the user client.
When the user uses a proxy server, most of the proxy servers alter the header. The header is returned to PHP in the array $_SERVER.
Enhancements:
- This is the first release of the class and implementation example.
<<lessWhen the user uses a proxy server, most of the proxy servers alter the header. The header is returned to PHP in the array $_SERVER.
Enhancements:
- This is the first release of the class and implementation example.
Download (0.002MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1146 downloads
Rogue Detect 0.4 Beta 2
Rogue Detect sends DHCPDISCOVER packets to the network and listens for DHCP servers to respond. more>>
Rogue Detect sends DHCPDISCOVER packets to the network and listens for DHCP servers to respond.
It can run continuously as a daemon, or do a single probe and quit. Its written in Perl and can be easily extended to take any action you can think of in response to an unknown DHCP server (send pages, disable them or whatever).
<<lessIt can run continuously as a daemon, or do a single probe and quit. Its written in Perl and can be easily extended to take any action you can think of in response to an unknown DHCP server (send pages, disable them or whatever).
Download (0.10MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
846 downloads
VulnDetector 0.0.2pa
VulnDetector is a project aimed to scan a website and detect various web based security vulnerabilities in the website. more>>
VulnDetector is a project aimed to scan a website and detect various web based security vulnerabilities in the website.
Currently, VulnDetector can detect Cross Site Scripting (XSS) and SQL Injection (SQLI) vulnerabilities on a web based script, but has no easy to use interface. You must edit the script itself to change the settings at the top, and run the program.
VulnDetector is in the experimental stages, with a planned user interface and the debug displays taken out of it.
<<lessCurrently, VulnDetector can detect Cross Site Scripting (XSS) and SQL Injection (SQLI) vulnerabilities on a web based script, but has no easy to use interface. You must edit the script itself to change the settings at the top, and run the program.
VulnDetector is in the experimental stages, with a planned user interface and the debug displays taken out of it.
Download (0.018MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1177 downloads
HTTP::BrowserDetect 0.99
HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string. more>>
HTTP::BrowserDetect is a Perl module to determine the Web browser, version, and platform from an HTTP user agent string.
SYNOPSIS
use HTTP::BrowserDetect;
my $browser = new HTTP::BrowserDetect($user_agent_string);
# Detect operating system
if ($browser->windows) {
if ($browser->winnt) ...
if ($brorwser->win95) ...
}
print $browser->mac;
# Detect browser vendor and version
print $browser->netscape;
print $browser->ie;
if (browser->major(4)) {
if ($browser->minor() > .5) {
...
}
}
if ($browser->version() > 4) {
...;
}
# Process a different user agent string
$browser->user_agent($another_user_agent_string);
The HTTP::BrowserDetect object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object.
<<lessSYNOPSIS
use HTTP::BrowserDetect;
my $browser = new HTTP::BrowserDetect($user_agent_string);
# Detect operating system
if ($browser->windows) {
if ($browser->winnt) ...
if ($brorwser->win95) ...
}
print $browser->mac;
# Detect browser vendor and version
print $browser->netscape;
print $browser->ie;
if (browser->major(4)) {
if ($browser->minor() > .5) {
...
}
}
if ($browser->version() > 4) {
...;
}
# Process a different user agent string
$browser->user_agent($another_user_agent_string);
The HTTP::BrowserDetect object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object.
Download (0.011MB)
Added: 2007-06-18 License: Perl Artistic License Price:
858 downloads
mrtg-select 1.0
mrtg-select allows the flexible display of MRTG graphs, chosen by keyword and time span. more>>
mrtg-select allows the flexible display of MRTG graphs, chosen by keyword and time span.
I use MRTG to graph all kinds of stuff, and looking at those graphs on the same page helps me detect correlations. ("Say, Professor -- that spike in CPU temperature came right when the Rapture Index hit a three-year high!")
mrtg-select lets me pick a subset of graphs to be displayed on the same page, based on keyword and time span.
And the best part is that it figures out the keywords automagically just by being pointed at the directory where the graphs live -- theres no config file to update. Licensed under the GPL.
<<lessI use MRTG to graph all kinds of stuff, and looking at those graphs on the same page helps me detect correlations. ("Say, Professor -- that spike in CPU temperature came right when the Rapture Index hit a three-year high!")
mrtg-select lets me pick a subset of graphs to be displayed on the same page, based on keyword and time span.
And the best part is that it figures out the keywords automagically just by being pointed at the directory where the graphs live -- theres no config file to update. Licensed under the GPL.
Download (0.002MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
1440 downloads
ESTScan 3.0.2
ESTScan is a program that can detect coding regions in DNA sequences, even if they are of low quality. more>>
ESTScan project is a program that can detect coding regions in DNA sequences, even if they are of low quality. ESTScan will also detect and correct sequencing errors that lead to frameshifts.
ESTScan is not a gene prediction program , nor is it an open reading frame detector. In fact, its strength lies in the fact that it does not require an open reading frame to detect a coding region. As a result, the program may miss a few translated amino acids at either the N or the C terminus, but will detect coding regions with high selectivity and sensitivity.
Method
ESTScan takes advantages of the bias in hexanucleotide usage found in coding regions relative to non-coding regions. This bias is formalized as an inhomogeneous 3-periodic fifth-order Hidden Markov Model (HMM). Additionally, the HMM of ESTScan has been extended to allows insertions and deletions when these improve the coding region statistics.
Enhancements:
- A bug has been found and fixed in the BTLib package.
- The bug prevented the extract_mRNA script from the estscan package from functioning properly when parsing RefSeq sequences.
- The prepare_data script has also been fixed to properly report the percent of masked nucleotides.
- All users preparing score matrices for ESTScan are strongly encouraged to update.
- Updating is less important for people who only scan sequences with already existing matrices.
<<lessESTScan is not a gene prediction program , nor is it an open reading frame detector. In fact, its strength lies in the fact that it does not require an open reading frame to detect a coding region. As a result, the program may miss a few translated amino acids at either the N or the C terminus, but will detect coding regions with high selectivity and sensitivity.
Method
ESTScan takes advantages of the bias in hexanucleotide usage found in coding regions relative to non-coding regions. This bias is formalized as an inhomogeneous 3-periodic fifth-order Hidden Markov Model (HMM). Additionally, the HMM of ESTScan has been extended to allows insertions and deletions when these improve the coding region statistics.
Enhancements:
- A bug has been found and fixed in the BTLib package.
- The bug prevented the extract_mRNA script from the estscan package from functioning properly when parsing RefSeq sequences.
- The prepare_data script has also been fixed to properly report the percent of masked nucleotides.
- All users preparing score matrices for ESTScan are strongly encouraged to update.
- Updating is less important for people who only scan sequences with already existing matrices.
Download (0.053MB)
Added: 2007-03-28 License: Other/Proprietary License with Source Price:
944 downloads
net6 1.3.0 RC1
net6 is a library which eases the development of network-based applications. more>>
net6 is a library which eases the development of network-based applications. net6 library provides a TCP protocol abstraction for C++.
Enhancements:
- Encryption support through GNUTLS
- Interface changes in the selector
- Allow the use of the net6 protocol with Unix domain sockets
- Send keep-alives to detect dropped clients
<<lessEnhancements:
- Encryption support through GNUTLS
- Interface changes in the selector
- Allow the use of the net6 protocol with Unix domain sockets
- Send keep-alives to detect dropped clients
Download (0.40MB)
Added: 2006-04-13 License: LGPL (GNU Lesser General Public License) Price:
1289 downloads
Netmonitor 0.5
Netmon is a console application that monitors network interfaces. more>>
Netmon is a console application that monitors network interfaces. It displays the transfer rate (upload and download) for each device and the data consumed by each device.
The main features of netmon are low resource usage, a simple yet effective design, and an easy to understand tabular output.
It displays values whose units change dynamically to scale with the value. Its compact display fits in a 9x66 size terminal window.
Enhancements:
- This release implements force units on totals and data rates, and updates the man page.
- The update functions now detect dev file overflow so that calling a function doesnt have to.
- The get_xxRate functions now detect a time limit of 0.
- Bugfixes for this version include a modified structure and library to extend data limit overflow to greater than 1000 terabytes.
- The configuration double digit bug was also fixed.
<<lessThe main features of netmon are low resource usage, a simple yet effective design, and an easy to understand tabular output.
It displays values whose units change dynamically to scale with the value. Its compact display fits in a 9x66 size terminal window.
Enhancements:
- This release implements force units on totals and data rates, and updates the man page.
- The update functions now detect dev file overflow so that calling a function doesnt have to.
- The get_xxRate functions now detect a time limit of 0.
- Bugfixes for this version include a modified structure and library to extend data limit overflow to greater than 1000 terabytes.
- The configuration double digit bug was also fixed.
Download (0.084MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
4912 downloads
Eengredient 0.1
Eengredient is a program that you will detect which E is save, which E is normal, and which E is dangerous. more>>
Eengredient is a program that you will detect which E is save, which E is normal, and which E is dangerous. In many products you can saw in ingredients E. You sea E110, E101, E472. This are ingredients, but not all is safe for you health.
Eengredient is a program that you will detect which E is save, which E is normal, and which E is dangerous.
<<lessEengredient is a program that you will detect which E is save, which E is normal, and which E is dangerous.
Download (0.23MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
858 downloads
Whitespace 1.02
Whitespace is a Perl module to cleanup various types of bogus whitespace in source files. more>>
Whitespace is a Perl module to cleanup various types of bogus whitespace in source files.
SYNOPSIS
use Whitespace;
# Instantiate a whitespace object with
# both input and output files specified
$ws = new Whitespace($infile, $outfile);
# Instantiate a whitespace object with
# only the input files specified (in-place cleanup)
$ws2 = new Whitespace($infile);
# Detect the whitespaces
$ret = $ws->detect();
detect returns undef if it is unable to operate on the given file.
The error that caused the undef can be retrieved using error
print $ws->error() . "n" unless defined $ret;
detect returns the types of whitespaces detected as a hash which can be retrieved using the method status. The populated hash might look like this, if the file only had leading, trailing and end-of-line spaces (say on 3 lines).
%stat = %{$env->status()};
print map "$_ => $stat{$_}n", sort keys %stat;
eol => 3
indent => 0
leading => 1
spacetab => 0
trailing => 1
Cleanup can be achieved for all the whitespaces or for just a given type of whitespace, using the following methods.
If a outfile is given, the cleaned contents are written to this file. If not, the contents are replaced in-place. undef is returned if there was an error writing the file.
# To cleanup the all the whitespaces
$ret = $env->cleanup();
# To cleanup leading whitespaces only
$leadstat = $env->leadclean();
# To cleanup trailing whitespaces only
$trailstat = $env->trailclean();
# To cleanup indentation whitespaces only
$indentstat = $env->indentclean();
# To cleanup space-followed-by-tabs only
$sftstat = $env->spacetabclean();
# To cleanup end-of-line whitespaces only
$eolstat = $env->eolclean();
<<lessSYNOPSIS
use Whitespace;
# Instantiate a whitespace object with
# both input and output files specified
$ws = new Whitespace($infile, $outfile);
# Instantiate a whitespace object with
# only the input files specified (in-place cleanup)
$ws2 = new Whitespace($infile);
# Detect the whitespaces
$ret = $ws->detect();
detect returns undef if it is unable to operate on the given file.
The error that caused the undef can be retrieved using error
print $ws->error() . "n" unless defined $ret;
detect returns the types of whitespaces detected as a hash which can be retrieved using the method status. The populated hash might look like this, if the file only had leading, trailing and end-of-line spaces (say on 3 lines).
%stat = %{$env->status()};
print map "$_ => $stat{$_}n", sort keys %stat;
eol => 3
indent => 0
leading => 1
spacetab => 0
trailing => 1
Cleanup can be achieved for all the whitespaces or for just a given type of whitespace, using the following methods.
If a outfile is given, the cleaned contents are written to this file. If not, the contents are replaced in-place. undef is returned if there was an error writing the file.
# To cleanup the all the whitespaces
$ret = $env->cleanup();
# To cleanup leading whitespaces only
$leadstat = $env->leadclean();
# To cleanup trailing whitespaces only
$trailstat = $env->trailclean();
# To cleanup indentation whitespaces only
$indentstat = $env->indentclean();
# To cleanup space-followed-by-tabs only
$sftstat = $env->spacetabclean();
# To cleanup end-of-line whitespaces only
$eolstat = $env->eolclean();
Download (0.004MB)
Added: 2007-05-10 License: Perl Artistic License Price:
897 downloads
KNetDockApp 0.8
KNetDockApp is a small application that docks in the systray and monitors the activity of the selected network interface. more>>
KNetDockApp is a small application that docks in the systray and monitors the activity of the selected network interface.
KNetDockApp also monitors the link status and can detect if a networking cable is attached to the nic or not.
Supports session management, and runs on next logins.
Enhancements:
- run dhcpcd, bring up/down the selected interface
- connect to specific wifi network, details dialog
- allows choosing led color
- now found in internet kmenu category
- fix header issue
<<lessKNetDockApp also monitors the link status and can detect if a networking cable is attached to the nic or not.
Supports session management, and runs on next logins.
Enhancements:
- run dhcpcd, bring up/down the selected interface
- connect to specific wifi network, details dialog
- allows choosing led color
- now found in internet kmenu category
- fix header issue
Download (0.25MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
847 downloads
Image rotator 0.2
Image rotator can be used to automatically detect and rotate landscape/portrait photos from digital cameras. more>>
Image rotator can be used to automatically detect and rotate landscape/portrait photos from digital cameras.
Currently, only outdoor photos are recognized. Image rotator is a command line tool which uses an artifical neural network to detect the orientation of images. Image reading, scaling, and rotation are done with the ImageMagick library.
Enhancements:
- The --verify option can now be used to decrease the number of false decisions.
- This is done by running the image three times (original, rotated left, rotated right) through the neural network.
- A small memory leak was fixed.
<<lessCurrently, only outdoor photos are recognized. Image rotator is a command line tool which uses an artifical neural network to detect the orientation of images. Image reading, scaling, and rotation are done with the ImageMagick library.
Enhancements:
- The --verify option can now be used to decrease the number of false decisions.
- This is done by running the image three times (original, rotated left, rotated right) through the neural network.
- A small memory leak was fixed.
Download (0.14MB)
Added: 2005-08-22 License: GPL (GNU General Public License) Price:
1527 downloads
devmon 1.5
devmon is a daemon that monitors sys-fs files in order to detect plugs of usb storage devices (ie : flash cards). more>>
devmon is a daemon that monitors sys-fs files in order to detect plugs of usb storage devices (ie : flash cards).
When a device is detected, devmon mounts it and start a dockapp that allows to launch your favorite filemanager (left click) or unmount the device (right click).
For 2.6 kernel users only!
<<lessWhen a device is detected, devmon mounts it and start a dockapp that allows to launch your favorite filemanager (left click) or unmount the device (right click).
For 2.6 kernel users only!
Download (0.048MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1081 downloads
Gnome Desktop Change 0.2.1
Gnome Desktop Change is a daemon that changes randomly your GNOME desktop background. more>>
Gnome Desktop Change is a daemon that changes randomly your GNOME desktop background.
Gnome Desktop Change is a daemon that changes randomly your GNOME desktop background. Its totally written in C++, it uses FAM (File Alteration Monitor) to detect changes into directory that contains picture files, and its multithread.
<<lessGnome Desktop Change is a daemon that changes randomly your GNOME desktop background. Its totally written in C++, it uses FAM (File Alteration Monitor) to detect changes into directory that contains picture files, and its multithread.
Download (0.10MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1555 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 detect 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