Skip to content
View MrTelanie's full-sized avatar

Organizations

@basics @sportalliance
Block or Report

Block or report MrTelanie

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. reverse a function reverse a function
    1
    const REV_FORM = Symbol("reverse-formula");
    2
    const SCALE = 10;
    3
    
                  
    4
    function createReverseFormula(formula) {
    5
      const list = new Array(SCALE + 1).fill(0).map((_, i) => {
  2. basics/vector basics/vector Public

    This library provides 3D Vector in js including arithmetic operator overloading (+ - * / % **).

    JavaScript 13 3

  3. basics/jsto... basics/jsto... Public

    transpile javascript code to other languages

    JavaScript 1

  4. misantronic/wrap-request misantronic/wrap-request Public

    a request wrapper for asynchronous operations.

    TypeScript 7 1