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

Block or report 45ninjas

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. SeeSharpeDen/miitopia SeeSharpeDen/miitopia Public

    A discord bot written in rust that adds miitopia music to your "content"

    Rust 3

  2. This shows a cat in your console. This shows a cat in your console.
    1
    /// <summary>
    2
    /// This program draws a cute cat on your console.
    3
    /// View more at the gist over here.
    4
    /// https://gist.github.com/Those45Ninjas/7a18755b07aff61c4f37c1c27de449c6
    5
    /// 
  3. A FreeCamera for godot. Add it to a ... A FreeCamera for godot. Add it to a camera node and add some input actions for WASD. Supports gamepads.
    1
    extends Camera
    2
    
                  
    3
    # How fast the camera speeds up to the moveSpeed and slows down to zero.
    4
    export var acceleration = 50.0
    5
    
                  
  4. liquid.sh liquid.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # This script content aware/steam carves frames from the provided video.
    4
    # It works by exploding each frame into a bmp. Passing each bmp through
    5
    # imgagemagick's convert-im6 program set to screw with each frame.