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

Block or report mdarrik

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. Darrik.dev Darrik.dev Public

    My personal website

    JavaScript 2

  2. Shorten an Array To a Specified Length Shorten an Array To a Specified Length
    1
    const arrayToShorten = [0,1,2,3,4,5,6,7]
    2
    arrayToShorten
    3
    // output: [ 0, 1, 2, 3, 4, 5, 6, 7 ]
    4
    arrayToShorten.length = 3
    5
    
                  
  3. nuxt-test-incremental-generation nuxt-test-incremental-generation Public

    A test repo for incremental site generation. Uses NASA Picture of the Day to generate pages.

    Vue 7 3

  4. 11ty-edge-air-quality 11ty-edge-air-quality Public

    Gets your local air quality using 11ty-edge functions (US only atm)

    JavaScript

  5. featherwing-co2-monitor-rust featherwing-co2-monitor-rust Public

    Portable Co2 monitor using feather rp2040, sd40 Co2 sensor, featherwing adalogger, and featherwing oled

    Rust 1