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

Binary Conversions freeware
Filter: All | Freeware | Demo
 

Binary Conversions

< 1 2 3 4 5 > 
Added: September 25, 2010 | Visits: 724

spugnews spugnews is a GPLd usenet binary grabber. spugnews has a simple command-line interface and the ability to perform rudimentary subject line analysis to group together articles that are part of the same file set. Whats New in This Release: - internal yenc decoder (not as fast as the yenc... Platforms: *nix

License: Freeware Size: 66.56 KB Download (88): spugnews Download

Added: May 10, 2013 | Visits: 424

Ascii2Binary/Binary2Ascii These programs convert between textual and binary representations of numbers. ascii2binary reads input consisting of textual representations of numbers separated by whitespace and produces as output the binary equivalents. The type and precision of the binary output is selected using command line... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (67): Ascii2Binary/Binary2Ascii Download

Added: November 18, 2013 | Visits: 628

MPlayer OS X MPlayerOSX is binary distribution of MPlayer (The Movie Player for Linux) and comes with native GUI in MacOSX. After installation you can simply (by Drag&Drop) play almost all 3ivx, DivX 3,4,5 and other codecs files in the window or fullscreen mode. Rendering of very nice antialiased text-based... Platforms: Mac

License: Freeware Size: 7.61 MB Download (63): MPlayer OS X Download

Added: May 10, 2013 | Visits: 594

Mandelbrot/Frame Binary Fractal Trees This script generates Mandelbrot/Frame's fractal trees in Python. Given an iteration depth, a trunk length, and a branching angle, this algorithm generates the corresponding tree. PIL is used to draw the tree. Requirements: - Python Image Library Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Mandelbrot/Frame Binary Fractal Trees Download

Added: August 17, 2013 | Visits: 616

Kwista Binary Clock Widget This is a nice looking, simple, sidebar widget that displays a binary clock using the visitor's system time so there's no need for timezones. Platforms: PHP

License: Freeware Size: 10 KB Download (62): Kwista Binary Clock Widget Download

Released: August 05, 2014  |  Added: August 27, 2014 | Visits: 1.034

3D Binary Clock Screensaver 3D Binary Clock Screensaver is a free desktop utilities software with many configurable options and colors, you can also use it as a 3D rotating screensaver. Binary Clock is a clock where you read the 6 digits of current time as 6 columns, each consisting of some lit and unlit LEDs. 3D Binary... Platforms: Windows, Windows 7

License: Freeware Size: 2.97 MB Download (61): 3D Binary Clock Screensaver Download

Added: July 23, 2013 | Visits: 561

Commission Junction SID Plugin Take control of tracking your conversions on Commission Junction with the CJ SID Plugin for Joomla! 1.5! Tracking conversions has always been a challenge for publishers in affiliate programs. Fortunately, CJ offers a way to collect a little more information through the SID value. This native 1.5... Platforms: PHP

License: Freeware Size: 10 KB Download (61): Commission Junction SID Plugin Download

Added: May 10, 2013 | Visits: 479

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: 534

basE91 encoding basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (60): basE91 encoding Download

Added: July 11, 2013 | Visits: 543

File-Spector : Binary File Analyser File-Spector is a small, fast and easy to use binary file analyzer and Inspector.It allows the users to format a complete binary file structure and then use it to read any binary file that matches the specified format. Platforms: *nix

License: Freeware Size: 983.04 KB Download (59): File-Spector : Binary File Analyser Download

Added: May 10, 2013 | Visits: 441

Format integer as binary string This script converts integers to binary strings with no leading zeros. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Format integer as binary string Download

VAPOUR LIQUID EQUILIBRIUM P-T-x-y CALCULATIONS FOR A IDEAL BINARY MIXTURE This being a very basic program for the demonstration of bubble and dew point calculations of a ideal binary VLE mixture obeying Raoult's. The basic purpose of this program is to demonstrate VLE P-T-x-y calculations of a ideal binary mixture and to get related data in graphical form for any such... Platforms: Matlab


Added: May 10, 2013 | Visits: 383

ikbin ikbin is an open source PHP/MYSQL binary newsgroup indexer that creates NZB files. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): ikbin Download

Added: May 10, 2013 | Visits: 588

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: 838

Parsing binary files with regular expressions This script allows you to use the regular expression engine to parse binary files, especially those for which the struct module alone is inadequate.The typical way to parse binary data in Python is to use the unpack method of the struct module. This works well for fixed-width fields, but... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 354

Binary floating point summation This script eliminates completely  rounding errors and loss of significance due to catastrophic cancellation during summation. It  achieves exactness by keeping full precision intermediate subtotals. Offers three alternative approaches, each using a different technique to store exact... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Binary floating point summation Download

Added: May 05, 2013 | Visits: 423

HessianPHP  RC1 "The Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need to extend the protocol with attachments."... Platforms: BSD

License: Freeware Download (57): HessianPHP RC1 Download

Added: May 10, 2013 | Visits: 484

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 (56): Binary search in one line Download

Released: November 08, 2013  |  Added: December 22, 2013 | Visits: 552

Binary Uptime Binary Uptime refers to the time during which a system is working without failure and has had zero downtimes. Over a period of time, a system can end up slowing down or breaking down due to excessive usage. One way of checking the current uptime of the system is through the Performance tab of the... Platforms: Windows 7, Windows

License: Freeware Size: 61.12 KB Download (56): Binary Uptime Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 677

Scotts Binary Clock Scott's Binary Clock is a clock that displays the current time in binary using a LED display. It's a little gadget or conversation piece for your desktop. It really doesn't serve much of a practical purpose, unless your goal is to display the time in a format that nobody but you can read.... Platforms: Windows

License: Freeware Size: 696 KB Download (56): Scotts Binary Clock Download

< 1 2 3 4 5 >