Monday, 29 June 2020
Interesting Snippets from 2020-06-29
-
GitHub - maxgoedjen/secretive: Store SSH keys in the Secure Enclave
Secretive is an app for storing and managing SSH keys in the Secure Enclave. It is inspired by the sekey project, but rewritten in Swift with no external dependencies and with a handy native management app.
-
GitHub - formatc1702/WireViz: Easily document cables and wiring harnesses
WireViz is a tool for easily documenting cables, wiring harnesses and connector pinouts. It takes plain text, YAML-formatted files as input and produces beautiful graphical output (SVG, PNG, ...) thanks to GraphViz. It handles automatic BOM (Bill of Materials) creation and has a lot of extra features.
-
Bluetooth Score and Tests: Headphones - RTINGS.com
For our Bluetooth score, we first determine whether the headphones support Bluetooth and, if so, which version. We then look at whether they support multi-device pairing and if they can pair via NFC.
-
Scrapoxy
Scrapoxy hides your webscraper behind a cloud. It starts a pool of proxies to relay your requests. Now, you can crawl without thinking about blacklisting! It is written in ES6 (Node.js and AngularJS) and it is open source!
-
The CNIL publishes a GDPR guide for developers | CNIL
In order to assist web and application developers in making their work GDPR-compliant, the CNIL has drawn up a new guide to best practices under an open source license, which is intended to be enriched by professionals.
-
GitHub - jpmorganchase/regular-table: A regular
library, for async and virtual data models.
A Javascript library for the browser, regular-table exports a custom element named
, which renders a regular HTML to a sticky position within a scollable viewport. Only visible cells are rendered and queried from a natively async virtual data model, making regular-table ideal for enormous or remote data sets. Use it to build Data Grids, Spreadsheets, Pivot Tables, File Trees