Easy binary2decimal and decimal2binary

Easy binary2decimal and decimal2binary

Easy binary2decimal and decimal2binary Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 420
  • Released: Feb 15, 2007

Easy binary2decimal and decimal2binary Description

This script allows you to convert binary numbers to decimal and vice-versa in the most straightforward way.

Easy binary2decimal and decimal2binary Keywords

Easy binary2decimal and decimal2binary Bookmark

Hyperlink code:
Hyperlink for Forum code:

Easy binary2decimal and decimal2binary Script Download Notice

Top 4 Download periodically updates information of Easy binary2decimal and decimal2binary script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Easy binary2decimal and decimal2binary torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

base64 encoding prototype

This script takes a decimal number, converts it into binary, takes the first six numbers in that, converts that into a decimal number, and from there makes it a letter("m") according to the base64 code. ...
Python

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 subtotals. ach >using/ ...
Python

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. ...
Python

Number Format function

This function takes a number (integer or float) and returns a string with the integer portion grouped by thousands and the decimal portion rounded or padded to given number of decimal places. ...
Python

Numeric base converter

This is a traditional base converter with the twist that it accepts any strings as the digits for the input and output bases. Besides all the normal base-converts, you can now create compact versions of huge numbers by converting them to a base that uses all the letters and numbers for ...
Python