Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View aabizri's full-sized avatar
👨‍🔬

Alexandre A. Bizri aabizri

👨‍🔬
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aabizri on github.
  • I am aabizri (https://keybase.io/aabizri) on keybase.
  • I have a public key whose fingerprint is 9DAF 3546 1238 927A 2139 8A43 9A02 3B2A B5CF F7B9

To claim this, I am signing this object:

@aabizri
aabizri / algorithm.go
Created January 7, 2016 00:14
Algorithm for creating self-descripting numbers in several bases
// by @nodvos alexandre@bizri.fr
package main
import (
"fmt"
"strconv"
)
// Use it small endian (index 0 is the unit)
type number []uint