Main > Free Download Search >

Free to determine software for linux

to determine

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 581
Devel::Profile 1.04

Devel::Profile 1.04


Devel::Profile is a Perl module to tell me why my perl program runs so slowly. more>>
Devel::Profile is a Perl module to tell me why my perl program runs so slowly.

SYNOPSIS

perl -d:Profile program.pl
less prof.out

The Devel::Profile package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which subroutines are being called most often.
To profile a Perl script, run the perl interpreter with the -d debugging switch. The profiler uses the debugging hooks. So to profile script test.pl the following command should be used:

perl -d:Profile test.pl

When the script terminates (or periodicly while running, see ENVIRONMENT) the profiler will dump the profile information to a file called prof.out. This file is human-readable, no additional tool is required to read it.

Note: Statistics are kept per sub, not per line.

<<less
Download (0.007MB)
Added: 2006-10-03 License: Perl Artistic License Price:
1116 downloads
mod_text2html 1.0

mod_text2html 1.0


mod_text2html is an Apache module which is designed to replace Apaches internal text/plain handler. more>>
mod_text2html is an Apache module which is designed to replace Apaches internal text/plain handler. It converts carriage returns into "BR" tags.

If it finds valid URLs it turns them into "A HREF" tags, and it does a good job of trying to not muddle up HTML that has been flagged as text. It converts commas and ampersands into HTML entities.

