Skip to content
View jelical's full-sized avatar

Block or report jelical

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. LazyCacheExtensions.cs LazyCacheExtensions.cs
    1
    //Inspired by https://gist.github.com/ttrider/a5ae8fc86ccfe6a4243f4481a5858a80
    2
    //Thread safe, Lazy based wrapper for IMemoryCache. Supports multiple IMemoryCache instances
    3
    
                  
    4
    using System;
    5
    using System.Collections.Concurrent;
  2. InterlockedCacheExtensions.cs InterlockedCacheExtensions.cs
    1
    using System;
    2
    using System.Collections.Concurrent;
    3
    using System.Threading;
    4
    using System.Threading.Tasks;
    5
    
                  
  3. curly curly Public

    Forked from similarweb/curly

    Curly is string based template language with support for infinite nesting and dynamic function binding

    C#

  4. rivets rivets Public

    Forked from mikeric/rivets

    Lightweight and powerful data binding + templating solution

    JavaScript

  5. ubuntu-wsl2-systemd-script ubuntu-wsl2-systemd-script Public

    Forked from DamionGans/ubuntu-wsl2-systemd-script

    Script to enable systemd support on current Ubuntu WSL2 images [Unsupported, no longer updated]

    Shell