Skip to content
View willettAMT's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report willettAMT

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. open-source-labs/Svelvet open-source-labs/Svelvet Public

    🎛 A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts

    Svelte 2.6k 166

  2. nvim nvim Public

    NeoVim Configuration

    Lua

  3. Take_a_hike Take_a_hike Public

    Toy program utilizing Graph DS with adjacency list

    C++

  4. hash_table_tvShow hash_table_tvShow Public

    Project, pulling data from .csv file about TV shows - loaded into hash table with 2 hash functions

    C++

  5. hex-2-float hex-2-float Public

    C program that converts hexadecimal values to floating point values, using IEEE

    C 1

  6. sieve-of-eratosthenes sieve-of-eratosthenes Public

    generates prime numbers using the sieve of eratosthenes algorithm

    Assembly