Skip to content

Instantly share code, notes, and snippets.

View wlonkly's full-sized avatar

Rich Lafferty wlonkly

View GitHub Profile
[tool.poetry]
name = "pd-vcard"
version = "0.0.1"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
vobject = "*"
phonenumbers = "*"
a8e () { LEN=$(( $(echo -n $1 | wc -c) - 2)); echo $1 | sed "s/^\(.\).*\(.\)$/\1$LEN\2/"; }
e9e () { LEN=$(echo $1 | sed 's/^.\(.*\).$/\1/'); GREP=$(echo $1 | sed "s/^\(.\).*\(.\)$/^\1.{$LEN}\2$/"); grep -E "$GREP" /usr/share/dict/words; }
- Chicken
- boneless skinless chicken breast containing up to 16%
solution of water,
- seasoning
- yeast extract
- onion powder
- sea salt
- garlic powder
- sugar
- salt
@wlonkly
wlonkly / gist:ba9171ce575bd039cbc5cf4a141d8abc
Created October 4, 2023 03:35
traceroute from Bell Aliant Dartmouth to www.google.com
$ traceroute -a www.google.com
traceroute to www.google.com (142.250.65.164), 64 hops max, 52 byte packets
1 [AS0] router (10.55.10.254) 25.508 ms 4.343 ms 4.139 ms
2 [AS0] 192.168.2.1 (192.168.2.1) 4.920 ms 2.573 ms 4.485 ms
3 [AS0] 10.178.218.5 (10.178.218.5) 4.236 ms 5.520 ms 40.034 ms
4 [AS855] be14-83.cr01.drmo.ns.aliant.net (142.176.104.145) 8.041 ms
[AS855] ae15-84.cr02.drmo.ns.aliant.net (142.176.104.149) 7.096 ms
[AS855] be14-83.cr01.drmo.ns.aliant.net (142.176.104.145) 4.946 ms
5 [AS855] hg-0-4-0-0.cr01.hlfx.ns.aliant.net (142.166.211.73) 7.371 ms
[AS855] hg-0-4-0-1-50.cr01.drmo.ns.aliant.net (142.166.218.65) 6.580 ms 7.419 ms
@wlonkly
wlonkly / Justfile
Last active August 29, 2024 20:34
using things that aren't make for things that aren't compilation dependencies
# feels like make but without the weirdnesses
# look, ma, i'm using spaces!
publish:
scripts/publish.sh
force-publish:
scripts/publish.sh -f
post title: