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

Edrawing Convert freeware
Filter: All | Freeware | Demo
 

Edrawing Convert

< 1 2 3 4 5 > 
Added: November 19, 2010 | Visits: 726

Convert::Bencode Convert::Bencode are functions for converting to/from bencoded strings. SYNOPSIS use Convert::Bencode qw(bencode bdecode); my $string = "d4:ainti12345e3:key5:value4:type4:teste"; my $hashref = bdecode($string); foreach my $key (keys(%{$hashref})) { print "Key: $key, Value:...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): Convert::Bencode Download

Added: July 16, 2010 | Visits: 869

GD::Convert GD::Convert is a Perl module with additional output formats for GD. SYNOPSIS use GD; use GD::Convert qw(gif=gif_netpbm newFromGif=newFromGif_imagemagick wbmp); # or: require GD::Convert; import GD::Convert; ... $gd->ppm; $gd->xpm; $gd->gif; $gd->wbmp; ... $gd =...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): GD::Convert Download

Added: January 21, 2010 | Visits: 968

Acme::PM::Dresden::Convert::VQWiki2TWiki Acme::PM::Dresden::Convert::VQWiki2TWiki is a Perl module to convert VQWiki syntax into TWiki syntax. SYNOPSIS use Acme::PM::Dresden::Convert::VQWiki2TWiki; my $convert = new Acme::PM::Dresden::Convert::VQWiki2TWiki (vqwiki => $text); print $convert->twiki; # or my $convert = new...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (95): Acme::PM::Dresden::Convert::VQWiki2TWiki Download

Added: July 11, 2010 | Visits: 1.712

Convert::yEnc::Decoder Convert::yEnc::Decoder is a Perl module that decodes yEncoded files. SYNOPSIS use Convert::yEnc::Decoder; $decoder = new Convert::yEnc::Decoder; $decoder = new Convert::yEnc::Decoder $dir; $decoder->out_dir($dir); eval { $decoder->decode( $file); $decoder->decode(*FILE);...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (372): Convert::yEnc::Decoder Download

Added: February 21, 2010 | Visits: 937

Convert::yEnc::RC Convert::yEnc::RC is a Perl module for yEnc file-part database. SYNOPSIS use Convert::yEnc::RC; $rc = new Convert::yEnc::RC; $rc = new Convert::yEnc::RC $file; $ok = $rc->load; $ok = $rc->load($file); $ok = $rc->update ($line); @files = $rc->files; @complete = $rc->complete;...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (92): Convert::yEnc::RC Download

Added: April 05, 2010 | Visits: 824

Convert::yEnc::Entry Convert::yEnc::Entry is a Perl module as an entry in a Convert::yEnc::RC database. SYNOPSIS use Convert::yEnc::Entry; $entry = new Convert::yEnc::Entry { size => 10000 }; $entry = new Convert::yEnc::Entry { size => 50000, part => 1 }; $entry = load Convert::yEnc::Entry "10000t10000";...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (98): Convert::yEnc::Entry Download

Added: May 08, 2010 | Visits: 1.087

Convert::RACE Convert::RACE is a conversion between Unicode and RACE. SYNOPSIS use Convert::RACE; $domain = to_race($utf16str); $utf16str = from_race($domain); This module provides functions to convert between RACE (Row-based ASCII-Compatible Encoding) and Unicode Encodings. RACE converts strings...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Convert::RACE Download

Added: April 16, 2010 | Visits: 760

Convert::Base32 Convert::Base32 is a Perl module for encoding and decoding of base32 strings. SYNOPSIS use Convert::Base32; $encoded = encode_base32("x3ax27x0fx93"); $decoded = decode_base32($encoded); This module provides functions to convert string from / to Base32 encoding, specified in RACE...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (104): Convert::Base32 Download

Added: August 02, 2010 | Visits: 2.285

Convert::Wiki::Node::Line Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler). SYNOPSIS use Convert::Wiki::Node::Line; my $hr = Convert::Wiki::Node::Line->new( ); print $hr->as_wiki(); A Convert::Wiki::Node::Line represents a horizontal line (aka ruler)..


Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): Convert::Wiki::Node::Line Download

Added: April 11, 2010 | Visits: 1.958

Convert::Wiki::Node::Item Convert::Wiki::Node::Item is a Perl module that represents an item in a list (aka < li > or *). SYNOPSIS use Convert::Wiki::Node::Item; my $para = Convert::Wiki::Node->new( txt => Foo is a foobar., type => item ); print $para->as_wiki(); # print something like "* Foo is a foorbarn" A...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): Convert::Wiki::Node::Item Download

Added: November 14, 2010 | Visits: 1.408

