Skip to content
View marcmartino's full-sized avatar

Organizations

@Udemia

Block or report marcmartino

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. AlgebraQs AlgebraQs Public

    Web app for solving simple algebraic questions.

    Elm 2

  2. subs subs Public

    Typescript module for calculating possible substitutions to saccharide blends for ice cream

    TypeScript 1

  3. elm-exercises elm-exercises Public

    collection of my exercism elm track solutions

    JavaScript 1

  4. pp-calc pp-calc Public

    TypeScript 1

  5. Example io-ts react final form based... Example io-ts react final form based off blitzjs boilerplate
    1
    import { TypeOf, Type, InputOf, OutputOf } from "io-ts"
    2
    import { matchW } from "fp-ts/Either"
    3
    import { reduce } from "fp-ts/Array"
    4
    import { flow } from "fp-ts/function"
    5
    import { ReactNode, PropsWithoutRef } from "react"
  6. kmeansjs kmeansjs Public

    kmeans in js

    JavaScript