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

Binary Strings software
Filter: All | Freeware | Demo
 

Binary Strings

< 1 2 3 4 5 > 
Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 755

Binary Viewer / Editor Binary Viewer / Editor is a compact application that enables you to view and edit the content of a file in binary view. That means the user can open every type of file, view the content and make modifications. It is a tool for the users accustomed to working with binary files. The program has a...



Platforms: Windows

License: Freeware Download (459): Binary Viewer / Editor Download

Released: June 13, 2012  |  Added: June 13, 2012 | Visits: 987

Decimal-Binary Unit Converter Decimal-Binary Unit Converter is a small, simple, Java based application specially designed to lend you a hand when you need to convert byte units. Using this tool is very easy: you just enter the unit value that you want to convert and let Decimal-Binary Unit Converter take care of the rest....





Platforms: Windows

License: Freeware Download (440): Decimal-Binary Unit Converter Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 556

Get Binary Get Binary was designed as a simple, accessible and easy-to-use Command Line-based tool that is able to extract binary information from a file. Now it is very easy to extract the binary data you want in no time at all with the help of this Open Source software.


Platforms: Windows

License: Freeware Download (419): Get Binary Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 812

Encryption ActiveX Component Encryption ActiveX Component (Chilkat Crypt ActiveX) is a useful software component for encrypting and decrypting both strings and binary data. Implements symmetric encryption algorithms: Rijndael, Blowfish, Twofish. Also provides public-key encryption and decryption using digital certificates....


Platforms: Windows, 2K, XP, 2003

License: Freeware Download (53): Encryption ActiveX Component Download

Released: June 05, 2012  |  Added: June 05, 2012 | Visits: 606

Vintage Strings MkIII Vintage Strings MkIII is a new super realistic virtual string machine VST instrument (VSTi) that perfectly recreates the lush sound of analog string machines. Like these old machines, Vintage Strings MkIII is a synthesizer that was especially designed to produce rich warm string pads. This...


Platforms: Windows

License: Freeware Download (583): Vintage Strings MkIII Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 482

Show Strings Show Strings is ideal for the developer who wants to check that copyright messages and other text data is present in executables or libraries. It strips out blank space if desired and with drag and drop is easy and convenient to use. The interface is clean and simple, with indications as to...


Platforms: Windows

License: Freeware Size: 206 KB Download (571): Show Strings Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 552

MS Access Save Binary Data As Files Software Extract binary files from an MS Access database. Access 2000 or higher required.


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 758 KB Download (504): MS Access Save Binary Data As Files Software Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 659

Word Extractor - a binary to text convertor www.Tahionic.com Word Extractor is a universal free hacking tool that converts binary (EXE applications, binary, DLL) files to text files. It is suitable for many purposes like: - finding cheats in games - finding hidden text in any files (exe applications, binary, DLL) - finding hidden passwords...


Platforms: Windows

License: Freeware Size: 607 KB Download (512): Word Extractor - a binary to text convertor Download

Added: May 10, 2013 | Visits: 483

Searching nested strings This script searches nested strings from a line of text. The strings are limited by two different characters.


Platforms: Python,

License: Freeware Download (59): Searching nested strings Download

Added: May 10, 2013 | Visits: 398

Visualize unicode strings If you are processing unicode strings and you want to print the string but run into UnicodeEncodeError all the time, this script shows you some simple steps to visualize unicode strings.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Visualize unicode strings Download

Added: May 10, 2013 | Visits: 483

repr() of containers with non-ASCII strings Printing sequences or maps containing non-ASCII strings results in escape sequences. This function uses the not-so-commonly-known "string_escape" codec to facilitate printing such sequences for quick-viewing.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): repr() of containers with non-ASCII strings Download

Added: May 10, 2013 | Visits: 580

Sending binary data to stdout This script allows you to send binary data, such as for an image, to stdout under Windows.If you are reading or writing binary data under Windows, such as for an image, then the file must specifically be opened in binary mode (Unix doesn't make a distinction between text and binary modes). But...


Platforms: Windows, Python,

License: Freeware Download (57): Sending binary data to stdout Download

Added: May 10, 2013 | Visits: 489

Binary search and insert in Python This script demonstrates a binary search through sorted data using bisect. A large array of random numbers is generated and then sorted. The the application shows where a given number would be inserted in the random data list.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Binary search and insert in Python Download

Added: May 10, 2013 | Visits: 478

Binary search in one line This is an implementation of the binary search algorithm in (almost) one line. Given a number 'n' and a list 'L', the function returns the index of the number on the list, or -1.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Binary search in one line Download

Added: May 10, 2013 | Visits: 462

Binary ordered tree This script is a simple example demonstrating the construction of binary trees.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): Binary ordered tree Download

Added: May 10, 2013 | Visits: 805

Generating all strings of a given alphabet This script shows a way to generate a list of all strings (in this case, string=list of symbols) of a given alphabet having a specified length by using list comprehensions. Strings (not the 'string' type) are frequently used in computer science; for example numbers are encoded as strings of...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Generating all strings of a given alphabet Download

Added: May 10, 2013 | Visits: 420

xor for strings xor for strings script demonstrates the use of simple xor for strings.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): xor for strings Download

Added: August 31, 2013 | Visits: 514

Binary Amplitude Shift Keying This script simulates the Binary Amplitude Shift keying. Since BASK is a digital modulation scheme, you can modulate as many bits as you want. however, I have only simulated it for 5 bits, so that the results are visible.This is code for BASK only, means it can only modulated two digital states.I...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Binary Amplitude Shift Keying Download

Added: July 06, 2013 | Visits: 574

BOC(Binary Offset Carrier) new GPS Signal (Galileo) Binary Offset Carrier , resume.txt include


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (41): BOC(Binary Offset Carrier) Download

Added: June 02, 2013 | Visits: 534

Binary Frequency Shift Keying This script simulates the Binary Frequency Shift keying. Since BFSK is a digital modulation scheme, you can modulate as many bits as you want. however, I have only simulated it for few bits, so that the results are visible.This is code for BFSK only, means it can only modulated two digital states...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Binary Frequency Shift Keying Download

< 1 2 3 4 5 >