php stream sampler
1.0.0
接收並處理由單一字元組成的輸入流的流採樣器。該程式將樣本大小作為參數,並使用那麼多字元產生隨機代表性樣本。
安裝依賴項:
$ php composer install
用法:
$ cat bin/input.txt | bin/stream-sampler 5
$ bin/stream-sampler 5
測試:
$ bin/phpunit