Skip to content
View Porges's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Azure-Samples @PowerAssert @microsoft @Azure @github-beta @Auckland-FSharp @MicrosoftDocs

Block or report Porges

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Porges/README.md

Hello visitor! There’s some stuff here, but you might want to look at porg.es as well.

Pinned Loading

  1. ways-to-play Public

    “A Site About Games”

    Rust 5 1

  2. Uniquely identified words of the for...
    1
    # to look up a word by "definition" (f2d = find):
    2
    f2d() { grep -ixe "$(echo "$1" | sed 's/[[:digit:]]\+/\\w\\{\0\\}/g')" /usr/share/dict/words; }
    3
    
                  
    4
    # to generate the word lists below:
    5
    while 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
  3. adventofcode Public

    Solutions for https://adventofcode.com/

    COBOL 1

  4. programming-history Public

    Inspired by Cajori’s A History of Mathematical Notations, and/or TV Tropes.

    45 1

  5. email-validate-hs Public

    Email address validation for Haskell

    Haskell 43 22

  6. find-reads Public

    Chrome/Edge extension to find Overdrive links for Goodreads books

    JavaScript 2

412 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to Porges/ways-to-play, Porges/Porges, Porges/adventofcode and 35 other repositories
Loading A graph representing Porges's contributions from April 21, 2024 to April 21, 2025. The contributions are 91% commits, 5% issues, 3% pull requests, 1% code review.

Contribution activity

April 2025

Created 1 commit in 1 repository
Created 1 repository

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
Loading