Skip to content
View PauloUbirajara's full-sized avatar
πŸ§™
computer
πŸ§™
computer

Block or report PauloUbirajara

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. sharp-object-detection-cnn sharp-object-detection-cnn Public

    Detect sharp objects using a custom CNN with PyTorch

    Jupyter Notebook 1

  2. motion-canvas-rs motion-canvas-rs Public

    A high-performance vector animation engine inspired by Motion Canvas, built on Vello and Typst.

    Rust 2

  3. emotion-detection-python emotion-detection-python Public

    Python

  4. opengl-tutorial-c opengl-tutorial-c Public

    C

  5. Configure multiple github accounts u... Configure multiple github accounts using same git config (Leave active account uncommented)
    1
    [credential]
    2
        # ...
    3
    
                  
    4
    # If using pgp and signing every commit
    5
    # [commit]
  6. QuadTree (p5.js) QuadTree (p5.js)
    1
    class Point {
    2
      constructor(x, y) {
    3
        this.x = x
    4
        this.y = y
    5
      }