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
Locale Identifier | Description | |
---|---|---|
af | Afrikaans | |
af-NA | Afrikaans (Namibia) | |
af-ZA | Afrikaans (South Africa) | |
agq | Aghem | |
agq-CM | Aghem (Cameroon) | |
ak | Akan | |
ak-GH | Akan (Ghana) | |
am | Amharic | |
am-ET | Amharic (Ethiopia) |
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
# See: Could American Evangelicals Spot the Antichrist? Here Are the Biblical Predictions: | |
# https://www.benjaminlcorey.com/could-american-evangelicals-spot-the-antichrist-heres-the-biblical-predictions/ | |
# | |
# Bayesian Analysis for All Prophesies | |
# ------------------------------------- | |
# This script assumes that each prophecy provides independent evidence. | |
# For each prophecy, we define: | |
# - P_H: Probability of observing this evidence if Trump is the Antichrist. | |
# - P_notH: Probability of observing this evidence if Trump is NOT the Antichrist. | |
# |
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
GFORCE => git add -A && git commit --amend -C HEAD && git push -f | |
c => git_index | |
cbg => git rev-parse --verify HEAD | simple_clipboard | |
g => git | |
ga => git_add_shortcuts | |
gaa => git add -A | |
gap => git add -p | |
gash => git stash | |
gasha => git stash apply | |
gashl => git stash list |
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
esphome: | |
name: rangehood | |
includes: | |
- rangehood_button_leds.h | |
esp32: | |
board: nodemcu-32s | |
framework: | |
type: arduino |
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
module HasUid | |
extend ActiveSupport::Concern | |
# Skips characters that look the same, such as 0 and O | |
UID_CHARS = 'abcdefghjkmnpqrstxyzACDEFGHJKLMNPQRSTXYZ2345679'.split('') | |
def self.generate_uid(length) | |
Array.new(length) { | |
UID_CHARS[SecureRandom.random_number(UID_CHARS.size)] | |
}.join |
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
[Unit] | |
Description=Compile Jinja templates to YAML in Home Assistant config directory | |
After=network.target | |
StartLimitIntervalSec=0 | |
[Service] | |
Type=simple | |
Restart=always | |
RestartSec=3 | |
ExecStart=/opt/ha_compile_jinja.sh |
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
// ==UserScript== | |
// @name Make CircleCI links clickable | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Scan CircleCI step output for URLs and turn them into links | |
// @author You | |
// @match https://app.circleci.com/pipelines/github/*/*/*/workflows/*/jobs/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=circleci.com | |
// @grant none | |
// @require https://code.jquery.com/jquery-3.6.0.min.js |
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 | |
set -eo pipefail | |
CURRENT_DIR="$(realpath "$(dirname "$0")")" | |
ROOT_DIR="$(realpath "$CURRENT_DIR"/..)" | |
DEBUG="" | |
debug() { | |
if [ "$DEBUG" != "true" ]; then return; fi | |
echo "[DEBUG] $(date -u +"%Y-%m-%d %H:%M:%S") $*" >&2 | |
} |
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 | |
set -eo pipefail | |
CURRENT_DIR="$(realpath $(dirname "$0"))" | |
ROOT_DIR="$(realpath $CURRENT_DIR/..)" | |
# https://gitlab.com/*********/********** | |
PROJECT_ID="**********" | |
if ! [ -f "$ROOT_DIR/.gitlab-api-token" ]; then | |
echo "Please create a file named .gitlab-api-token in $ROOT_DIR, containing your GitLab API token" >&2 |
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
Copyright 2022 Nathan Broadbent. All rights reserved. | |
Permission is hereby granted, free of charge, to any person obtaining a copy of this PDF document, software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
THE PDF AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR I |
NewerOlder