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

Block or report godhand4826

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

    Haskell

  2. bitli bitli Public

    JavaScript

  3. learn-terraform-minikube learn-terraform-minikube Public

    HCL

  4. game-of-life game-of-life Public

    A practice of ReactJS

    JavaScript

  5. A jsFuck transpiler written in 20 li... A jsFuck transpiler written in 20 lines.
    1
    let dict = {};
    2
    const digit = (d) => '(+[])' + '+(+!![])'.repeat(d);
    3
    const number = (n) => `+(${n.toString().split('').map(d => `[${digit(+d)}]`).join('+')})`;
    4
    const fill = (s) => eval(s).split('').forEach((c, i) => (dict[c] ??= `(${s})[${number(i)}]`));
    5
    const word = (s) => s.split('').map(c => dict[c] ?? c.is.not.exist.in.dict).join('+');
  6. datastructures-js datastructures-js Public

    JavaScript