otabdeveloper

↗ HN profile [ 977 ms ] full profile
Karma
170
Created
December 5, 2014 (11y ago)
Submissions
0
  1. https://bitbucket.org/tkatchev/yalz77 Fully standard platform-independent C++, only one C++ header with about 300 lines of code, and yet good enough to be useful for practical work. Designed for those places where you…

  2. It's actually a statically-typed, type-inferred declarative non-Turing-complete language for querying tabular text files. (Such csv/tsv or webserver logs.) It's designed to fill the niche between SQL and traditional…

  3. 'tab' is a command-line utility for processing data in tabular text files (think CSV or webserver logs) in a much more serious and rigorous way than 'awk' and friends can. Born out of a real need to compute and…