Skip to content
View MD4's full-sized avatar
🔥
🔥🔥🔥
🔥
🔥🔥🔥

Organizations

@EPSI-Nantes
Block or Report

Block or report MD4

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

    🕯 Dead simple shadow computation typescript library.

    TypeScript 4

  2. Trolo1ko Trolo1ko Public

    Minimalist sheet music player !

    JavaScript 7 1

  3. is-modular is-modular Public

    A (really) simple command line tool which checks if your code is modular.

    JavaScript 2

  4. talk-optim-react talk-optim-react Public

    Example app for my talk about React render optimization

    JavaScript 2

  5. Hex string to ascii, feat @PaGury Hex string to ascii, feat @PaGury
    1
    const parseHex = hexString => hexString
    2
        .match(/.{1,2}/g)
    3
        .map(hex => String.fromCharCode(parseInt(hex, 16)))
    4
        .join('');
  6. P2 to PIXI mapping utils P2 to PIXI mapping utils
    1
    define(function () {
    2
        return {
    3
    
                  
    4
            factor: 100,
    5