Skip to content
View cwg83's full-sized avatar

Block or report cwg83

Report abuse

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

Report abuse

Pinned Loading

  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 cgoodale.com 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],