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.477.061 Times

D Subtitler freeware
Filter: All | Freeware | Demo
 

D Subtitler

< 1 2 3 4 5 
Added: November 05, 2010 | Visits: 1.174

PDL::Transform PDL::Transform is a Perl module that coordinate transforms, image warping, and N-D functions. SYNOPSIS use PDL::Transform; my $t = new PDL::Transform:: ( ) $out = $t->apply($in) # Apply transform to some N-vectors (Transform method) $out = $in->apply($t) # Apply transform to some... Platforms: *nix

License: Freeware Size: 2.1 MB Download (108): PDL::Transform Download

Added: March 06, 2010 | Visits: 1.227

Convert::Number::Digits Convert::Number::Digits is a Perl module that convert Digits Between the Scripts of Unicode. SYNOPSIS use utf8; require Convert::Number::Digits; my $number = 12345; my $d = new Convert::Number::Digits ( $number ); print "$number => ", $d->toArabic, "n"; my $gujarti = $d->toGujarti; my... Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Convert::Number::Digits Download

Added: May 15, 2010 | Visits: 1.190

Set::Partition Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets. SYNOPSIS use Set::Partition; my $s = Set::Partition->new( list => [qw(a b c d e)], partition => [2, 3], ); while (my $p = $s->next) { print join( , map { "(@$_)" } @$p ), $/; } # produces... Platforms: *nix

License: Freeware Size: 7.17 KB Download (133): Set::Partition Download

Added: August 09, 2010 | Visits: 1.104

libTLC54x libTLC54x is a library to communicate with the Texas Instruments TLC548/TLC549 8-Bit A/D-Converter via serial or parallel connector. The library just needs the device to be opened and than you can read data from the TLC54x. libTLC54x hides the process of getting the data bit by bit and also... Platforms: *nix

License: Freeware Download (143): libTLC54x Download

Added: September 16, 2010 | Visits: 1.285

Grid::Transform Grid::Transform is a Perl module with fast grid transformations. SYNOPSIS use Grid::Transform; $g = Grid::Transform->new([a..o], rows=>5); $g->rotate_270->flip_vertical; print join( , $g->grid), "n"; The Grid::Transform module provides fast methods to transform a grid of arbitrary data... Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Grid::Transform Download

Added: September 23, 2010 | Visits: 2.136

G-Star G-Star project is a clone of the TI-8x calculator game D-Star which are all clones of an HP48 game of the same name. G-Star currently includes 25 levels: 20 from the HP48 version, and 5 from the TI-83 version of the game. I am planning on adding additional levels to the game as well as some new... Platforms: *nix

License: Freeware Size: 163.84 KB Download (139): G-Star Download

Added: October 23, 2010 | Visits: 1.141

OTP OTP is an encryption program that uses the one-time pad algorithm to allow two parties to communicate securely, without worrying about unauthorized people listening in. OTP compresses plaintext input to save pad, has features that assist with the bureaucracy of pad management, and comes with... Platforms: *nix

License: Freeware Size: 25.6 KB Download (146): OTP Download

Added: January 13, 2010 | Visits: 1.376

Chart::Scientific Chart::Scientific is a Perl module that can generate simple 2-D scientific plots with logging, errbars, etc. SYNOPSIS Procedural interface use Chart::Scientific qw/make_plot/; make_plot ( x_data => @x_values, y_data => @yvalues ); The subroutine make_plot creates a Chart::Scientific... Platforms: *nix

License: Freeware Size: 16.38 KB Download (109): Chart::Scientific Download

Added: January 12, 2010 | Visits: 801

pyhada pyhada ([py]thon [h]ttp [a]utosurfer [d]ock[a]pp), checks selected webpages periodically, for updates, and displays the updates in the dockapp. What: Pywmgeneral is a python module that will help you develope WindowMaker dockapps in python. It is mostly a wrapper around the functions from the... Platforms: *nix

License: Freeware Size: 245.76 KB Download (122): pyhada Download

Added: January 05, 2010 | Visits: 1.149

Math::String Math::String module contains arbitrary sized integers having arbitrary charsets to calculate with key rooms. SYNOPSIS use Math::String; use Math::String::Charset; $a = new Math::String cafebabe; # default a-z $b = new Math::String deadbeef; # a-z print $a + $b; # Math::String "" $a =... Platforms: *nix

