Mark Litwintschik
Mark Litwintschik
I recently used this library to extract the second-level domain names from the 1.2 billion PTR records in Rapid7's [Sonar](https://opendata.rapid7.com/sonar.rdns_v2/) database. As an example it would extract ``totinternet`` from ``node-nnf.pool-1-1.dynamic.totinternet.net``....
The main table of contents / left-hand navigation is vital to exploring the documentation but it's hidden under the burger menu when Chrome is full-screen on my MacBook Pro. If...
Normally passing a dash when decompressing with other tools will cause the decompressor to output to stdout. There doesn't seem to be such support in ouch. ```bash echo hello >...
I compressed a 3,853,508,608-byte SQLite3 file using ouch 0.2.0 and pkzip on macOS 11.6. The resulting zip ouch produced was 611,722,010 bytes which was 1,729,697 bytes smaller than Info-ZIP's version...
Is there a way I can load multiple parquet files? My first guess brings back the following IOError from Arrow: ```sql CREATE VIRTUAL TABLE trips USING parquet('parquet/*'); ``` ``` Error:...
I ran a benchmark dumping a DBF to CSV 1,000 times using dbfread 2.0.7 and Pandas 0.24.1 and comparing it to https://github.com/yellowfeather/dbf2csv. The file I used was a 1.5 MB...
Elasticsearch 2.2.0 is complaining Knapsack is incompatible. From `/var/log/elasticsearch/elasticsearch.log` after starting Elasticsearch: ``` java.lang.IllegalArgumentException: Plugin [knapsack] is incompatible with Elasticsearch [2.2.0]. Was designed for version [2.1.1] at org.elasticsearch.plugins.PluginInfo.readFromProperties(PluginInfo.java:118) at org.elasticsearch.plugins.PluginsService.getPluginBundles(PluginsService.java:378)...
The yellow line is where the ne_10m_admin_0_countries shapefile places the border between Russia and Estonia. The red line is where the border actually is. The Natural Earth border cuts through...
### ImageMagick version 7.1.1-21 ### Operating system Linux ### Operating system, version and so on Ubuntu for Windows (Ubuntu 20 effectively) ### Description The GeoTIFF information on the location an...