Skip to content
View typehorror's full-sized avatar
Living life
Living life

Highlights

  • Pro
Block or Report

Block or report typehorror

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

    Connect four game with custom shapes

    TypeScript 32

  2. brigalabs/dummy-backend brigalabs/dummy-backend Public

    A simple CRUD REST backend so you can quickly prototype your front-end

    TypeScript 3

  3. Create a feature folder from an exis... Create a feature folder from an existing feature folder
    1
    #!/usr/bin/env node
    2
    // this is to use when you duplicate a module.
    3
    // For example, lets say you have all the crud basic feature for "user"
    4
    // and you would like to seed the feature "product" with it.
    5
    // You'll have to copy "user" into "product", search and replace every instance
  4. Device test webpage - a la sizzy Device test webpage - a la sizzy
    1
    <!DOCTYPE html>
    2
    <head>
    3
      <link
    4
        rel="stylesheet"
    5
        href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"