Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hitode909/rl

Print the term's balance in QWERTY keyboard
https://github.com/hitode909/rl

Last synced: 3 months ago
JSON representation

Print the term's balance in QWERTY keyboard

Awesome Lists containing this project

README

        

# rl.rb

Print the term's balance in QWERTY keyboard.

```
% ruby rl.rb apple
left: 2, right: 3
60% right
% ruby rl.rb microsoft
left: 5, right: 4
55% left
% ruby rl.rb IBM
left: 1, right: 2
66% right
% ruby rl.rb hp
left: 0, right: 2
100% right
% ruby rl.rb github
left: 3, right: 3
same
```