Skip to content
View rmkane's full-sized avatar
:shipit:
:shipit:
Block or Report

Block or report rmkane

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. gbgwcalculator.github.io gbgwcalculator.github.io Public

    Forked from gbgwcalculator/gbgwcalculator.github.io

    A calculator for Gunpla Battle Gunpla Warfare builds →

    JavaScript 5 5

  2. gbgw-database gbgw-database Public

    A GBGW UI application that utilizes a React UI with an express API and MySQL database.

    JavaScript

  3. ExampleMavenProject ExampleMavenProject Public

    Example Java project using Maven

    Java 1 1

  4. FragileWatermark FragileWatermark Public

    Fragile watermark implementation in Java.

    Java 1

  5. JSONView SublimeText Theme JSONView SublimeText Theme
    1
    Custom [SublimeText][1] theme for the [JSONView][2] browser plugin.
    2
    
                  
    3
    Paste the [sublime-text.css](#sublime-text.css) stylesheet rules into the theme editor.
    4
    
                  
    5
    ***Tip:** Themes can be configure under the options in the extensions page in the browser.*
  6. Gradient Generator Gradient Generator
    1
    function decToHex(dec) {
    2
        return (function (hex) {
    3
            return hex.length == 1 ? "0" + hex : hex;
    4
        })(dec.toString(16));
    5
    }