Skip to content
View hertonwork's full-sized avatar
  • USA

Highlights

  • Pro
Block or Report

Block or report hertonwork

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. responsive-table responsive-table Public

    Forked from nafrente/responsive-table

    Simple solution for creating a responsive table

    HTML

  2. JsUpdatr JsUpdatr Public

    A very simple observer algorithm in js to help binding data to node elements

    HTML

  3. twoSum twoSum
    1
    /**
    2
     * Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
    3
     * You may assume that each input would have exactly one solution, and you may not use the same element twice.
    4
     * You can return the answer in any order.
    5
     * @param {number[]} nums
  4. siteCheck siteCheck Public

    Simple site crawler check that creates a screenshot from the terminal

    JavaScript