Skip to content
View jameshulse's full-sized avatar

Organizations

@HatchApps

Block or report jameshulse

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

    React + JS based CHIP-8 emulator

    JavaScript 1 1

  2. advent-of-code advent-of-code Public

    A collection of attempts of the Advent of Code challenges

    Rust

  3. are-we-winning are-we-winning Public

    An interactive map representing which countries are winning or losing their battle against Covid-19

    Vue

  4. Gabba Gabba Public

    JS Gameboy emulator with React

    Assembly

  5. mr-time mr-time Public

    Tiny fluent time conversions package for better code readability

    JavaScript 1 1

  6. Bash script to determine how a binar... Bash script to determine how a binary was installed
    1
    how() {
    2
      YELLOW='\033[1;33m'
    3
      NC='\033[0m'
    4
    
                  
    5
      if [[ "$1" == "" || "$1" == "-h" || "$1" == "--help" ]]; then