Oct
19
2009
URL Shortener using Auto-Increment field.
Good Night,
This is a new version of URL-Shortener that don’t create random IDs to websites, it uses the auto-increment field and replace it to other base.
Good Night,
This is a new version of URL-Shortener that don’t create random IDs to websites, it uses the auto-increment field and replace it to other base.
Hello,
How to change the numeric base of a number? This is a implementation in Python.
The variable let means what values used in the base. For an example if you want binary you should replace with 01.
Matheus