GitHub

@hmaddocks

hmaddocks

Follow

View hmaddocks's full-sized avatar

Block or report hmaddocks

Report abuse

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

Report abuse

Pinned Loading

  1. Implementation of a Result monad for... Implementation of a Result monad for Ruby

    1

    # frozen_string_literal: true

    2

    
                  

    3

    # Represents an immutable Result object that can contain either a successful value

    4

    # or an error message. This implements the Result pattern for handling success/failure

    5

    # scenarios in a functional way.
  2. A simple Ruby memoization/cache class A simple Ruby memoization/cache class

    1

    class Memo

    2

      def initialize

    3

        @mutex = Mutex.new

    4

        @values = {}

    5

      end
  3. neural-net-rs neural-net-rs Public

    Forked from codemoonsxyz/neural-net-rs

    Rust

  4. order_state order_state Public

    A Ruby implementation of the State pattern

    Ruby

  5. raytracing raytracing Public

    Ray Tracing in One Weekend in Rust

    Rust

  6. dry-inflector dry-inflector Public

    Forked from dry-rb/dry-inflector

    Inflector for Ruby

    Ruby

Read the original on github.com ↗