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

Tone Decode freeware
Filter: All | Freeware | Demo
 

Tone Decode

< 1 2 3 4 5 > 
Added: August 12, 2008 | Visits: 2.679

ColourWorks Photoshop Plug-in Photoshop is undoubtedly one of the kings of graphic editing, so it+s no surprise that there exist many different plug-ins to add and improve effects, options and tools.With ColourWorks Photoshop Plug-in you have a simple and free plug-in for Photoshop with 20 effects to correct tone defects and...



Platforms: Windows

License: Freeware Size: 2 KB Download (596): ColourWorks Photoshop Plug-in Download

Added: August 07, 2008 | Visits: 1.319

Eipc Alarm Clock Eipc Alarm Clock 1.0 is an excellent alarm clock where you can configure different alarms for each event. That`s to say you can associate a sound or music to go off at a set time, as an alarm.These alarm sounds are totally personalizable by the user, who can choose the music or sound, the rhythm...





Platforms: Windows

License: Freeware Size: 2 KB Download (228): Eipc Alarm Clock Download

Added: August 20, 2008 | Visits: 3.603

Funny Voice Funny Voice 1.3 is a simple program which is simply a way, created by a fan obviously, to make your voice sound like a smurf. You can record your voice and add effects and filters to get that funny nasal tone that reminds you so much of the smurfs.You can save that recording in audio format to...


Platforms: Windows

License: Freeware Size: 7 KB Download (479): Funny Voice Download

Added: August 06, 2008 | Visits: 1.219

Mp3 Millennium This is not just another Mp3 Player, but a complete studio that allows you to play Mp3, create Mp3 CDs, Decode Studio Mix with a 24 Band Equalizer, Playlist creator, ID3 tag Editor, Skin support and much more. best of yet, it's totally Free.


Platforms: Windows

License: Freeware Size: 1.81 KB Download (212): Mp3 Millennium Download

Added: June 11, 2010 | Visits: 753

KRad KRad is a tone dialer for linux. Its not terribly useful, and was pretty much just coded for fun. Its also very ridiculous, so dont expect too much from it. You will need KDE2.0 to use KRad. This eliminates pretty much all of you. Oh well. If you have KDE2, then, well, you obviously know what...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (97): KRad Download

Added: April 26, 2010 | Visits: 879

NetPacket::LLC NetPacket::LLC is a Perl module to assemble and disassemble IEEE 802.3 LLC protocol packets. SYNOPSIS use NetPacket::LLC; use NetPacket::SpanningTree; $llc_data = NetPacket::Ethernet->strip($raw_packet); $st_data = NetPacket::LLC->strip($llc_data); $st_obj =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): NetPacket::LLC Download

Added: November 22, 2010 | Visits: 1.296

QCreateVOB QCreateVOB is a VOB movie file creator (using transcode, ffmpeg, sox, multimux, mplayer) With QCreateVOB you can decode movies from AVI, WMV, and MPEG 1/2 to VOB files (VOB is DVD video format).. Get QCreateVOB at SourceForge.net. Fast, secure and free downloads from the largest Open Source...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (127): QCreateVOB Download

Added: September 14, 2010 | Visits: 854

libdcraw libdcraw is a C/C++ library to decode and manipulate Canon RAW files from digital cameras (in the CRW and CR2 formats). Installation: The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (105): libdcraw Download

Added: November 20, 2010 | Visits: 1.063

Math::BaseArith Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a pair of functions in the APL programming language...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Math::BaseArith Download

Added: April 24, 2010 | Visits: 1.685

MIME::Base64 MIME::Base64 is an encoding and decoding of base64 strings. SYNOPSIS use MIME::Base64; $encoded = encode_base64(Aladdin:open sesame); $decoded = decode_base64($encoded); This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 -...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (179): MIME::Base64 Download

Added: September 24, 2010 | Visits: 1.242

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

Released: December 12, 2012  |  Added: March 24, 2013 | Visits: 2.586

Guitar Tuner By just pressing a button, Guitar Tuner will play a tone, which can be used to tune the guitar from.


Platforms: Windows

License: Freeware Size: 660.85 KB Download (257): Guitar Tuner Download

Added: January 13, 2010 | Visits: 916

newslite newslite is a UNIX/LINUX command line tool to download from newsgroup and decode multipart and monopart yENC and UU (Unix-to-Unix) encoded files..


Platforms: *nix

License: Freeware Size: 39.94 KB Download (96): newslite Download

Added: June 19, 2010 | Visits: 777

Tie::Eudora Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files. SYNOPSIS #### # Subroutine interface # $encoded_email = decode_record($mailbox_email); @email = decode_field($encoded_email); $encoded_email = encode_field (@email); $mailbox_email =...


Platforms: *nix

License: Freeware Size: 66.56 KB Download (93): Tie::Eudora Download

Added: September 05, 2010 | Visits: 1.275

NetPacket::UDP NetPacket::UDP is a Perl module to assemble and disassemble UDP (User Datagram Protocol) packets. SYNOPSIS use NetPacket::UDP; $udp_obj = NetPacket::UDP->decode($raw_pkt); $udp_pkt = NetPacket::UDP->encode($ip_obj); $udp_data = NetPacket::UDP::strip($raw_pkt); NetPacket::UDP provides a...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (144): NetPacket::UDP Download

Added: June 02, 2010 | Visits: 1.363

NetPacket::TCP NetPacket::TCP is a Perl module to assemble and disassemble TCP (Transmission Control Protocol) packets. SYNOPSIS use NetPacket::TCP; $tcp_obj = NetPacket::TCP->decode($raw_pkt); $tcp_pkt = NetPacket::TCP->encode($ip_pkt); $tcp_data = NetPacket::TCP::strip($raw_pkt); NetPacket::TCP...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (130): NetPacket::TCP Download

Added: January 25, 2010 | Visits: 664

Matriosity Matriosity generates 12-tone matrices for use in serial music. You can enter a prime row as either letters or numbers and Matriosity will do the rest, generating the matrix as letters or numbers and also analyzing the prime forms of the dyads, trichords, tetrachords, and hexachords. Matrices...


Platforms: Mac

License: Freeware Download (93): Matriosity Download

Added: January 25, 2010 | Visits: 539

iROT13 iROT13 is a simple and easy to use program for encoding and decoding text that is in the ROT13 format. You can copy and paste text directly into the application for conversion, open a file and convert it and save converted text to a file.iROT13 is easy to use for anyone. There is full keyboard...


Platforms: Mac

License: Freeware Size: 45 KB Download (109): iROT13 Download

Added: January 25, 2010 | Visits: 1.261

xEQ xEQ is a parametric EQ/Tone Control. It consists of Low and High shelf filters and three Peak/Cut filters. It is very useful for placing around distortion effects. Place one xEQ before your distortion effect to act as a preamp's tone control. Place another xEQ after your distortion effect to...


Platforms: Mac

License: Freeware Size: 396 KB Download (125): xEQ Download

Added: January 25, 2010 | Visits: 457

dSymbolizer dSymbolizer... Do you want to be able to ship stripped executables but still receive usable backtraces? Then dSymbolizer is for you.Recent releases of Xcode supports a new debug symbol format called DWARF. One especially useful feature, is the ability to generate a symbol file that is separated...


Platforms: Mac

License: Freeware Download (99): dSymbolizer Download

< 1 2 3 4 5 >