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

Decode Tora freeware
Filter: All | Freeware | Demo
 

Decode Tora

< 1 2 3 4 5 > 
Released: June 19, 2008  |  Added: July 09, 2008 | Visits: 1.456

Japplis Toolbox Japplis Toolbox is a compilation of text utilities in one application. It can encode and decode URL, Base64, Hex, SoundEx, Metaphone. It can convert numbers from/to binary, octal, decimal and hexadecimal. Japplis Toolbox is a compilation of text utilities in one application. -It can encode... Platforms: Windows

License: Freeware Size: 491.13 KB Download (203): Japplis Toolbox Download

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

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 (203): Free Convert AAC to MP3 AMR OGG M4A Download

Added: February 18, 2010 | Visits: 1.087

SBStudio PAC player SBStudio PAC player is a library written in ANSI C to decode SBStudio PAC music modules into a stream of integer PCM audio data. SBStudio PAC player is not a player in itself since theres no code to actually write the audio data anywhere. It is designed to be used in plugins, such as XMMS-PAC.... Platforms: *nix

License: Freeware Size: 30.72 KB Download (195): SBStudio PAC player Download

Added: April 24, 2010 | Visits: 1.693

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: August 05, 2010 | Visits: 1.988

Mon::SNMP Mon::SNMP is a Perl module created to decode SNMP trap. SYNOPSIS use Mon::SNMP; $trap = new Mon::SNMP; $trap->buffer($snmptrap); %traphash = $trap->decode; $error = $trap->error; Mon::SNMP provides methods to decode SNMP trap PDUs. It is based on Graham Barrs Convert::BER module,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (166): Mon::SNMP Download

Added: September 24, 2010 | Visits: 1.252

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: August 24, 2008 | Visits: 1.796

URL Escaped Encoding Decoder It is used to decode the Escaped-encoding URL. Escaped-encoding is the standard of representing characters within a URI that may need special syntax handling to be correctly interpreted. It uses a sequence of three characters to encode the character to be interpreted. This triplet sequence... Platforms: Windows

License: Freeware Size: 125 KB Download (147): URL Escaped Encoding Decoder Download

Added: September 05, 2010 | Visits: 1.282

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: August 10, 2008 | Visits: 1.073

NetworkSmart Express NetworkSmart's straight forward design allows you to interpret and predict your application performance without requiring you to decode or understand network packets and performance counters. This free software is designed to help companies reduce application downtime and increase the... Platforms: Windows

License: Freeware Size: 24.3 MB Download (135): NetworkSmart Express Download

Added: June 02, 2010 | Visits: 1.373

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: August 10, 2008 | Visits: 896

TinyMP4 TinyMP4 Audio Player & Converter - features include: Built-in decode format m4a, mp4; built-in convert format for wav, mp3, wma, cda. Samplerates are 22050Hz, 44100Hz, 48000Hz, stereo. Bitrates are 24Kbps, 48Kbps, 64Kbps. No need to install, small enough to fit on a floppy! Platforms: Windows

License: Freeware Size: 415 KB Download (128): TinyMP4 Download

Added: June 01, 2010 | Visits: 2.099

cdpr cdpr is used to decode a Cisco Disovery Protocol (CDP) packet, by default it will report the device ID, the IP Address (of the device), and the port number that the machine is connected to. Optionally it will decode the entire CDP packet. This version provides the ability to include a timeout... Platforms: *nix

License: Freeware Size: 24.58 KB Download (127): cdpr Download

Added: November 22, 2010 | Visits: 1.306

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: January 24, 2010 | Visits: 829

CGI_Lite CGI_Lite is a Perl module to process and decode WWW forms and cookies. SYNOPSIS use CGI_Lite; $cgi = new CGI_Lite; $cgi->set_platform ($platform); where $platform can be one of (case insensitive): Unix, Windows, Windows95, DOS, NT, PC, Mac or Macintosh $cgi->set_file_type (handle or... Platforms: *nix

License: Freeware Size: 14.34 KB Download (114): CGI_Lite Download

Added: November 12, 2010 | Visits: 988

CORBA::IOP::IOR CORBA::IOP::IOR is a Perl module used to decode, munge, and re-encode CORBA IORs. SYNOPSIS #!/usr/local/bin/perl -w require CORBA::IOP::IOR; $ior = new CORBA::IOP::IOR; $ior->parseIOR($ARGV[0]); $ior->printHash(); $ior->{IIOP_profile}->{host} = "host.domain.name"; print... Platforms: *nix

License: Freeware Size: 8.19 KB Download (109): CORBA::IOP::IOR Download

Added: January 25, 2010 | Visits: 542

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: April 26, 2010 | Visits: 884

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: September 14, 2010 | Visits: 859

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: March 20, 2010 | Visits: 1.440

JBinHex JBinHex is both a library and a command-line tool, written in Java, to decode files in the Apple Macintosh BinHex 4.0 format. It accepts the following command line parameters: Either -u < url > or -f < file > to specify the source BinHexed file. If neither of those options is present,... Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): JBinHex Download

Released: August 09, 2011  |  Added: August 29, 2011 | Visits: 1.228

Free OGG to MP3 Converter This software can help you to convert OGG Vorbis files to MP3 audio, or decode MP3 to OGG format. This audio converter provides you the easier way to convert OGG to MP3 with ultra speed and outstanding quality. The OGG to MP3 Converter allows you to merge output files, cut any part of audio,... Platforms: Windows

License: Freeware Size: 4.85 MB Download (103): Free OGG to MP3 Converter Download

< 1 2 3 4 5 >