Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.955 Times

Super Talent Auto Format freeware
Filter: All | Freeware | Demo
 

Super Talent Auto Format

< 1 2 3 4 5 > 
Added: February 12, 2010 | Visits: 1.168

Test::Reporter::Date::Format Test::Reporter::Date::Format Perl module contains date formating subroutines. SYNOPSIS use Test::Reporter::Date::Format; @lt = localtime(time); print time2str($template, time); print strftime($template, @lt); print time2str($template, time, $zone); print strftime($template, @lt,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): Test::Reporter::Date::Format Download

Added: August 21, 2010 | Visits: 1.229

DateTime::Format::Builder::Tutorial DateTime::Format::Builder::Tutorial is a quick class on using Builder. CREATING A CLASS As most people who are writing modules know, you start a package with a package declaration and some indication of module version: package DateTime::Format::ICal; our $VERSION = 0.04; After that, you... Platforms: *nix

License: Freeware Size: 48.13 KB Download (107): DateTime::Format::Builder::Tutorial Download

Added: July 22, 2010 | Visits: 1.670

DateTime::Format::Excel DateTime::Format::Excel is a Perl module that can convert between DateTime and Excel dates. SYNOPSIS use DateTime::Format::Excel; # From Excel via class method: my $datetime = DateTime::Format::Excel->parse_datetime( 37680 ); print $datetime->ymd(.); # 2003.02.28 # or via an object... Platforms: *nix

License: Freeware Size: 15.36 KB Download (198): DateTime::Format::Excel Download

Added: August 27, 2010 | Visits: 1.182

Fortran::Format Fortran::Format is a Perl module to read and write data according to a standard Fortran 77 FORMAT. SYNOPSYS use Fortran::Format; my $f = Fortran::Format->new("2(N: ,I4,2X)"); print $f->write(1 .. 10); # prints the following: # N: 1 N: 2 # N: 3 N: 4 # N: 5 N: 6 # N: 7 N: 8 # N: 9 N:... Platforms: *nix

License: Freeware Size: 18.43 KB Download (167): Fortran::Format Download

Added: April 20, 2010 | Visits: 948

AnyData::Format::Mp3 AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. SYNOPSIS use AnyData; my $playlist = adTie( Passwd, [c:/My Music/] ); while (my $song = each %$playlist){ print $song->{artist} if $song->{genre} eq Reggae } OR use DBI my $dbh = DBI->connect(dbi:AnyData:);... Platforms: *nix

License: Freeware Size: 44.03 KB Download (90): AnyData::Format::Mp3 Download

Added: August 09, 2010 | Visits: 849

AnyData::Format::XML AnyData::Format::XML is a Perl module for tiedhash and DBI access to XML. SYNOPSIS # access XML data via a multi-dimensional tied hash # see AnyData.pod for full details # use AnyData; my $table = adTie( XML, $file, $mode, $flags ); OR # convert data to and from XML # see AnyData.pod... Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): AnyData::Format::XML Download

Added: June 26, 2010 | Visits: 1.161

Math::Random::MT::Auto Math::Random::MT::Auto is a Perl module for auto-seeded Mersenne Twister PRNGs. SYNOPSIS use strict; use warnings; use Math::Random::MT::Auto qw(rand irand shuffle gaussian), /dev/urandom => 256, random_org; # Functional interface my $die_roll = 1 + int(rand(6)); my $coin_flip =... Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Math::Random::MT::Auto Download

Added: March 03, 2010 | Visits: 2.051

Traffic Control Super Script Traffic Control Super Script implements traffic shaping for IP traffic passing through a NAT/bridge box with a single configuration file with one line per host. Traffic Control Super Script can manage bandwidth to user-specified speeds based on the u32 classifier, and can identify traffic by... Platforms: *nix

License: Freeware Size: 40.96 KB Download (167): Traffic Control Super Script Download

Added: September 19, 2010 | Visits: 919

OODoc::Format::Pod OODoc::Format::Pod is a Perl module to produce POD pages from the doc tree. INHERITANCE OODoc::Format::Pod is an OODoc::Format is an OODoc::Object OODoc::Format::Pod is extended by OODoc::Format::Pod2 SYNOPSIS my $doc = OODoc->new(...); $doc->create ( pod , format_options =>... Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): OODoc::Format::Pod Download

Added: February 16, 2010 | Visits: 1.117

IFF Format Library IFF Format Library provides header structures and utility functions for reading and writing data files in the Interchange Files. The Interchange File Format is a simple structured binary file format consisting of sized and typed chunks of data, selectively readable without having to know the... Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): IFF Format Library Download

