Skip to content
View JBoss925's full-sized avatar

Highlights

  • Pro

Block or report JBoss925

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. A typescript implementation of sever... A typescript implementation of several versions of a Monad that allows a pipe-style application syntax as well as Monad-level logic.
    1
    // -------------------------------------------------------------------------------------------------------------------------------------
    2
    // This is a basic example of how a framework can be developed to apply a series of transformations in sequence.
    3
    // -------------------------------------------------------------------------------------------------------------------------------------
    4
    
                  
    5
    type Chain<T> = {
  2. A promise-based way to resolve fireb... A promise-based way to resolve firebase firestore references recursively in an object and asynchronously.
    1
    // This file contains common operations that will need to be performed often.
    2
    
                  
    3
    import { firestore } from "firebase";
    4
    import { isUndefined } from "util";
    5
    
                  
  3. tsxlight-renderer tsxlight-renderer Public

    A lightweight server-side react-style TSX virtual-dom rendering framework for web and electron

    TypeScript

  4. cornell-dti/idol cornell-dti/idol Public

    Internal tools platform for DTI, a project team/web development club at Cornell University, which automates all operations of an organization of 100+ members.

    TypeScript 7 2

  5. Rengine Rengine Public

    A functional-style web-based graphics engine built on an Entity-Component-Renderer system.

    TypeScript 1

  6. new-react-typing-effect new-react-typing-effect Public

    A newer, more customizable typing effect component; written in Typescript.

    TypeScript