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
[tool.poetry] | |
name = "pd-vcard" | |
version = "0.0.1" | |
description = "" | |
authors = ["Your Name <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.8" | |
vobject = "*" | |
phonenumbers = "*" |
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
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; } |
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
- Chicken | |
- boneless skinless chicken breast containing up to 16% | |
solution of water, | |
- seasoning | |
- yeast extract | |
- onion powder | |
- sea salt | |
- garlic powder | |
- sugar | |
- salt |
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
$ 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 |
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
# 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: |
OlderNewer