Saturday, 31 July 2021
Interesting Snippets from 2021-07-31
-
GitHub - vi/websocat
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions Features Connecting to and serving WebSockets from command line. Executing external program and making it communicate to WebSocket using stdin/stdout. Text and binary modes, converting between lines (or null-terminated records) and messages. Inetd mode, UNIX sockets (including abstract namespaced on Linux). Integration with Nginx using TCP or UNIX sockets. Directly using unauthenticated SOCKS5 servers for connecting to WebSockets and listening WebSocket connection. Auto-reconnect and connection-reuse modes. Linux, Windows and Mac support, with pre-built executables. Low-level WebSocket clients and servers with overridable underlying transport connection, e.g. calling external program to serve as a transport for websocat (for SSL, proxying, etc.).
Interesting Snippets from 2021-07-29
-
The Public Suffix List
A "public suffix" is one under which Internet users can (or historically could) directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.ma.us. The Public Suffix List is a list of all known public suffixes.
Interesting Snippets from 2021-07-28
-
New Relic Platform
Move beyond traditional monitoring and embrace observability. New Relic One is designed for everything that makes modern software great, with a connected, real-time view of all your operational data in one place. So you can respond faster, optimize better, and build more perfect software.
Interesting Snippets from 2021-07-27
-
GitHub - inikep/lzbench: lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors. It joins all compressors into a single exe. At the beginning an input file is read to memory. Then all compressors are used to compress and decompress the file and decompressed file is verified. This approach has a big advantage of using the same compiler with the same optimizations for all compressors.
-
Silesia Corpus
The intention of the Silesia corpus is to provide a data set of files that covers the typical data types used nowadays. The sizes of the files are between 6 MB and 51 MB. The chosen files are of different types and come from several sources. In our opinion, nowadays the two fastest growing types of data are multimedia and databases. The former are typically compressed with lossy methods so we do not include them in the corpus. The database files, osdb, sao, nci, come from three different fields. The first one is a sample database from an open source project that is intended to be used as a standard, free database benchmark. The second one, sao, is one of the astronomical star catalogues. This is a binary database composed of records of complex structure. The last one, nci, is a part of the chemical database of structures.
Interesting Snippets from 2021-07-20
-
GitHub - qarmin/szyszka: Szyszka is fast and powerful file renamer
Features Written in Rust Available for Linux, Mac and Windows Simple GUI created using GTK3 Multiple rules which can be freely combined: Replace text Trim text Add text Add numbers Purge text Change letters to upper-/lowercase Custom rules Ability to edit, reorder rules and results Handle even hundreds thousands of records