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

Block or report MKGaru

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. moddable-types moddable-types Public

    [WIP] Moddable definitely typed EcmaTC53

  2. moddable-spice moddable-spice Public

    my utility collections for moddable sdk

    TypeScript 2

  3. rpio-define rpio-define Public

    Modern style define GPIO for RaspberryPi.

    TypeScript

  4. ESThread ESThread Public

    modern worker threading library . inspired by deep-rain/thread

    TypeScript

  5. SHA256 SHA256
    1
    function sha256(str){
    2
    	function hex(buffer){
    3
    		return Array.prototype.map.call(
    4
    			new Uint8Array(buffer),
    5
    			function(b){return ('00'+b.toString(16)).slice(-2)}