CLI tool and python library that converts the output of popular command-line tools and file-types to JSON or Dictionaries. This allows piping of output to tools like jq and simplifying automation s... (more…)
Read more »
The entire process took 1hr and 10 minutes exactly. It was fun. if you have any other things that you'd like to see me create and time lapse please leave a c... (more…)
Read more »
Suppose you are reading from an unbounded data source in increments of a certain size. This is a common sort of situation; for example, reading lines from stdin. The total length of the data source is not known in advance, so the only thing to do is keep ... (more…)
Read more »
I changed the Python's source code and made addition incorrect and unpredictable. The addition operation will internally perform either Subtraction. Multiplication, Floor Division or Power at random. (more…)
Read more »