Skip to content
View mwyrebski's full-sized avatar

Block or report mwyrebski

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. advent-of-code-2020 advent-of-code-2020 Public

    Advent of Code 2020 (Rust)

    Rust

  2. todofs todofs Public

    Todo list in F# (sample)

    F# 3

  3. dotnet-pack-multilib dotnet-pack-multilib Public

    Example on how to pack multiple dotnet core projects into single NuGet

    C#

  4. yapgir yapgir Public

    YAPGIR is Another Password Generator (In Rust)

    Rust

  5. Simple implementation of pagination ... Simple implementation of pagination function
    1
    module Seq =
    2
    
                  
    3
        /// Skips given count from source or returns empty sequence if skip is beyond the limits.
    4
        let safeSkip count source =
    5
            source