Skip to content
View noahdominic's full-sized avatar
Block or Report

Block or report noahdominic

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

    A collection of super minimal VST3 plugins that I make for low-powered machines

    1

  2. journey2 journey2 Public

    A more powerful re-implementation of Journey, now with Rust and the Open Meteo API

    Rust

  3. utils utils Public

    A collection of scripts, config files, and programs I've written over the years to streamline the setup process for various OSes

    Shell

  4. dense-hash-table dense-hash-table Public

    A memory-efficient implementation of hash table in C. Currently very basic. Based on the CPython 3.7 implementation of dictionaries.

    C

  5. gravity-simulation gravity-simulation Public

    A simulation the motion of multiple planets in space under Newtonian mechanics. πŸͺ

    Processing

  6. How I converted my FLAC/MP3 library ... How I converted my FLAC/MP3 library to AAC for iOS
    1
    # Converting My FLAC/MP3 Library to AAC for iOS
    2
    
                  
    3
    πŸ’‘ NB: If you want just the script, skip to the last part. 
    4
    
                  
    5
    πŸ’‘ NB2: I'll be using Python. If you're a bash fan, this might not be for you.