Skip to content
View zero5100's full-sized avatar
  • Green Bay, Wisconsin

Block or report zero5100

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. StrassLabs/handbrake-serverStrassLabs/handbrake-serverPublic

    HandBrake Encode Server

    TypeScript 1 1

  2. This is an apportionment function us...This is an apportionment function using the Largest Remainder Method (LRM) used to divide a given total amount between any number of buckets proportionally.
    1
    DROPFUNCTION IF EXISTS apportion_lrm(NUMERIC, JSONB, INTEGER, NUMERIC, BOOLEAN);
    2
    CREATEFUNCTIONapportion_lrm
    3
     (
    4
    IN apportion_amt NUMERIC,
    5
    IN proportions JSONB,
  3. numi-extensionsnumi-extensionsPublic

    Custom extensions for the Numi calculator.

    JavaScript 2

  4. gomoob/grunt-flywaygomoob/grunt-flywayPublic

    Run Flyway database migration tool with Grunt.

    JavaScript 17 11