Skip to content
View jroelofs's full-sized avatar

Highlights

  • Pro

Organizations

@apple
Block or Report

Block or report jroelofs

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. JSON diff tool JSON diff tool
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # Finds the structural diff of two json files, ignoring formatting
    4
    # changes that a normal diff would highlight.
    5
    
                  
  2. calc calc Public

    Toy Calculator

    C++ 8

  3. Inverted std::optional's Inverted std::optional's
    1
    // Utility that makes it a little bit nicer to
    2
    // invert the condition on assignment from optional:
    3
    // if ((Not{foo} = maybeMakeFoo()) {
    4
    //   std::cerr << "can't make foo\n";
    5
    // }
  4. undo undo Public

    Inheritance is the Base Class of Evil https://www.youtube.com/watch?v=bIhUE5uUFOA

    C++ 1

  5. uwh-refbox uwh-refbox Public

    Forked from AtlantisSports/uwh-refbox

    Timeshark timer/scorekeeper UI

    Python

  6. TradeMetrics TradeMetrics Public

    Statistics engine for streaming trade data

    C++ 1