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

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

no

no.

Pinned

  1. ways-to-play ways-to-play Public

    “A Site About Games”

    TypeScript 3 1

  2. 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):
    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 adventofcode Public

    Solutions for https://adventofcode.com/

    COBOL

  4. programming-history programming-history Public

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

    45 1

  5. email-validate-hs email-validate-hs Public

    Email address validation for Haskell

    Haskell 42 23

  6. find-reads find-reads Public

    Chrome/Edge extension to find Overdrive links for Goodreads books

    JavaScript 1