Skip to content
View ddresselhaus's full-sized avatar
  • AdPipe
  • Atlanta

Sponsoring

@lpil
@mhanberg

Highlights

  • Pro
Block or Report

Block or report ddresselhaus

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

    A prime number library for Elixir, bindings around the Primal Rust library

    Elixir 6 1

  2. handbrake_watch_folder handbrake_watch_folder Public

    a Bash script that will start a new HandBrake encode, if one is not already in progress. Can be cronned.

    Shell 5 4

  3. run Elixir tests in a separate tmux ... run Elixir tests in a separate tmux pane
    1
    " when triggering this command, vim will grab your path and line location and pass it along
    2
    map <Leader>el :call RemoteSendCommand(TestLineCommand(expand("%:p"), line(".")))<CR>
    3
    4
    " because I'm mostly writing Elixir and making heavy use of the REPL while writing my tests,
    5
    " I made a specific command to user with Mix, the Elixir task utility