Hello visitor! There’s some stuff here, but you might want to look at porg.es as well.
🏠
Working from home
(this is mostly a junkyard, but there are some nice bits)
- Auckland, Aotearoa [New Zealand]
-
22:38
- 12h ahead - https://porg.es/
- https://orcid.org/0000-0003-2072-8026
- @[email protected]
- @porg.es
- https://games.porg.es
Pinned Loading
-
-
Uniquely identified words of the for...
Uniquely identified words of the form i18n, l10n (ignoring but preserving case, skipping words with apostrophes, using wamerican wordlist) 1# to look up a word by "definition" (f2d = find):
2f2d() { grep -ixe "$(echo "$1" | sed 's/[[:digit:]]\+/\\w\\{\0\\}/g')" /usr/share/dict/words; }
34# to generate the word lists below:
5while read word; do if [[ "${#word}" -gt 2 && "$word" != *"'"* ]]; then echo "$word ${word: 0:1} $((${#word} - 2)) ${word: -1:1}"; fi; done < /usr/share/dict/words | sort -f -k2,2 -k3,3n -k4,4 | uniq -u -i -f1 | awk '{ print $2 $3 $4 " " $1 }' > AnZ.txt
-
-
programming-history
programming-history PublicInspired by Cajori’s A History of Mathematical Notations, and/or TV Tropes.
-
-
find-reads
find-reads PublicChrome/Edge extension to find Overdrive links for Goodreads books
JavaScript 2
412 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
April 2025
Created 1 commit in 1 repository
Created 1 repository
-
Porges/azure-functions-docker
Dockerfile
This contribution was made on Apr 9
Created a pull request in Azure/azure-functions-docker that received 1 comment
[Draft] Add GitHub Actions schedule to ensure images are refreshed every 2 weeks
Add a schedule
trigger to the refresh
workflow so that images are refreshed at least once every two weeks. This is the cadence that is documented …
+6
−1
lines changed
•
1
comment
7
contributions
in private repositories
Apr 5