Skip to content
View cwg83's full-sized avatar
Block or Report

Block or report cwg83

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

Pinned

  1. Chess-PGN-Replayer Chess-PGN-Replayer Public

    A Python program that takes a chess PGN as input and replays the game in your terminal.

    Python

  2. Python-HotKeys Python-HotKeys Public

    A simple program to create text-replace HotKeys using Python / Tkinter.

    Python

  3. scrabble_tools scrabble_tools Public

    Script to check the validity of a Scrabble word and display probabilities

    Python

  4. cgoodale.com-flask cgoodale.com-flask Public

    My website ported to Flask, with an added Blog section

    HTML

  5. Avoidle Avoidle Public

    JavaScript 1

  6. matrix_rotation.py matrix_rotation.py
    1
    import itertools
    2
    
                  
    3
    given_matrix = [[1, 2, 3, 4, 5, 6],
    4
                    [7, 8, 9, 10, 11, 12],
    5
                    [13, 14, 15, 16, 17, 18],