Git Product home page Git Product logo

findshorttwitterid's Introduction

FindShortTwitterId

This app is to find short Twitter id which no one is using. It's difficult to explain in English (even Japanese...)

At Twitter, we can use 37 chars ('a'..'z', '0'..'9', '_') This app generates names and tell you that names is used or not used.

Usage

$ ruby main.rb :from_digit :count

This app generates names from these inputs :from_digit and :count. Each digit corresponds to each name.

e.g.

  • 0 : 'a'
  • 1 : 'b'
  • ...
  • 35 : '9'
  • 36 : '_'
  • 37 : 'aa'
  • 38 : 'ab'
  • ...
  • 73 : 'a_'
  • ...
  • 1406 : 'aaa'

sample

$ ruby main.rb 0 10
USED : a
USED : b
USED : c
USED : d
USED : e
USED : f
USED : g
USED : h
NOT USED : i
USED : j
$ ruby main.rb 37 37
USED : aa
USED : ab
USED : ac
USED : ad
USED : ae
USED : af
USED : ag
USED : ah
USED : ai
USED : aj
USED : ak
USED : al
USED : am
USED : an
USED : ao
USED : ap
USED : aq
USED : ar
USED : as
USED : at
USED : au
USED : av
USED : aw
USED : ax
USED : ay
USED : az
USED : a0
USED : a1
USED : a2
USED : a3
USED : a4
USED : a5
USED : a6
USED : a7
USED : a8
USED : a9
USED : a_

findshorttwitterid's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.