abramhindle / wocawoca

World of Code Assistant Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WOCaWOCa

Dumb utilities for working with World of Code (WOC)

choosen.py

From a stream sample n elements without knowing the length of the stream.

seq 1 1000000 | python3 choosen.py 100 > /tmp/100elements.txt

Use only the memory of N elements.

About

World of Code Assistant Scripts


Languages

Language:Python 100.0%