Skip to content
View VladislavRybnikov's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Kyiv, Ukraine
Block or Report

Block or report VladislavRybnikov

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
VladislavRybnikov/README.md

I |> ❤ F#

type State = 
  | Programming
  | DrinkingCoffe 
  | PlayingTheGuitar

Pinned

  1. NEST.Linq NEST.Linq Public

    ElasticSearch NEST Linq extension library which provides possibility to use LINQ over NEST elastic queries.

    C# 9 1

  2. TinyLang TinyLang Public

    Simple, tiny language compiler

    C# 3

  3. dotnet-libs dotnet-libs Public

    DotNet usefull libraries list

  4. DotNet.AsyncProcessing DotNet.AsyncProcessing Public

    .Net async processing primitives

    C#

  5. WebWorksheets WebWorksheets Public

    Simple web spreadsheets application written on F# using Fable, Elmish and parser combinators.

    F# 1

  6. AsyncInit.cs AsyncInit.cs
    1
    public interface IAsyncInit<T>
    2
    {
    3
        TaskAwaiter<T> GetAwaiter();
    4
    }
    5