Skip to content
View albertms10's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report albertms10

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

  1. cabin_booking cabin_booking Public

    A multiplatform app for booking cabins

    Dart 18 5

  2. music_notes music_notes Public

    Music theory Dart library

    Dart 15 4

  3. ccsc ccsc Public

    Grau en Multimèdia CITM · Treball de Fi de Grau — Desenvolupament d’una aplicació web per a la gestió d’una associació musical

    TypeScript 5 1

  4. el_meu_diec el_meu_diec Public

    El meu DIEC

    Dart

  5. stay_home_polls_app stay_home_polls_app Public

    An app for sharing polls in an interactive and anonymous way

    Dart 8 1

  6. TypeScript — all possible paths of a... TypeScript — all possible paths of an object
    1
    /**
    2
     * Object type that represents all possible paths of an object,
    3
     * including optional members.
    4
     * @template T The object type to get the paths from.
    5
     * @see https://stackoverflow.com/a/76131375/10851645