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

Sponsoring

@lpil
@mhanberg

Highlights

  • Pro
Block or Report

Block or report ddresselhaus

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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