Home Page
Projects > Base
Projects > Base
RABiD BUNNY FEVER
K.T.K

Warning: you do not have javascript enabled. This WILL cause layout glitches.
Base Thumbnail
Base
90% organized
Numeric base conversion
Rating: 4 (If I recall, the all-base arithmetic functions were rather fun and challenging to write. Since this is VB, of course, it can get rather slow with semi-larger numbers.)
Project Time: ?-?: ?
Languages: VB4
Requirements: VB Runtimes
Downloads: Source not yet available
Sections: Information, Content, Concepts
Information
I wrote this when I first started playing around with numeric bases for encryption and other purposes. Custom arithmetic functions were made to work on numbers in any base stored in strings.
Content
Screenshots:

Base 10 to other base
Base 10 to other base

Base 36 to base 10 (Encode words into a number)
Base 36 to base 10
Concepts
Numeric theory