Skip to content
View nbervar21's full-sized avatar
🤔
thinking
🤔
thinking
Block or Report

Block or report nbervar21

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. covid-mental-health covid-mental-health Public

    Website with information regarding mental health of teens during the coronavirus pandemic.

    HTML

  2. mcdpi mcdpi Public

    NodeJS interface to generate mcfunction files (and more) for vanilla Minecraft.

    JavaScript

  3. source-minecraft source-minecraft Public

    Simple Minecraft blocks in the Source engine. Implemented using CS:GO's VScript system.

    Squirrel 1

  4. Yahtzee Yahtzee Public

    command line yahtzee, written in java

    Java

  5. length-checker length-checker Public

    c/c++ line counter

    HTML 1

  6. Compact tic tac toe (C) Compact tic tac toe (C)
    1
    #include <stdio.h>
    2
    
                  
    3
    #define EMPTY -1
    4
    
                  
    5
    // translate human-readable coordinates to char indexes on board