Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hitode909/rl
- Owner: hitode909
- Created: 2015-01-25T13:09:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T08:13:48.000Z (almost 10 years ago)
- Last Synced: 2023-04-11T17:11:35.156Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 129 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```