Skip to content
View cdolan's full-sized avatar

Organizations

@careport @EpicGames @gitpaste

Block or report cdolan

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. jumphash jumphash Public

    Consistent hashing implementation for Ruby based on arXiv:1406.2294v1

    Ruby 5

  2. effects effects Public

    Algebraic Effects for Ruby

    Ruby 1

  3. st st Public

    my fork of the best X11 terminal: simple terminal

    C 1

  4. wc-stream wc-stream Public

    Streams implementation of the UNIX program wc(1).

    JavaScript 2

  5. minimal neovim config minimal neovim config
    1
    " mappings
    2
    inoremap jj <Esc>
    3
    nnoremap ! : !<Space>
    4
    nnoremap , : ,<Space>
    5
    nnoremap ; :<Space>
  6. slop slop
    1
    #!/usr/bin/env ruby
    2
    #
    3
    # slop — run the same prompt through Claude Code multiple times in parallel,
    4
    #        then have Claude analyze and compare all the results.
    5
    #