Skip to content

Instantly share code, notes, and snippets.

View joshghent's full-sized avatar
🤡
🔫

Josh Ghent joshghent

🤡
🔫
View GitHub Profile
<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">
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);
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
☀️ Weather for January 19th 1970
Wind Speed: 2.6
Temp: 15.6
🏆 63,676 Karma Points
🌞 Completed 0 tasks today
📅 Completed 14 tasks this week
✅ Completed 43,704 tasks so far
⌛ Current streak is 107 days
@joshghent
joshghent / sqs_to_sns.py
Created January 14, 2020 10:29
A small script to push messages from SQS to SNS
# Usage
# $ python sqs_to_sns.py my-queue-name
import boto3
import sys
import queue
import threading
from datetime import datetime
import json
@joshghent
joshghent / debug.txt.enc
Created December 4, 2019 16:15
Terraform Debug Log (Encrypted with Terraform Public Key from Keybase.io)
This file has been truncated, but you can view the full file.
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
⏰ Stats for May 7th 2021
Productivity Pulse 6h 11m ████████░░ 80%
All Productive 5h 2m ████████▏░ 82%
All Distracting 47m 52s █▎░░░░░░░░ 13%
Neutral 20m 42s ▌░░░░░░░░░ 6%
@joshghent
joshghent / musicbox
Created October 30, 2019 09:45
MusicBox
.
We couldn’t find that file to show.