Skip to content

Month: Monday October 19th, 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.

Continue reading URL Shortener using Auto-Increment field.

Change numeric base using Python

Hello, How to change the numeric base of a number? This is a implementation in Python. [code lang="python"] def convert(decimal,newBase,str,letters): if decimal >= newBase: x…

Continue reading Change numeric base using Python

Conversion table – 4 – Computer Organization (INE5411)

Hello, This post have some extra conversion. Matheus Bratfisch Tabela de conversão de páginas: 106-109, 112 -> 78-85 2-8 -> 2-7 12-14 -> 9-11 27-32…

Continue reading Conversion table – 4 – Computer Organization (INE5411)