https://github.com/mikeoleynik/nmax-fb
https://github.com/mikeoleynik/nmax-fb
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikeoleynik/nmax-fb
- Owner: mikeoleynik
- License: mit
- Created: 2019-09-30T09:16:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T18:44:37.000Z (over 6 years ago)
- Last Synced: 2025-01-29T11:44:30.822Z (over 1 year ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://travis-ci.org/mikeoleynik/nmax-fb)
## Nmax
Библиотека, которая находит n самых больших целых чисел, встретившихся в полученных текстовых данных.
### Установка
```
git clone git@github.com:mikeoleynik/nmax-fb.git
cd nmax-fb
bundle install
gem build nmax.gemspec
gem install nmax-0.1.0.gem
```
### Usage
`cat /path/to/text/file.txt | nmax 5`