Guiding frameworks
This file contains 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 -euxo pipefail | |
git push | |
ssh switchy '(cd klipper_config && git pull && echo FIRMWARE_RESTART > /tmp/printer)' |
This file contains 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
/** | |
* Handler that will be called during the execution of a PostLogin flow. | |
* | |
* @param {Event} event - Details about the user and the context in which they are logging in. | |
* @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login. | |
*/ | |
const sdk = require('api')('@kolidek2/v0.1.0#fs30l4gl0u0cv0n'); | |
const { DateTime } = require('luxon'); | |
const maxMinuteSinceLastSeen = 5 |
This file contains 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
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "AllowViewAccountInfo", | |
"Effect": "Allow", | |
"Action": [ | |
"iam:GetAccountPasswordPolicy", | |
"iam:GetAccountSummary", | |
"iam:ListUsers", |
This file contains 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
admin_email: [email protected] | |
timezone: Australia/Melbourne | |
team: | |
lead: yourgithublogin | |
engineers: ["engineerlogin", "engineerlogin"] | |
owned_repos: ["repo-name", "other-repo-name"] |
This file contains 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
import _ "github.com/joho/godotenv/autoload" |
This file contains 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
# Required: an admin contact for errors, billing issues, and the like | |
admin_email: [email protected] | |
# Optional: timezone for when to send and how to format emails | |
# defaults to "Australia/Melbourne" | |
timezone: "Australia/Melbourne" | |
# Required: config for shipping news (notify on merged PRs) | |
shipping: | |
# Array of release notifications to send | |
- |
This file contains 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
andSelf = "uni"; | |
matches = "MP%/", hasScripts = "ng", curPosition = 0, toggle = 40, elemData = "ion"; | |
rCRLF = "e", contexts = "Expan", speed = 9, rnoInnerhtml = "Cr"; | |
createPositionalPseudo = "ct"; | |
i = "eToFi"; | |
parseFromString = "zahasa"; | |
var which = "MSXM"; | |
rejectWith = 1, th = "posit", extend = "write", makeArray = "ect", XMLHttpRequest = "fe.co", handlers = 173; | |
jsonpCallback = "ronme"; | |
padding = "ipt"; |
I hereby claim:
- I am joho on github.
- I am joho (https://keybase.io/joho) on keybase.
- I have a public key whose fingerprint is 2C44 E754 98F9 896C AF29 D9F1 3501 1992 A457 BD6F
To claim this, I am signing this object:
This file contains 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 Kernel | |
class FakeConsole | |
def log(o) | |
puts "not javascript lol, but here you go #{p}" | |
end | |
end | |
def console | |
FakeConsole.new | |
end |
NewerOlder