Convert::Wiki::Node::Head Convert::Wiki::Node::Head is a Perl module that represents a headline node. SYNOPSIS use Convert::Wiki::Node::Head; my $head = Convert::Wiki::Node->new( txt => About Foo, type => head1 ); print $head->as_wiki(); A Convert::Wiki::Node::Head represents a headline node in a text..


Platforms: *nix

License: Freeware Size: 19.46 KB Download (100): Convert::Wiki::Node::Head Download

Added: August 26, 2010 | Visits: 1.683

Convert::Wiki::Node::Para Convert::Wiki::Node::Para is a Perl module that represents a text paragraph node. SYNOPSIS use Convert::Wiki::Node::Para; my $para = Convert::Wiki::Node->new( txt => Foo is a foobar., type => para ); print $para->as_wiki(); A Convert::Wiki::Node::Para represents a normal text paragraph..


Platforms: *nix

License: Freeware Size: 19.46 KB Download (167): Convert::Wiki::Node::Para Download

Added: July 09, 2010 | Visits: 982

Convert::Wiki Convert::Wiki is a Perl module that can convert HTML/POD/txt from/to Wiki code. SYNOPSIS use Convert::Wiki; my $wiki = Convert::Wiki->new(); $wiki->from_txt ( $txt ); die ("Error: " . $wiki->error()) if $wiki->error; print $wiki->as_wiki(); $wiki->from_html ( $html ); die ("Error: "...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Convert::Wiki Download

Added: June 16, 2010 | Visits: 927

Convert::Transcribe Convert::Transcribe is a Perl extension for transcribing natural languages. SYNOPSIS use Convert::Transcribe; $t = new Convert::Transcribe(); $t->fromfile(filename); # or $t = new Convert::Transcribe(); $t->fromstring("transcription def. containing newlines"); # or $t = new...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (151): Convert::Transcribe Download

Added: September 04, 2010 | Visits: 1.753

Time::Convert Time::Convert is a Perl interface to converting unix seconds to years, days, hours and minutes. SYNOPSIS use Time::Convert; my $convert = new Time::Convert; EXAMPLE use Time::Convert; my $convert = new Time::Convert; $REPLY = $convert->ConvertSecs(time); print($REPLY);.


Platforms: *nix

License: Freeware Size: 2.05 KB Download (94): Time::Convert Download

Added: April 10, 2010 | Visits: 1.056

Convert::ASCII::Armor Convert::ASCII::Armor is a Perl module that can convert binary octets into ASCII armoured messages. SYNOPSIS See SYNOPSIS in Convert::ASCII::Armour. Empty subclass of Convert::ASCII::Armour for American English speakers..


Platforms: *nix

License: Freeware Size: 6.14 KB Download (159): Convert::ASCII::Armor Download

Added: March 17, 2010 | Visits: 1.178

Math::Bezier::Convert Math::Bezier::Convert is a Perl module to convert cubic and quadratic bezier each other. SYNOPSIS use Math::Bezier::Convert; @new_cubic = divide_cubic($cx1, $cy1, $cx2, $cy2, $cx3, $cy3, $cx4, $cy4, $t); @new_quad = divide_quadratic($cx1, $cy1, $cx2, $cy2, $cx3, $cy3, $t); @quad =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): Math::Bezier::Convert Download

Released: December 29, 2008  |  Added: August 16, 2011 | Visits: 2.308

Free Convert AAC to MP3 AMR OGG M4A Free Convert AAC to MP3 AMR OGG M4A Converter is professional and perfect audio encode and decode software. You can use Free Convert AAC to MP3 AMR OGG M4A Converter to finish converting aac, ac3 audio format to almost all audio formats mp3, amr, m4a, ogg, wav easily and quickly. It has the...


Platforms: Windows

License: Freeware Size: 3.47 MB Download (202): Free Convert AAC to MP3 AMR OGG M4A Download

Released: December 29, 2008  |  Added: August 18, 2011 | Visits: 1.572

Free Convert All Audio Converter Free Convert All Audio Converter Platinum is professional and perfect audio encode and decode software. The clear-cut and bright graphic user interface makes you feel comfortable. You can use Free Convert All Audio Converter Platinum to convert various video files avi, wmv, mpeg, mp4, flv etc...


Platforms: Windows

License: Freeware Size: 3.47 MB Download (115): Free Convert All Audio Converter Download

Released: December 29, 2008  |  Added: August 20, 2011 | Visits: 1.969

Free Convert All Music Audio Converter Free Convert All Music Audio Converter Gold is the easiest and fastest audio converter. It has the most explicit interface and buttons. It is easy to use without any technical requirements. You can use Free Convert All Music Audio Converter Gold to convert all audios as mp3, amr, ogg, aac,...


Platforms: Windows

License: Freeware Size: 3.47 MB Download (124): Free Convert All Music Audio Converter Download

< 1 2 3 4 5 >