Added: May 18, 2010 | Visits: 1.671

File::Format::RIFF File::Format::RIFF is a Perl module to Resource Interchange File Format/RIFF files. SYNOPSIS use File::Format::RIFF; open( IN, file ) or die "Could not open file: $!"; my ( $riff1 ) = File::Format::RIFF->read( *IN ); close( IN ); $riff1->dump; my ( $riff2 ) = new File::Format::RIFF(... Platforms: *nix

License: Freeware Size: 9.22 KB Download (151): File::Format::RIFF Download

Added: November 14, 2010 | Visits: 1.136

Auto-autofs Auto-autofs is a Perl script that searches the hardware for block devices using the /proc directory. The project finds partitions on harddisks via fdisk and tries to detect the filesystems. The script generates also automounter entries for all ISO (or other loopback) files in special folders.... Platforms: *nix

License: Freeware Size: 37.89 KB Download (95): Auto-autofs Download

Added: August 15, 2010 | Visits: 1.163

Super-Qstat Super-Qstat is a theme for superkaramba that displays information about one or two game servers: - ip of the server - number of players on it - current map - ping - name of the server - display the name of the first 16 players with their frag count All qstat game server are supported and... Platforms: *nix

License: Freeware Size: 11.26 KB Download (101): Super-Qstat Download

Added: August 18, 2010 | Visits: 1.271

DateTime::Format::Strptime DateTime::Format::Strptime is a Perl module to parse and format strp and strf time patterns. SYNOPSIS use DateTime::Format::Strptime; my $Strp = new DateTime::Format::Strptime( pattern => %T, locale => en_AU, time_zone => Australia/Melbourne, ); my $dt =... Platforms: *nix

License: Freeware Size: 25.6 KB Download (92): DateTime::Format::Strptime Download

Added: May 07, 2010 | Visits: 2.631

Super Mario Clone FX Super Mario Clone FX is a jump-and-run game in the style of Super Mario World. Secret Maryo Chronicles is a two-dimensional, sidescrolling jump-and-run platform game which utilizes the platform independent multimedia library, SDL. It features a built-in level editor which can be used to easily... Platforms: *nix

License: Freeware Size: 15.3 MB Download (595): Super Mario Clone FX Download

Added: August 14, 2010 | Visits: 1.010

Format on Save Format on Save is a Eclipse plugin to automatically organizes imports and formats code when saving a Java editor. This is the exact equivalent as doing Ctrl-Shift-O, Ctrl-Shift-F before saving. New features: - Sort Members and Correct Indentation - preference page to configure defaults. Platforms: *nix

License: Freeware Size: 52.22 KB Download (94): Format on Save Download

Added: June 11, 2010 | Visits: 1.331

Super Sparrow Super Sparrow enables users to load balance traffic between geographically separated points of presence by finding the site network-wise closest to clients. This is done by accessing BGP routing information, the information that determines the path that traffic will take on the internet. Super... Platforms: *nix

License: Freeware Size: 174.08 KB Download (184): Super Sparrow Download

Released: May 22, 2013  |  Added: September 27, 2013 | Visits: 2.099

Smart Auto Shutdown Smart Auto Shutdown automatically shuts down your computer and cleans up unneeded temporary files ahead of time, along with traces of your Internet use. Improve PC performance by cleaning up your system and protect your Internet privacy by cleaning up your usage traces every time before shutdown.... Platforms: Windows

License: Freeware Size: 604 KB Download (153): Smart Auto Shutdown Download

Released: May 18, 2010  |  Added: May 26, 2010 | Visits: 3.658

iCare Format Recovery Free As a free format recovery software, free file recovery software, iCare Format Recovery Free is capable of data recovery from corrupt files owing to reasons like partition corruption and partition resizing, system malfunction, incomplete or unsuccessful repartitioning of hard drive, file system... Platforms: Windows, Other

License: Freeware Size: 2.41 MB Download (1435): iCare Format Recovery Free Download

Released: May 14, 2010  |  Added: June 07, 2010 | Visits: 6.142

Standard Mouse Auto Clicker Advanced Mouse Auto Clicker is a powerful yet easy-to-use tool with many more features that can free your hands and save your time. it's an inexpensive automatic mouse clicking utility. it's used to automate screen mouse clicks at specified intervals and any location on the screen. Platforms: Windows, Other

License: Freeware Size: 447.94 KB Download (2614): Standard Mouse Auto Clicker Download

< 1 2 3 4 5 >