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

Voice Convert Tools freeware
Filter: All | Freeware | Demo
 

Voice Convert Tools

< 1 2 3 4 5 > 
Added: November 02, 2010 | Visits: 2.507

Convert::EBCDIC Convert::EBCDIC, ascii2ebcdic, ebcdic2ascii is a Perl module for string conversion between EBCDIC and ASCII. SYNOPSIS use Convert::EBCDIC; $ascii_string = ebcdic2ascii($ebcdic_string); $ebcdic_string = ascci2ebcdic($ascii_string); $translator = new Convert::EBCDIC; $translator = new...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (184): Convert::EBCDIC Download

Added: August 10, 2010 | Visits: 1.060

Convert::PEM::CBC Convert::PEM::CBC is a Perl module for Cipher Block Chaining Mode implementation. SYNOPSIS use Convert::PEM::CBC; my $cbc = Convert::PEM::CBC->new( Cipher => Crypt::DES_EDE3, Passphrase => foo ); $cbc->encrypt($plaintext); Convert::PEM::CBC implements the CBC (Cipher Block Chaining)...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (116): Convert::PEM::CBC Download

Added: August 09, 2010 | Visits: 1.086

Convert::CEGH::Gematria Convert::CEGH::Gematria is a Perl module for Coptic/Ethiopic/Greek/Hebrew Gematria. SYNOPSIS use utf8; use Convert::CEGH::Gematria enumerate; print "Hebrew: מדא => ", enumerate ( "מדא" ), "n"; print "Geez : አዳም => ", enumerate ( "áŠ...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (138): Convert::CEGH::Gematria Download

Added: August 16, 2010 | Visits: 1.115

Convert::CEGH::Transliterate Convert::CEGH::Transliterate is a Coptic/Ethiopic/Greek/Hebrew Transliteration. SYNOPSIS use utf8; use Convert::CEGH::Transliterate transliterate; print transliterate ( "he", "አዳም" ), "n"; This package makes available a single function transliterate which will convert...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (114): Convert::CEGH::Transliterate Download

Added: August 24, 2010 | Visits: 1.176

Convert::Braille Convert::Braille is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToUnicode ( "HELLO" ), "n"; print brailleDotsToAscii ( "12515123123135" ), "n"; EXPORTS brailleDotsToUnicode brailleUnicodeToDots brailleUnicodeToAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (120): Convert::Braille Download

Added: February 04, 2010 | Visits: 1.165

Convert::Braille::English Convert::Braille::English is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToEnglish ( "HELLO" ), "n"; print brailleDotsToEnglish ( "12515123123135" ), "n"; EXPORTS englishToBrailleUnicode englishToBrailleAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (137): Convert::Braille::English Download

Added: April 01, 2010 | Visits: 913

Convert::Braille::Ethiopic Convert::Braille::Ethiopic is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille::Ethiopic; print brailleAsciiToEthiopic ( "S5LAM" ), "n"; print brailleDotsToEthiopic ( "234261231134" ), "n"; EXPORTS ethiopicToBrailleUnicode ethiopicToBrailleAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Convert::Braille::Ethiopic Download

Added: March 06, 2010 | Visits: 1.219

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: February 26, 2010 | Visits: 1.620

ATA over Ethernet Tools ATA over Ethernet Tools are intended for use in conjunction with an ATA over Ethernet (AoE) driver for a Linux 2.6 kernel. They perform simple tasks like listing available devices, triggering device discovery, and restricting the network interfaces on which AoE is performed. Whats New in This...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (119): ATA over Ethernet Tools Download

Added: June 27, 2010 | Visits: 1.557

ICMP Hostname Tools for Linux The ICMP Hostname Tools for Linux include a responder daemon, a lookup tool, and a nameswitch module to handle ICMP host name functions. The NSS module caches all requests (including failures) and honors the TTL value sent by the responding host. It uses a configuration file called...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (111): ICMP Hostname Tools for Linux Download

Added: January 09, 2010 | Visits: 1.040

Convert::Translit Convert::Translit, transliterate, build_substitutes is a Perl module for string conversion among numerous character sets. SYNOPSIS use Convert::Translit; $translator = new Convert::Translit($result_chset); $translator = new Convert::Translit($orig_chset, $result_chset); $translator = new...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (103): Convert::Translit Download

Added: April 24, 2010 | Visits: 756

Convert::Recode Convert::Recode is a Perl module to make mapping functions between character sets. SYNOPSIS use Convert::Recode qw(ebcdic_to_ascii); while (<>) { print ebcdic_to_ascii($_); } The Convert::Recode module can provide mapping functions between character sets on demand. It depends on GNU...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Convert::Recode Download

Added: October 08, 2010 | Visits: 825

Convert::BER Convert::BER is a Perl module for ASN.1 Basic Encoding Rules. SYNOPSIS use Convert::BER; $ber = new Convert::BER; $ber->encode( INTEGER => 1, SEQUENCE => [ BOOLEAN => 0, STRING => "Hello", ], REAL => 3.7, ); $ber->decode( INTEGER => $i, SEQUENCE => [ BOOLEAN => $b, STRING =>...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (117): Convert::BER Download

Added: September 24, 2010 | Visits: 1.241

Convert::ASN1 Convert::ASN1 is an ASN.1 Encode/Decode library. SYNOPSYS use Convert::ASN1; $asn = Convert::ASN1->new; $asn->prepare(q<
[APPLICATION 7] SEQUENCE { int INTEGER, str OCTET STRING } >); $pdu = $asn->encode( int => 7, str => "string"); $out = $asn->decode($pdu); print...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (153): Convert::ASN1 Download

Added: January 05, 2010 | Visits: 4.470

Cmos password recovery tools Cmos password recovery tools decrypts password stored in cmos used to access BIOS SETUP. Works with the following BIOSes: - ACER/IBM BIOS - AMI BIOS - AMI WinBIOS 2.5 - Award 4.5x/4.6x/6.0 - Compaq (1992) - Compaq (New version) - IBM (PS/2, Activa, Thinkpad) - Packard Bell - Phoenix...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (1337): Cmos password recovery tools Download

Added: November 20, 2010 | Visits: 1.423

Heirloom Development Tools Heirloom Development Tools package provides yacc, lex, m4, make, and SCCS as portable derivatives of the utilities released by Sun as part of OpenSolaris. The OpenSolaris utilities were in turn derived from the original Unix versions, and are assumed be conforming implementations of the POSIX...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (96): Heirloom Development Tools Download

Added: October 17, 2010 | Visits: 1.182

Bio::Tools::CodonTable Bio::Tools::CodonTable is a bioperl codon table object. SYNOPSIS # This is a read-only class for all known codon tables. The IDs are # the ones used by nucleotide sequence databases. All common IUPAC # ambiguity codes for DNA, RNA and animo acids are recognized. # to use use...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (127): Bio::Tools::CodonTable Download

Added: October 17, 2010 | Visits: 915

lopster-tools lopster-tools is a set of tools for use with Lopster that allows users to view statistics for download and upload transfer, incomplete and finished files, how many MB are downloaded or uploaded, and the difference between down- and upload, amongst other features.. Get KLopsterUtils at...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (92): lopster-tools Download

Added: May 20, 2010 | Visits: 1.329

net-tools The net-tools package contains a collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system. It contains the important tools for controlling the network subsystem of the Linux kernel including arp, hostname, ifconfig, netstat, rarp and...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (109): net-tools Download

Added: November 23, 2010 | Visits: 1.177

Bio::Tools::Run::PiseApplication::freak Bio::Tools::Run::PiseApplication::freak is a Perl module. Bio::Tools::Run::PiseApplication::freak Bioperl class for: FREAK Residue/base frequency table or plot (EMBOSS) Parameters: (see also: http://bioweb.pasteur.fr/seqanal/interfaces/freak.html for available values): freak...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (88): Bio::Tools::Run::PiseApplication::freak Download

< 1 2 3 4 5 >