csvtools by Ciro Santilli 37 Updated +Created
A fast version of a somewhat subset of csvkit, written in C.
Build failed with undefined reference to pcre_config on Ubuntu 23.04: github.com/DavyLandman/csvtools/issues/18
Unfortunately it is lacking some basic options, like optional header + selecting column by index on csvgrep (though csvcut has it). The project seems kind of dead.
Also unclear if it allows to filter + print only selected columns.
xsv by Ciro Santilli 37 Updated +Created
pdftk by Ciro Santilli 37 Updated +Created
Extract certain pages of a PDF:
pdftk input.pdf cat 2-4 output out1.pdf
Rust library by Ciro Santilli 37 Updated +Created
csvgrep and select column in csvkit by Ciro Santilli 37 Updated +Created
There seems to be no way without a pipe, you seem to need to reparse the columns, e.g. the tutorial at: csvkit.readthedocs.io/en/latest/tutorial/2_examining_the_data.html#csvgrep-find-the-data-you-need does:
csvcut -c county,item_name,total_cost data.csv | csvgrep -c county -m LANCASTER
AGI architecture by Ciro Santilli 37 Updated +Created
Video 1.
From Machine Learning to Autonomous Intelligence by Yann LeCun (2023)
Source. After a bunch of B.S., LeCun goes on to describe his AGI architecture. Nothing ground breaking, but not bad either.
IBM Db2 by Ciro Santilli 37 Updated +Created
Oracle Database by Ciro Santilli 37 Updated +Created
Often known simply as SQL Server, a terrible thing that makes it impossible to find portable SQL answers on Google! You just have to Google by specific SQL implementation unfortunately to find anything about the open source ones.
SQLite import CSV by Ciro Santilli 37 Updated +Created
Ubuntu 21.04 by Ciro Santilli 37 Updated +Created
SQLite import CSV from stdin by Ciro Santilli 37 Updated +Created
Max von Laue by Ciro Santilli 37 Updated +Created

There are unlisted articles, also show them or only show them.