Skip to content
View jcmendez's full-sized avatar

Block or report jcmendez

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. exercism-solutions exercism-solutions Public

    C++

  2. This is an Excel VB macro that allow... This is an Excel VB macro that allows one to convert an Excel range from a denormalized form (i.e. row and column headers are attributes) into normalized form (fixed number of columns, number of rows expand as attribute count increases)
    1
    Sub normalize()
    2
    ' Takes a matrix with names in rows and columns and turns it into a
    3
    ' normalized version.
    4
    ' Names for rows and columns are expected to be outside the selection
    5
    ' Cell {-1,-1} is an attribute to be repeated in all entries
  3. clean-architecture-swiftui clean-architecture-swiftui Public

    Forked from nalexn/clean-architecture-swiftui

    A demo project showcasing the production setup of the SwiftUI app with Clean Architecture

    Swift