Archive for the ‘Programming’ Category
Sunday, October 7th, 2007
I wrote this program which converts any number from any base to any other base. You just enter the radices and the actual value and boof, you got some number. Nothing really new in here, but I might need this in the future.
View here.
Please report any possible bugs to aziz ...
Posted in Programming | No Comments »
Friday, August 17th, 2007
I've made this little C code for my own amusement. It is capable ofĀ generating the binary and hexadecimal representations of a given float number and vice versa, that is to generate a float number out of a given float representation (sign, exponent and fraction).
View here. Enjoy.
Note: If you happen to ...
Posted in Programming | No Comments »