| Abbrev | Meaning | Additional information |
|---|---|---|
| SCOL | Sheet column | Refers to a column inside of the sheet. |
| TCOL | Table column | [^1] Refers to a column inside of a table in the sheet. |
| FM | Formula | [^2] A Google Sheets Formula. |
| DN | Domain name | [^3] A domain name. |
| TLD | Top-level domain | [^4] A domain "extension", e.g. COM or NET. |
| CUR | Currency | A monetary cost. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dump-pdfs-recent () { | |
| local loc="$(whence -p fd)" || return $? | |
| local arg=(-j 16 -u -e pdf --changed-within) | |
| local arq=(-q -1) | |
| local acw="$1" | |
| if (( ! ${#acw} )); then | |
| print "Usage: dump-pdfs-recent [time (3m | 1h)] [fd args]..." | |
| return 64 | |
| fi |
This CSV was generated using arktiv/table-csv-chrome, and cleaned up using the following command:
cat sentinel-exit-code.csv | tr -d $'\x0d' | tr -d $'\xc2' | tr -d $'\xef' | tr -d $'\xbb' | tr -d $'\xbf' > sentinel-exit-code-conv.csvYou can find the relevant documentation at the following link:
https://[instance subdomain].sentinelone.net/docs/en/return-codes-after-installing-or-updating-windows-agents.html##
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Terraform < Formula | |
| desc "Tool to build, change, and version infrastructure" | |
| homepage "https://www.terraform.io/" | |
| url "https://github.com/hashicorp/terraform/archive/refs/tags/v1.7.1.tar.gz" | |
| sha256 "6a43ee1aeb3cd96e6407f746bea13572d98c01624c77a2e467628744ea8b7925" | |
| license "BUSL-1.1" | |
| head "https://github.com/hashicorp/terraform.git", branch: "main" | |
| # TODO: Remove this if/when the formula is deprecated. | |
| livecheck do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This script runs all .sh files, excluding itself, in the directory it's run in. | |
| # Get name of self script. Only works when running in current dir, doesn't work with symlinks. I'm lazy. | |
| SELF="$(basename "$0")" | |
| for file in *.sh; do | |
| # Check if script is not self, and is a file | |
| if [[ "$file" != "$SELF" ]] && [[ -f "$file" ]]; then | |
| # Check if script is not executable |
mkdir -p ~/.local/bin
wget -O ~/.local/bin/genpasswd https://gist.githubusercontent.com/5HT2/30f98284e9f92e1b47b4df6e05a063fc/raw/9b5479444845c9866a227a0bdef31dc116a546df/genpasswd.sh
chmod +x ~/.local/bin/genpasswd
# Please make sure that ~/.local/bin is in your $PATH
echo "$PATH" | tr ':' '\n'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fun main() { | |
| val snowflake = 563138570953687061 // 2019-04-03T23:11:37.924Z | |
| println(snowflake.toInstant().prettyFormat()) | |
| } | |
| /** | |
| * @return an Epoch millisecond from a Discord Snowflake | |
| * [offset] defaults to the first millisecond of 2015, or a "Discord Epoch" | |
| */ |
Expand
- PCB [boardsource]
- Case [boardsource]
- ProMicro x2 [boardsource]
- Spring pin header 12p x4 (solder guide) [ebay]
- Switches x58 - Cherry MX RGB Silent Pink linear [kbdfans]
Prerequisites:
- MultiMC
- a UUID and username from https://namemc.com/username
Replace /home/user/.local/share/multimc/accounts.json with this
{
"accounts": [
{