Skip to content
View euclideansphere's full-sized avatar

Organizations

@MSOE-Supermileage

Block or report euclideansphere

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. euclideansphere.github.io euclideansphere.github.io Public

    TeX

  2. .dotfiles .dotfiles Public

    dotfiles

    Shell

  3. illustrated-text-adventure illustrated-text-adventure Public archive

    illustrated text adventure

    TypeScript

  4. weather-dashboard weather-dashboard Public archive

    CSS

  5. nvim-config nvim-config Public

    neovim config

    Lua

  6. i_just_want_to_pluck_from_ast.rb i_just_want_to_pluck_from_ast.rb
    1
    
                  
    2
    # this works in Ruby 2.3 / Rails 4.2. Untested in other versions.
    3
    
                  
    4
    # ActiveRecord::Calculations.pluck implementation is essentially this with additional
    5
    # relation / scoping helpers (for chaining & type saftey) and caching logic.