The Wayback Machine - https://web.archive.org/web/20220706230309/https://github.com/chrisbloom7
Skip to content
Avatar

Sponsoring

@dblock @gnachman @Homebrew @kakaroto

Highlights

Block or Report

Block or report chrisbloom7

Report abuse

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

Report abuse

Pinned

  1. enumpath Public

    A JSONPath-compatible library for safely navigating nested Ruby objects using path expressions.

    Ruby 5

  2. Tidied versions of Stefan Goessner's jsonPath scripts

    PHP

  3. Benchmarking and DSL comparison for a simple PEG grammer parser implemented with Parslet 2.0 and Treetop 1.6.

    Ruby

  4. A system for sharing resources between demand-response transportation service providers.

    Ruby 3 4

  5. A client-side tool for integration with Ride Connection's Clearinghouse (https://github.com/rideconnection/clearinghouse).

    Ruby 2 1

  6. 1
    <?php
    2
    function longest_common_substring($words)
    3
    {
    4
      $words = array_map('strtolower', array_map('trim', $words));
    5
      $sort_by_strlen = create_function('$a, $b', 'if (strlen($a) == strlen($b)) { return strcmp($a, $b); } return (strlen($a) < strlen($b)) ? -1 : 1;');

2,025 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri
Activity overview
Contributed to 3zcurdia/annealing, ossf/osv-schema, chrisbloom7/churnobyl-api and 20 other repositories

Contribution activity

July 2022

4 contributions in private repositories Jul 1 – Jul 4