Skip to content
View dam5s's full-sized avatar
Block or Report

Block or report dam5s

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. somanyfeeds.fs somanyfeeds.fs Public

    SoManyFeeds in F# using .NET and Giraffe on the backend, and HTMX on the frontend.

    F# 21 3

  2. Railway oriented programming in Kotl... Railway oriented programming in Kotlin - This is code accompanying my blog post https://medium.com/@its_damo/error-handling-in-kotlin-a07c2ee0e06f
    1
    sealed class Result<A, E> {
    2
    
                  
    3
        fun <B> map(mapping: (A) -> B): Result<B, E> =
    4
            when (this) {
    5
                is Success -> Success(mapping(value))
  3. disk-space-usage disk-space-usage Public

    Explore disk usage with this small utility written in Dart with Flutter.

    Dart 3 1

  4. disk-space-usage-fsharp disk-space-usage-fsharp Public archive

    Desktop App to analyze usage of disk space.

    F# 21

  5. initialcapacity/flutter-starter initialcapacity/flutter-starter Public

    This is a starter project for Flutter based mobile applications

    Dart 3

  6. cyclic_dependency_checks cyclic_dependency_checks Public

    Dart cyclic dependency checker

    Dart 1