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 | |
# Creates a nice list of github action usage across your organisations repos | |
# Useful for making sure you are using pinned dependencies | |
# Idea from this blog post: https://alexwlchan.net/2025/github-actions-audit/ | |
ORG="" # github org name to only search their repos, case sensitive | |
temp_file=$(mktemp) | |
for dir in */; do |
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
<link rel="preconnect" href="https://fonts.gstatic.com"> | |
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet"> |
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
function loadScript(src, done) { | |
var js = document.createElement('script'); | |
js.src = src; | |
js.onload = function() { | |
done(); | |
}; | |
js.onerror = function() { | |
done(new Error('Failed to load script ' + src)); | |
}; | |
document.head.appendChild(js); |
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: '3.7' | |
services: | |
dokku: | |
image: dokku/dokku:latest | |
hostname: dokku.ghent.cloud | |
environment: | |
- DOKKU_HOSTNAME=dokku.domain.cloud | |
- VIRTUAL_PORT=32087 | |
- VIRTUAL_HOST=dokku.domain.cloud |
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
βοΈ Weather for January 19th 1970 | |
Wind Speed: 2.6 | |
Temp: 15.6 |
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
π 67,827 Karma Points | |
π Completed 26 tasks today | |
π Completed 69 tasks this week | |
β Completed 48,166 tasks so far | |
β Current streak is 214 days |
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
# Usage | |
# $ python sqs_to_sns.py my-queue-name | |
import boto3 | |
import sys | |
import queue | |
import threading | |
from datetime import datetime | |
import json |
This file has been truncated, but you can view the full file.
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
BEGIN KEYBASE SALTPACK ENCRYPTED MESSAGE. kiZ8aa8yNOPC2nP QD3QMcidyL09lR5 MySgQoO1nsBkGL8 Q0PPVIr9PTcy80z Xt8fjv9Hw5otXUG vuWdcPfYXhZkMDj GKuYVPMN83F1zJx NwJJA7Ul0KAKKar HPHZldbWTtbLZZv FFpyY0QcK8ta74p BO0IsoNT9o6MIJj MYP5QjAMeSaVs2T JURywH2qeC8Iw6Q V9UrzCll0B1lhP8 cF5dpUVT30FYDjo Wgrkt9JNpCg8kQC DywDgY5YvRmCo2G w0NKnd1XnwNImYi ORk91xN6dg5Yxoj pEGvitTzfo4Cd2j wpJDi3GEAJCQoga LgxitYkt0y7k51a KggYM3aV2CjGBEI w59SAlMIn4p9yOj v3l5oV49CdMGlVc jTtz1tFshDHfpmu rO1IY93Ab1U39Yd b3SI9BdNCKJtmd1 Y6UvBc4dCedpgVi BsllKY5AlYFFFDo E3rTkEBpalmILn6 Yvr1fUrPLOPbFI9 0OaQD6fz8fU2sUU VGExM9rTCMdrXP9 zpKciyNxHXA32vi 6MoT7hipvGhGSub Q4l0A2vYE9rZXFQ EauKE6HT9MkLfIo UMZ1TJ2Zy4z5j5Y 7TJdI5qh9l3Jge5 uGu6Wzt1KXBML4R IBD7hRxZRCCerCH TFmuyEytJ2LF99W c8WZCR3NF42XAW9 zCGx5Tqy2XVGmD4 hni9cVtdvdWT4cC 44U573bReogxJw6 TunRRjKVqyXZcUF AXIdHj0TFCNOGhK ruotaETb0XJM0dO EMkQfBRmjc4Pt65 ZnpKBp6ZpS5U8br QbWlxRzBSAjwqwF jQW7Ac6jAHuSt7y 18wpWUeRLgUr5yK eXLOL4x9QROL5Or QX0aWHuL70xxjKE Uns2HfkMEqWb9gA EUUfbsnSyFcFtsl zQnEkUJk48sFven BUAhZ4Fiq0rqNEE J1Hid5 |
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
β° Stats for May 7th 2021 | |
Productivity Pulse 6h 11m ββββββββββ 80% | |
All Productive 5h 2m ββββββββββ 82% | |
All Distracting 47m 52s ββββββββββ 13% | |
Neutral 20m 42s ββββββββββ 6% |
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
. |
NewerOlder