Skip to content
View JakeLunn's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@CentriqDec2015
Block or Report

Block or report JakeLunn

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. one-pace-plex-assistant one-pace-plex-assistant Public

    A CLI tool for making the process of importing One Pace episodes into Plex much easier.

    Python 13 2

  2. prunerr prunerr Public

    A command line application for cleaning up old media from Plex and optionally notifying Sonarr, Radarr and Overseerr

    Python 2

  3. discord-chatgpt-personality-bot discord-chatgpt-personality-bot Public

    This is a discord bot written in C# which allows guilds to create a personality that they can interact with.

    C# 12 1

  4. Unity, Projectile Motion, Angle Requ... Unity, Projectile Motion, Angle Required to Hit Coordinate (X, Y, Z)
    1
    public static class PhysicsCalculator 
    2
    {
    3
        // https://en.wikipedia.org/wiki/Projectile_motion#Angle_%CE%B8_required_to_hit_coordinate_(x,_y)
    4
        public static float CalculateAngleToHitXYZ(Vector3 from, Vector3 to, float v, float g)
    5
        {