License: Freeware Size: 61.44 KB Download (99): Math::String Download

Added: September 08, 2010 | Visits: 1.179

HTTP::DAV HTTP::DAV is a WebDAV client library for Perl5. SYNOPSIS # DAV script that connects to a webserver, safely makes # a new directory and uploads all html files in # the /tmp directory. use HTTP::DAV; $d = new HTTP::DAV; $url = "http://host.org:8080/dav/"; $d->credentials(... Platforms: *nix

License: Freeware Size: 76.8 KB Download (348): HTTP::DAV Download

Added: August 13, 2010 | Visits: 1.018

PGAPy PGAPy is a wrapper for pgapack, the parallel genetic algorithm library, a powerfull genetic algorithm library by D. Levine, Mathematics and Computer Science Division Argonne National Laboratory. The library is written in C. PGAPy wraps this library for use with Python. The original pgapack... Platforms: *nix

License: Freeware Size: 69.63 KB Download (93): PGAPy Download

Added: April 09, 2010 | Visits: 924

Device::Cdio::Device Device::Cdio::Device is a class for disc and device aspects of Cdio. SYNOPSIS use Device::Cdio::Device; $d = Device::Cdio::Device->new(-driver_id=>$perlcdio::DRIVER_DEVICE); $drive_name = $d->get_device(); ($i_read_cap, $i_write_cap, $i_misc_cap) = $d->get_drive_cap(); $start_lsn =... Platforms: *nix

License: Freeware Size: 225.28 KB Download (114): Device::Cdio::Device Download

Added: February 22, 2010 | Visits: 1.079

Unicode::Normalize Unicode::Normalize Perl module contains Unicode Normalization Forms. SYNOPSIS (1) using function names exported by default: use Unicode::Normalize; $NFD_string = NFD($string); # Normalization Form D $NFC_string = NFC($string); # Normalization Form C $NFKD_string = NFKD($string); #... Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Unicode::Normalize Download

Added: April 14, 2010 | Visits: 1.061

Tango 0.98 Tango is a cross-platform open-source software library, written in D for D programmers. The project is structured as a cohesive and comprehensive library for general purpose usage, and is supported by a growing number of recognized D enthusiasts. As a team, we feel the availability of solid and... Platforms: *nix

License: Freeware Download (97): Tango 0.98 Download

Added: September 23, 2010 | Visits: 947

Math::String::Charset Math::String::Charset is a simple charset for Math::String objects. SYNOPSIS use Math::String::Charset; $a = new Math::String::Charset; # default a-z $b = new Math::String::Charset [a..z]; # same $c = new Math::String::Charset { start => [a..z], sep => }; # with between chars print... Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset Download

Added: February 03, 2010 | Visits: 933

glFlow glFlow is a (D)DoS logger written with speed in mind. glFlow detects attacks on high speed links through real-time flow aggregation and analysis. What do I run it on ? It was written on FreeBSD and tested on both FreeBSD and Linux. It should work on any OS to which libpcap and OpenSSL were... Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): glFlow Download

Added: January 25, 2010 | Visits: 1.418

DWL-122 Driver DWL-122 Driver is for D-Link's DWL-122 USB Wireless hardware Platforms: Mac

License: Freeware Size: 1.1 MB Download (122): DWL-122 Driver Download

Added: January 25, 2010 | Visits: 909

A.P.O.D. Screensaver Screensaver based upon the Astronomy Picture of the Day web site (Robert Nemiroff [MTU] & Jerry Bonnell [USRA]). Platforms: Mac

License: Freeware Size: 1.1 MB Download (154): A.P.O.D. Screensaver Download

Added: January 25, 2010 | Visits: 744

D4Xcode D4Xcode offers support for editing D source code files using the Xcode IDE on Mac OS X. It provides syntax highlighting of .d files from within Xcode and adds new icons so that .d files show up properly in the Finder. Note: D4Xcode does not include a D compiler that can be plugged into Xcode, it... Platforms: Mac

License: Freeware Size: 85 KB Download (122): D4Xcode Download

< 1 2 3 4 5