Skip to content
Avatar
?
Working from home
?
Working from home

Achievements

Achievements

Organizations

@PowerAssert @Azure @github-beta @Auckland-FSharp
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. Inspired by Cajori’s A History of Mathematical Notations, and/or TV Tropes.

    43

  2. Email address validation for Haskell

    Haskell 38 21

  3. bege Public

    A toy optimizing compiler for Befunge → .NET (I think it is currently broken?)

    F# 2 3

  4. “A Site About Games”

    TypeScript 1

  5. 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

1,075 contributions in the last year

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

Contribution activity

December 2021

Created a pull request in Azure/azure-service-operator that received 1 comment

[Automated] Update Code Structure Diagrams

Update visualisation diagrams showing the structure of ASO code Auto-generated by create-pull-request

+3 −3 1 comment
Opened 2 other pull requests in 1 repository
Reviewed 5 pull requests in 1 repository

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