Skip to content
View jonblackburn's full-sized avatar

Block or report jonblackburn

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. spookypi spookypi Public

    Python 1

  2. DefaultSlot DefaultSlot Public

    An add-on for the Elder Scrolls Online for setting a default quick slot that will be slotted after an expired time limit.

    Lua

  3. TurtleCopy TurtleCopy Public

    A developer tool for copying files slowly. It runs at the command line and accepts 3 parameters: Source, Destination, and Duration of the copy (in seconds).

    C#

  4. vision-harvester vision-harvester Public

    Python

  5. monkeyblog-colorsvg-demo monkeyblog-colorsvg-demo Public

    A project for demonstrating svg interaction with JQuery

    JavaScript

  6. Represents a Red, Green, Blue, Alpha... Represents a Red, Green, Blue, Alpha vector that aligns with the RGBA css coloring scheme, it provides functions and properties to digest, mix, and return colors using additive or subtractive color theory.
    1
        /// <summary>
    2
        /// Represents a Red, Green, Blue, Alpha vector that aligns with the RGBA css coloring scheme, it provides
    3
        /// functions and properties to digest, mix, and return colors using additive or subtractive color theory.
    4
        /// </summary>
    5
        public class RGBAVector