Skip to content
View rrcobb's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report rrcobb

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

    srs algorithms notes + exploration

    Rust 1

  2. embeds embeds Public

    dynamic library experiments - calling rust from ruby, python, js

    Rust

  3. blog blog Public

    blog

    JavaScript

  4. umdio/umdio umdio/umdio Public

    An open API for the University of Maryland

    Ruby 99 25

  5. Rspec negated change matcher Rspec negated change matcher
    1
    # This should be in rspec core, but add it here so we can chain negative change expectations, like
    2
    # expect { do_thing }.to change {a}.and not_change {b}.and change {b}
    3
    RSpec::Matchers.define_negated_matcher :not_change, :change