Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View piotr-m-jurek's full-sized avatar

Block or report piotr-m-jurek

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. tcm tcm Public

    Traditional Chinese Medicine resource

    TypeScript

  2. advent-of-code advent-of-code Public

    Rust

  3. phantomConfig.ts phantomConfig.ts
    1
    type F0 = () => void
    2
    type F1<T, TRet = void> = (arg: T) => TRet
    3
    type Just<T> = { type: "Just", value: T }
    4
    type Nothing = { type: "Nothing" }
    5
    type Maybe<T> = Just<T> | Nothing
  4. ocaml-toggl-to-tmetric ocaml-toggl-to-tmetric Public

    OCaml

  5. tui-blog tui-blog Public

    Python