determine
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 524
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.
<<lessSYNOPSIS
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.
Download (0.007MB)
Added: 2006-10-03 License: Perl Artistic License Price:
1116 downloads
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)
<<lessMain 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)
Download (0.082MB)
Added: 2006-12-12 License: GPL (GNU General Public License) Price:
1047 downloads
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.
<<lessWhen 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.
Download (0.017MB)
Added: 2006-02-12 License: GPL (GNU General Public License) Price:
1350 downloads
Amarok Folder Icons 0.2
Amarok Folder Icons script will scan the current directory and sub directories for music, and set all the folder icons. more>>
Amarok has a built-in function for setting the icon for folders (the one that displays in Konqueror etc) to be the cover image for the album it contains. However, it only works if you let it recognize your music.
Amarok Folder Icons script will scan the current directory and sub directories for music, and set all the folder icons where it can determine that the folder contains tracks from just one album.
This works best if you store your albums in a flat structure e.g.
/path/to/your/music/artist name - album name/
Installation:
Copy the script to your main music directory, and make it executable:
At a terminal:
$ chmod +x make_amarok_folder_icons.py
Usage:
At a terminal:
$ cd /to/your/music/folder
$ ./make_amarok_folder_icons.py
<<lessAmarok Folder Icons script will scan the current directory and sub directories for music, and set all the folder icons where it can determine that the folder contains tracks from just one album.
This works best if you store your albums in a flat structure e.g.
/path/to/your/music/artist name - album name/
Installation:
Copy the script to your main music directory, and make it executable:
At a terminal:
$ chmod +x make_amarok_folder_icons.py
Usage:
At a terminal:
$ cd /to/your/music/folder
$ ./make_amarok_folder_icons.py
Download (0.006MB)
Added: 2007-07-24 License: Public Domain Price:
506 downloads
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.
<<lessIf 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.
Download (0.005MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
850 downloads
Video::Info 0.993
Video::Info can retrieve video properties such as: height width codec fps. more>>
Video::Info can retrieve video properties such as: height width codec fps.
SYNOPSIS
use Video::Info;
my $info = Video::Info->new(-file=>my.mpg);
$info->fps();
$info->aspect();
## ... see methods below
Video::Info is a factory class for working with video files. When you create a new Video::Info object (see methods), something like this will happen: 1) open file, determine type. See Video::Info::Magic. 2) attempt to create object of appropriate class (ie, MPEG::Info for MPEG files, RIFF::Info for AVI files). 3) Probe the file for various attributes 4) return the created object, or a Video::Info object if the appropriate class is unavailable.
Currently, Video::Info can create objects for the following filetypes:
Module Filetype
-------------------------------------------------
Video::Info::ASF ASF
MP3::Info MPEG Layer 2, MPEG Layer 3
Video::Info::MPEG MPEG1, MPEG2, MPEG 2.5
Video::Info::RIFF AVI, DivX
Video::Info::Quicktime MOV, MOOV, MDAT, QT
And support is planned for:
Module Filetype
-------------------------------------------------
Video::Info::Real RealNetworks formats
<<lessSYNOPSIS
use Video::Info;
my $info = Video::Info->new(-file=>my.mpg);
$info->fps();
$info->aspect();
## ... see methods below
Video::Info is a factory class for working with video files. When you create a new Video::Info object (see methods), something like this will happen: 1) open file, determine type. See Video::Info::Magic. 2) attempt to create object of appropriate class (ie, MPEG::Info for MPEG files, RIFF::Info for AVI files). 3) Probe the file for various attributes 4) return the created object, or a Video::Info object if the appropriate class is unavailable.
Currently, Video::Info can create objects for the following filetypes:
Module Filetype
-------------------------------------------------
Video::Info::ASF ASF
MP3::Info MPEG Layer 2, MPEG Layer 3
Video::Info::MPEG MPEG1, MPEG2, MPEG 2.5
Video::Info::RIFF AVI, DivX
Video::Info::Quicktime MOV, MOOV, MDAT, QT
And support is planned for:
Module Filetype
-------------------------------------------------
Video::Info::Real RealNetworks formats
Download (0.62MB)
Added: 2006-07-20 License: Perl Artistic License Price:
1197 downloads
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
<<lessPlease 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
Download (0.011MB)
Added: 2006-07-22 License: GPL (GNU General Public License) Price:
1190 downloads
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)
<<lessEnhancements:
- Modified to allow multiple hostnames and usernames
- Added passwords (taken from http://www.nth-dimension.org.uk/downloads.php?id=30)
Download (0.003MB)
Added: 2007-08-16 License: BSD License Price:
812 downloads
auCDtect 0.8
AuCDtect - is a free console program for determining the authenticity of musical CDs. more>>
AuCDtect - is a free console program for determining the authenticity of musical CDs. By evaluating the character of audio data a CD contains, Tau Analyzer can distinguish between original studio-based recordings and those that have been "reconstructed" using a lossy audio source, such as MP3. Its a console application and is freeware.
This program could determine authenticity of a musical CD records, stored in WAV format, using the character of the audio data it contains, and predicts its possible source - is it an
original record or a reconstruction from a lossy encoded music file (for example, MP3).
Enhancements:
- Program should work little bit faster;
- Supports disk conclusion mode over the set of tracks (-d key);
- Decreased error level while processing strongly hardware-compressed; studio records - now makes less errors;
- Small algorithm improvements.
<<lessThis program could determine authenticity of a musical CD records, stored in WAV format, using the character of the audio data it contains, and predicts its possible source - is it an
original record or a reconstruction from a lossy encoded music file (for example, MP3).
Enhancements:
- Program should work little bit faster;
- Supports disk conclusion mode over the set of tracks (-d key);
- Decreased error level while processing strongly hardware-compressed; studio records - now makes less errors;
- Small algorithm improvements.
Download (0.029MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1183 downloads
DateTime::Cron::Simple 0.2
DateTime::Cron::Simple is a Perl module that can parse a cron entry and check against current time. more>>
DateTime::Cron::Simple is a Perl module that can parse a cron entry and check against current time.
SYNOPSIS
use DateTime::Cron::Simple;
$c = DateTime::Cron::Simple->new($cron);
$boolean = $c->validate_time;
$c->new_cron($cron);
This module is a quick and dirty way to determine if a cron time format is valid for the current date and time.
A cron entry follows the cron format from crontab(5).
The validate_time function uses the current date and time for comparison, but will also accept a valid DateTime object as a parameter.
EXAMPLE
use DateTime::Cron::Simple;
$c = DateTime::Cron::Simple->new(0-59/2 10,12 * * 5);
if($c->validate_time) { ... }
$c->new_cron(* * 1 * 0);
if($c->validate_time) { ... }
<<lessSYNOPSIS
use DateTime::Cron::Simple;
$c = DateTime::Cron::Simple->new($cron);
$boolean = $c->validate_time;
$c->new_cron($cron);
This module is a quick and dirty way to determine if a cron time format is valid for the current date and time.
A cron entry follows the cron format from crontab(5).
The validate_time function uses the current date and time for comparison, but will also accept a valid DateTime object as a parameter.
EXAMPLE
use DateTime::Cron::Simple;
$c = DateTime::Cron::Simple->new(0-59/2 10,12 * * 5);
if($c->validate_time) { ... }
$c->new_cron(* * 1 * 0);
if($c->validate_time) { ... }
Download (0.003MB)
Added: 2006-12-20 License: Perl Artistic License Price:
1041 downloads
Wmlife 1.0.0
wmlife is a life and death dockapp. more>>
wmlife is a program launcher dockapp.
Wmlife is a dock app running Conways Game of Life (and program launcher). Life is played on a grid of square cells where a cell can be either live or dead. In the rules, you count the number of live neighbours for each cell to determine whether a cell lives or dies;
Birth A dead cell with exactly three live neighbours becomes a live cell.
Survival A live cell with two or three live neighbours stays alive.
Overcrowding / Loneliness In all other cases, a cell dies or remains dead.
Normally Life is implemented on an infinite board but due to size restraints wmlife implements the grid as a torus. In a torus, the grid wraps at the edges from top to bottom and left to right.
<<lessWmlife is a dock app running Conways Game of Life (and program launcher). Life is played on a grid of square cells where a cell can be either live or dead. In the rules, you count the number of live neighbours for each cell to determine whether a cell lives or dies;
Birth A dead cell with exactly three live neighbours becomes a live cell.
Survival A live cell with two or three live neighbours stays alive.
Overcrowding / Loneliness In all other cases, a cell dies or remains dead.
Normally Life is implemented on an infinite board but due to size restraints wmlife implements the grid as a torus. In a torus, the grid wraps at the edges from top to bottom and left to right.
Download (0.090MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1093 downloads
Yahoo::Marketing::Role 0.08
Yahoo::Marketing::Role is an object to represent a user role for an account, e.g. AccountAdministrator or CampaignManager. more>>
Yahoo::Marketing::Role is an object to represent a user role for an account, for example, AccountAdministrator or CampaignManager.
Roles determine the capabilities that a user has, which in turn determine the operations a user can execute within the system. The association between a User, a Role, and an Account is an Authorization.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
get (read only) methods
name
<<lessRoles determine the capabilities that a user has, which in turn determine the operations a user can execute within the system. The association between a User, a Role, and an Account is an Authorization.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
get (read only) methods
name
Download (0.066MB)
Added: 2006-12-13 License: Perl Artistic License Price:
1045 downloads
fid-listbuffer 0.1.3
fid-listbuffer is a buffer implementation for the Frigand Imperial Desktop. more>>
fid-listbuffer is a buffer implementation for the Frigand Imperial Desktop. Fid buffers are typically mutable monoids over particular unit types; the exact unit type and the equations satisfied by the monoid determine the particular buffer type.
This package defines a parametric buffer type for the simple case of a free monoid over a unit type that is to be exposed to the programmer, where replaceableRegion additionally is equivalent to ( r d -> return True).
Enhancements:
- This release maintains compatibility with fid-core 0.2.
<<lessThis package defines a parametric buffer type for the simple case of a free monoid over a unit type that is to be exposed to the programmer, where replaceableRegion additionally is equivalent to ( r d -> return True).
Enhancements:
- This release maintains compatibility with fid-core 0.2.
Download (0.031MB)
Added: 2005-10-27 License: Other/Proprietary License Price:
1458 downloads
Stunner 0.0.5
Stunner is an RFC 3489 STUN server and client for Unix and Unix-line operating systems. more>>
Stunner is an RFC 3489 STUN server and client for Unix and Unix-line operating systems. Stunner aims to adhere closely to the RFC.
The STUN protocol is used to help clients who are located behind network-address translating (NAT) routers determine the sort of NAT being used. It is commonly used as part of Voice-over-IP (VoIP) systems.
<<lessThe STUN protocol is used to help clients who are located behind network-address translating (NAT) routers determine the sort of NAT being used. It is commonly used as part of Voice-over-IP (VoIP) systems.
Download (0.011MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1134 downloads
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.
<<lessWorkBone 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.
Download (0.015MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 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 determine 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