Skip to content
View icanhasjonas's full-sized avatar
🎩
crunching
🎩
crunching
  • Bombsquad Inc, FRST Corp
  • Los Angeles, Chicago, Copenhagen, Stockholm, Bangkok

Organizations

@bmbsqd@frstio@ridebrain@bombsquad-sweden

Block or report icanhasjonas

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bmbsqd/thenbmbsqd/thenPublic

    Promise like extensions for .NET Tasks

    C# 3

  2. AnsiAnsiPublic

    .NET Ansi extensions for StringBuilder

    C# 7 1

  3. bmbsqd/AsyncLockbmbsqd/AsyncLockPublic

    Async/Awaitable non-blocking lock in C#

    C# 18 2

  4. Best f___ing chilli.mdBest f___ing chilli.md
    1
    THE WORLD'S BEST CHILI
    2
    3
    The recipe was originally found in a book by the Texas journalist
    4
    Francis X Tolbert, a man who devoted his life to this fiery meat pot.
    5
  5. Awaitable Cancellation TokensAwaitable Cancellation Tokens
    1
    publicstaticclassAwaitableCancellationTokenExtensions
    2
    {
    3
    publicstructCancellationTokenAwaiter:ICriticalNotifyCompletion,INotifyCompletion
    4
    {
    5
    privatereadonlyCancellationToken_cancellationToken;