Skip to content
View chrp's full-sized avatar
💥
Mostly harmless
💥
Mostly harmless

Organizations

@bundgermany
Block or Report

Block or report chrp

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

    WebAssembly zbar

    HTML

  2. pwned pwned Public

    Forked from philnash/pwned

    An easy, Ruby way to use the Pwned Passwords API.

    Ruby

  3. tiny demo to show when each callback... tiny demo to show when each callback kicks in around a rspec test
    1
      describe 'describe 1' do
    2
        before(:all) do
    3
          puts '1: before all'
    4
        end
    5