Skip to content
View rootmeanclaire's full-sized avatar
🦀
🦀

Block or report rootmeanclaire

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. 1b-drummer 1b-drummer Public

    A simple drum looper built around the ATmega328P with a 1-bit audio output

    C

  2. avr-omnichord avr-omnichord Public

    An Omnichord-style MIDI controller written for the ATmega328P using a PS/2 keyboard for input

    C 2

  3. Daily prompt generator for Inktober ... Daily prompt generator for Inktober and the like for people who like shell scripts more than good prompts
    1
    #!/bin/sh
    2
    
                  
    3
    DICT_FILE=/usr/share/dict/american-english
    4
    DICT_LEN=$(wc -l $DICT_FILE | cut -d ' ' -f 1)
    5
    
                  
  4. Quick bash script to convert a multi... Quick bash script to convert a multiline LaTeX equation to a png
    1
    #!/bin/bash
    2
    
                  
    3
    # Dependencies
    4
    # - `pdflatex`, provided as part of [TeX Live](https://www.tug.org/texlive/) or [MiKTeX](https://miktex.org/)
    5
    # - [ImageMagick](https://imagemagick.org)
  5. jpeg-decay.sh jpeg-decay.sh
    1
    string=$1
    2
    output=out
    3
    ar_w=16
    4
    ar_h=9
    5
    res_mult=30
  6. the-great-fire the-great-fire Public

    A music video for Ok Go's The Great Fire

    Python