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

Report abuse

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

Report abuse
Porges/README.md

no

no.

Pinned Loading

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

    “A Site About Games”

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