Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Achievements

Achievements

Organizations

@Azure-Samples @PowerAssert @microsoft @Azure @github-beta @Auckland-FSharp @MicrosoftDocs
Block or Report

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.

Report abuse

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

Report abuse
Porges/README.md

no

no.

Pinned

  1. “A Site About Games”

    JavaScript 2

  2. 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. Solver for sliding-block games

    Rust

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

    44

  5. Email address validation for Haskell

    Haskell 38 21

981 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Mon Wed Fri

Contribution activity

March 2022

Created 1 repository

Created a pull request in Azure/azure-service-operator that received 2 comments

Go 1.18

G E N E R I C S

+12 −9 2 comments
Opened 4 other pull requests in 2 repositories
Reviewed 3 pull requests in 1 repository

Created an issue in kubernetes-sigs/cli-experimental that received 1 comment

Install from source instructions don't work with go 1.18

https://kubectl.docs.kubernetes.io/installation/kustomize/source/ go get is not permitted for global installations, and, go install doesn't work with

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.