Skip to content

olly/all_your

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AllYour

Build Status

A little experiment to see how many characters could be used in a link shortener's path. I think it ends up being "base 78":

AllYour.base(78).decode('/~path/2/nowhere')
# => 288757223154835410767515610539

Binary encoding also fell out for free:

AllYour.base(:binary).encode(42)
# => "101010"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%