Skip to content
View zero-tuesday's full-sized avatar
๐Ÿณ๏ธโ€โšง๏ธ
๐Ÿณ๏ธโ€โšง๏ธ

Highlights

  • Pro
Block or Report

Block or report zero-tuesday

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
zero-tuesday/README.md

๐Ÿ‘‹๐Ÿฝ Hello there...

About Me

  • ๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ป Pronouns: she/her/hers ๐Ÿณ๏ธโ€โšง๏ธ
  • ๐Ÿ’– Hobbies: Glassblowing, Kayaking, and stuff

Pinned

  1. aubio-go aubio-go Public

    How to use aubio(C library) in Go.

    Go 1 1

  2. go-music-notes go-music-notes Public

    An example on how to read music notes from an audio file. It's written in Go and uses the audio library aubio.

    Go 1

  3. git log config git log config
    1
    [color]
    2
            ui = true
    3
    [log]
    4
            date = auto:human
    5
    [format]
  4. bash config bash config
    1
    export CLICOLOR=1
    2
    export LSCOLORS=ExFxBxDxCxegedabagacad
    3
    export EDITOR=vim
    4
    export PS1="\[$(tput bold)\]๐Ÿ”ฎ \[$(tput setaf 5)\][\[$(tput setaf 2)\]\W\[$(tput setaf 5)\]]\[$(tput setaf 4)\]: \[$(tput sgr0)\]"
    5
    export SHELL_SESSION_HISTORY=0
  5. Building cgit on macOS Building cgit on macOS
    1
    # Building cgit on macOS
    2
    
                  
    3
    Checkout and init the submodule.
    4
    
                  
    5
    ```bash