It uses the same method as the Unix find utility to determine if a file is text in the first place. If it determines that the file is not text it sends the file, but does so as application/octet-stream.
<<less
Download (0.005MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
850 downloads
SSHatter 0.2

SSHatter 0.2


SSHatter uses a brute force technique to determine the how to log into an SSH server. more>>
SSHatter uses a brute force technique to determine the how to log into an SSH server. The project simply tries each combination in a list of usernames and passwords to determine which ones successfully log in.
Enhancements:
- Modified to allow multiple hostnames and usernames
- Added passwords (taken from http://www.nth-dimension.org.uk/downloads.php?id=30)
<<less
Download (0.003MB)
Added: 2007-08-16 License: BSD License Price:
812 downloads
ET Live 1.21

ET Live 1.21


ET Live is a live viewer server for RTCW: Enemy Territory. more>>
ET Live project is a live viewer server for "RTCW: Enemy Territory".
Main features:
- Shows whos playing on your server, team, xp, and ping
- Shows current map.
- Makes a crude attempt to determine whos winning.
- Links player name to a systats db. (Optional)
<<less
Download (0.082MB)
Added: 2006-12-12 License: GPL (GNU General Public License) Price:
1047 downloads
HTTP::BrowserDetect 0.99

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.

<<less
Download (0.011MB)
Added: 2007-06-18 License: Perl Artistic License Price:
858 downloads
Flatworm 1.2

Flatworm 1.2


Flatworm is a Java library intended to allow a developer to describe the format of a flat file using an XML definition file. more>>
Flatworm project is a Java library intended to allow a developer to describe the format of a flat file using an XML definition file, and then to be able to automatically read lines from that file, and have one or more beans be instantiated for each logical record.

There are a few powerful features in Flatworm worth mentioning. For one thing, a record may consist of one or more physical lines in the file. A record may contain more than one bean once decoded. A flat file may contain more than one type of record, and Flatworm can use line length and substring matching to determine which type of record a line begins.

Besides fielded buffer flat files, Flatworm also supports text files where the different fields are separated by a separator character, e.g. CSV (comma separated values) files.

Last but not least, Flatworm is able to produce flat files from beans and the same definition file.

<<less
Download (0.044MB)
Added: 2007-08-07 License: LGPL (GNU Lesser General Public License) Price:
808 downloads
MP3 as CD verifier 2 0.1a

MP3 as CD verifier 2 0.1a


MP3 as CD verifier 2 performs lookups on CDDB servers. more>>
MP3 as CD verifier 2 performs lookups on CDDB servers in an attempt to determine whether one or multiple directories of downloaded/ripped MP3 files has correct track lengths.
Please remember that mp3ascd uses the alphabetically sorted list of .mp3 files per directory Hence it is possible that if your filenames are somehow mismatched (case?), they may be sorted incorrectly. If youre getting a mismatch that you think is wrong, run mp3ascd with default options to make sure that the enumerated list of files it finds is sorted correctly.
To install, firstly make sure the script is executable.
I copy mine into a directory in my PATH, such as /usr/bin/. It should work on a multitude of platforms, but if it does not work on yours, please let me know.
Enhancements:
- Improved readability
- Summary reports (recursive), including non-matching directories
- ID3 tag presence info shown in full display mode
<<less
Download (0.011MB)
Added: 2006-07-22 License: GPL (GNU General Public License) Price:
1190 downloads
WorkBone 2.40

WorkBone 2.40


WorkBone is a simple, curses-based CD player that is controlled by the num-lock keys. more>>
WorkBone is a simple, curses-based CD player that is controlled by the num-lock keys. It uses the cdtool package can be used to determine the contents of a CD before playing it.

WorkBone uses the numeric keypad as a control panel to allow you to move track to track, play, stop, pause, and resume playing of audio CDs. Additionally, the running times are continuously updated and displayed. Make sure you have your NUM LOCK engaged when using WorkBone. A template is displayed to guide you, and pushing the DEL key on the numeric pad will bring up a help screen.

<<less
Download (0.015MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 downloads
tcpbroker 1.1

tcpbroker 1.1


Tcpbroker does TCP port forwarding with a twist: it connects two incoming sockets together. more>>
Tcpbroker does TCP port forwarding with a twist: it connects two incoming sockets together. Tcpbroker allows you to telnet out from behind a firewall to another system also behind a firewall via a proxy host running the broker.

The regular version does SRP authentication, and so needs a special client, brokerclient. brokerclient just connects to the remote port and begins the client side authentication. After that it just passes data through. The default username is "broker" and the passphrase is "nakaniau" (Japanese for "meet in the middle"). The passphrase can be set with tphrase from the libtinysrp distribution system.

The tinysrp protocol currently doesnt do synchronization, so the brokers authentication code is slightly more complicated than one function call... But the broker needs to do synchronization anyway to determine which end of the connection to authenticate. Client synchronization is necessary when going through a proxy, where there is a preamble of commands to the proxy/gateway server, and the proxy can return arbitrary junk. Currently, the preamble is hardcoded (off by default); see the comments in brokerclient.c.
<<less
Download (0.004MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1208 downloads
gt5 1.3d

gt5 1.3d


gt5 is a text-mode utility that makes it easier to determine what is using your disk space. more>>
gt5 is a text-mode utility that makes it easier to determine what is using your disk space. gt5 runs du and generates HTML, which is then shown using links.
The data is clearly arranged and intuitive to browse.
Main features:
- gt5 shows the diskspace used by files and directories within a given directory,
- intelligent cutting of small files/directories to keep the results readable,
- you can easily browse through the subdirectories, using the cursor-keys,
- optionally gt5 gives links to the files, so you can also browse them,
- show entries with their size and the percentage of their parent,
- the results can be saved to a file, for later use
Enhancements:
- just some minor fixes in the manpage
<<less
Download (0.016MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
975 downloads
DaemonRip 1.0.2

DaemonRip 1.0.2


DaemonRip runs as a Unix daemon and polls a CD drive to see if an audio CD is inserted. more>>
DaemonRip runs as a Unix daemon and polls a CD drive to see if an audio CD is inserted.

When an audio CD is detected, it will automatically connect to a CDDB server to determine the name, artists, and tracks of the CD, and begin to rip and encode the CD using your preferred ripping and encoding applications.

When finished ripping the disc, it will be ejected from the drive, allowing you to insert a new one to continue the process. No other user interaction is required.

DaemonRip project also can keep statistics about your ripping and encoding times, and logs all of the actions to a log file.

<<less
Download (0.017MB)
Added: 2006-02-12 License: GPL (GNU General Public License) Price:
1350 downloads
List::Intersperse 1.00

List::Intersperse 1.00


List::Intersperse Perl module can intersperse / unsort / disperse a list. more>>
List::Intersperse Perl module can intersperse / unsort / disperse a list.

SYNOPSIS

use List::Intersperse qw/intersperseq/;

@ispersed = intersperseq {substr($_[0],0,1)} qw/A1 A2 B1 B2 C1 C2/;

@ispersed = List::Intersperse::intersperse qw/A A B B B B B B C/;

intersperse and intersperseq evenly distribute elements of a list. Elements that are considered equal are spaced as far apart from each other as possible.

FUNCTIONS

intersperse LIST

This function returns a list of elements interspersed so that equivalent items are evenly distributed throughout the list.

intersperseq BLOCK LIST

intersperseq works like intersperse but it applies BLOCK to the elements of LIST to determine the equivalance key.

<<less
Download (0.002MB)
Added: 2007-07-19 License: Perl Artistic License Price:
827 downloads
HTTP Server type 1.2.3

HTTP Server type 1.2.3


httptype is a program that returns the http host software of a website. more>>
httptype is a program that returns the http host software of a website. It is written in Perl.
httptype reads a list of http hosts and optionally the port number for each of these. It queries each host, displaying the type of HTTP server running on that host. It reads the http_proxy and no_proxy environment variables to determine whether to use a proxy or not.
httptype reads a list of http servers and, optionally, the port number for each of these. It then queries each of the hosts and displays the HTTP server software of the host.
Input may be read from a host file if specified using the --hosts switch:
httptype --hosts [hostfile]
If hostfile is omitted or `-, httptype reads from standard input. See Format of host file for more info.
A single host may be queried by passing its name on the command line:
httptype host [port]
If port is omitted, 80 is used.
If no host file is specified through the --hosts file and no host is specified on the command line, httptype will read the list from standard input. See Format of host file for more info.
httptype will read the http_proxy environment variable and try to determine if a proxy server is being used. This setting may be overridden using the --proxy switch:
httptype --proxy proxyhost[:proxyport]
If proxyport is omitted, 80 is used.
If the proxy server is `none, no proxy is used. This is typically used to prevent httptype from using the proxy server specified by http_proxy. The --noproxy switch can be used to achieve the same.
Additionally, you may use the no_proxy environment variable to specify a comma delimited list of hosts for which httptype should not use the proxy. If httptype comes across any of these hosts, it will make a direct connection to them.
Enhancements:
- made 1.3.8 stable and renamed to 1.2.3
<<less
Download (0.014MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1203 downloads
tcptraceroute 1.5 Beta6

tcptraceroute 1.5 Beta6


tcptraceroute is a traceroute implementation using TCP packets. more>>
tcptraceroute project is a traceroute implementation using TCP packets.

The more traditional traceroute(8) sends out either UDP or ICMP ECHO packets with a TTL of one, and increments the TTL until the destination has been reached. By printing the gateways that generate ICMP time exceeded messages along the way, it is able to determine the path packets are taking to reach the destination.

The problem is that with the widespread use of firewalls on the modern Internet, many of the packets that traceroute(8) sends out end up being filtered, making it impossible to completely trace the path to the destination.

However, in many cases, these firewalls will permit inbound TCP packets to specific ports that hosts sitting behind the firewall are listening for connections on. By sending out TCP SYN packets instead of UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common firewall filters.
<<less
Download (0.14MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1345 downloads
Bio::SAGE::DataProcessing 1.20

Bio::SAGE::DataProcessing 1.20


Bio::SAGE::DataProcessing module processes raw serial analysis of gene expression (SAGE) data. more>>
Bio::SAGE::DataProcessing module processes raw serial analysis of gene expression (SAGE) data.

SYNOPSIS

use Bio::SAGE::DataProcessing;
$sage = Bio::SAGE::DataProcessing->new();

# open sequence and quality files
open( READS, "library.fasta" );
open( QUAL, "library.qual.fasta" );

# collect ditags and statistics from reads
$sage->process_library( *READS, *QUAL );

# close files
close( READS );
close( QUAL );

# output tags in descending order of expression
my %tags = %{$sage->get_tagcounts()};
open( TAGS, ">library.tags" );
map { print TAGS join( "t", $_, $tags{$_} ) . "n" } sort { $tags{$b} $tags{$a} } keys %tags;
close( TAGS );

# tag AAACCGGGTT matches two different genes
# so 15th base pair may help resolve this
$sage->print_extra_base_calculation( $sage->get_extract_base_calculation( "AAACCGGGTT" ) );

This module provides several tools for processing and analyzing serial analysis of gene expression (SAGE) libraries.

Serial analysis of gene expression (SAGE) is a molecular technique for generating a near-global snapshot of a cell population’s transcriptome. Briefly, the technique extracts short sequences at defined positions of transcribed mRNA. These short sequences are then paired to form ditags. The ditags are concatamerized to form long sequences that are then cloned. The cloned DNA is then sequenced. Bioinformatic techniques are then employed to determine the original short tag sequences, and to derive their progenitor mRNA. The number of times a particular tag is observed can be used to quantitate the amount of a particular transcript. The original technique was described by Velculescu et al. (1995) and utilized an ~14bp sequence tag. A modified protocol was introduced by Saha et al. (2002) that produced ~21bp tags.

PURPOSE

This module facilitates the processing of SAGE data. Specifically:

1. extracting ditags from raw sequence reads.
2. extracting tags from ditags, with the option to
exclude tags if the Phred scores (described by
Ewing and Green, 1998a and Ewing et al., 1998b)
do not meet a minimum cutoff value.
3. calculating descriptive values
4. statistical analysis to determine, where possible,
additional nucleotides to extend the length of the
SAGE tag (thus facilitating more accurate tag to
gene mapping).

Both regular SAGE (14mer tag) and LongSAGE (21mer tag) are supported by this module. Future protocols should be configurable with this module.

<<less
Download (0.019MB)
Added: 2007-07-14 License: Perl Artistic License Price:
834 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5