Skip to content
View paulinetheitgirl's full-sized avatar

Block or report paulinetheitgirl

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 Loading

  1. tictactoe-minimax tictactoe-minimax Public

    Player vs computer TictacToe using the minimax algorithm

    C#

  2. AWS SDK for Javascript v3 - Log from... AWS SDK for Javascript v3 - Log from S3 client to console
    1
    import { S3Client } from "@aws-sdk/client-s3";
    2
    
                  
    3
    // This config also works for some other SDK clients such as DynamoDBClient
    4
    const client = new S3Client({
    5
      logger: console
  3. simple-python-games simple-python-games Public

    Simple Pygame Zero games

    Python

  4. react-class-to-function-component react-class-to-function-component Public

    React class component and a React function component which are feature-equivalent

    CSS

  5. love2d-memory-game love2d-memory-game Public

    A basic memory game done in Love2D/Lua

    Lua

  6. Common moviepy editing actions Common moviepy editing actions
    1
    # Common moviepy commands. Visit the official docs at https://zulko.github.io/moviepy/ref/ref.html
    2
    
                  
    3
    # Import everything needed to edit video clips
    4
    # Some commands which are used for debugging are commented out!
    5
    from moviepy.editor import *