The NaCl install instructions http://nacl.cr.yp.to/install.html state:
Here is how to download and compile NaCl:
wget https://hyperelliptic.org/nacl/nacl-20110221.tar.bz2
| { | |
| "version": "3.20.4", | |
| "description": "Open-source, cross-platform family of tools designed to build, test and package software", | |
| "homepage": "https://cmake.org/", | |
| "license": "BSD-3-Clause", | |
| "architecture": { | |
| "64bit": { | |
| "url": "https://github.com/Kitware/CMake/releases/download/v3.20.4/cmake-3.20.4-windows-x86_64.zip", | |
| "hash": "965d2f001c3ca807d288f2b6b15c42b25579a0e73ef12c2a72c95f4c69123638", | |
| "extract_dir": "cmake-3.20.4-windows-x86_64" |
The NaCl install instructions http://nacl.cr.yp.to/install.html state:
Here is how to download and compile NaCl:
wget https://hyperelliptic.org/nacl/nacl-20110221.tar.bz2
| <?php | |
| /** | |
| * When using the WordPress Importer, update existing | |
| * posts instead of skipping them. Updates content according | |
| * to the import file even if the existing post was updated | |
| * more recently. | |
| * | |
| * To use, drop this file into your /mu-plugins/ folder or | |
| * copy this code into your functions.php file. |
This was suprisingly non-obvious. Key clues:
# initial setup
sudo apt updateIPFire supports net-to-net connections.
Part of setting up the connection with non-IPFire peers often involves generating a .ovpn file from the client package.
There are some client docs about how to do this, but not net-to-net.
For net-to-net clients, IPFire generates a zip file containing two files. Both files are named based on the name you choose for the VPN.
I recently installed PSpice for TI (version 17.4-2020 S002 Windows SPB 64-bit edition).
After installing, Git for Windows bash no longer worked as expected. Instead of starting up in my home directory, it started up in the (emulated) root directory; and it didn't load my profile. (In other words, installing PSpice for TI broke my Git for Windows installation.)
Investigation revealed that the installation had created an environment variable HOME in my profile, with the value c:\mcci\projects\SBP_Data. It was easy enough to fix this.
System| { | |
| "version": "3.14.0", | |
| "description": "Open-source, cross-platform family of tools designed to build, test and package software", | |
| "homepage": "https://cmake.org/", | |
| "license": "BSD-3-Clause", | |
| "architecture": { | |
| "64bit": { | |
| "url": "https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0-win64-x64.zip", | |
| "hash": "40e8140d68120378262322bbc8c261db8d184d7838423b2e5bf688a6209d3807", | |
| "extract_dir": "cmake-3.14.0-win64-x64" |
| { | |
| "version": "3.14.7", | |
| "description": "Open-source, cross-platform family of tools designed to build, test and package software", | |
| "homepage": "https://cmake.org/", | |
| "license": "BSD-3-Clause", | |
| "architecture": { | |
| "64bit": { | |
| "url": "https://github.com/Kitware/CMake/releases/download/v3.14.7/cmake-3.14.7-win64-x64.zip", | |
| "hash": "e3ce0bdd966dc9a8e9c57ea949bc195c36c6f843bd3e431990d59c381be7ba8e", | |
| "extract_dir": "cmake-3.14.7-win64-x64" |
I needed the list of supported languages for highlightjs, used by Markdown code fences (```).
There is a list at https://highlightjs.org/usage/, but was not readable. But it looked like markdown, so I grabbed it and made a markdown table.
| Language | Classes | Package |
|---|---|---|
| 1C | 1c | |
| ABNF | abnf | |
| Access logs | accesslog | |
| Ada | ada |
| // Updated 2017-04-20 23:08 EDT tmm@mcci.com -- fix typos in comments | |
| // Add this in your application's "payload formats" section of | |
| // https://console.thethingsnetwork.org | |
| function Decoder(bytes, port) { | |
| // Decode an uplink message from a buffer | |
| // (array) of bytes to an object of fields. | |
| var decoded = {}; | |
| if (port === 1) { | |
| cmd = bytes[0]; |