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 aboutblocking 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 aboutreporting abuse.

Report abuse
Porges/README.md

Hello visitor! There’s some stuff here, but you might want to look atporg.esas well.

Pinned Loading

  1. ways-to-play ways-to-playPublic

    “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
    whilereadword;doif[["${#word}"-gt2&&"$word"!=*"'"*]];thenecho"$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 adventofcodePublic

    Solutions for https://adventofcode /

    COBOL 1

  4. programming-history programming-historyPublic

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

    45 1

  5. email-validate-hs email-validate-hsPublic

    Email address validation for Haskell

    Haskell 42 23

  6. find-reads find-readsPublic

    Chrome/Edge extension to find Overdrive links for Goodreads books

    JavaScript 1