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

Block or report andy-williams

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. Magick.NET.WebImageExtensions Magick.NET.WebImageExtensions Public

    Lightweight extension methods for Magick.NET for typincal cropping, scaling and resizing for the web.

    C# 2 1

  2. dotnet-core-dapper-cqrs dotnet-core-dapper-cqrs Public

    Example .NET Core app using CQ(R)S with Dapper

    C# 13 6

  3. data-structures-and-algorithms data-structures-and-algorithms Public

    C#

  4. FilterExpressionParser FilterExpressionParser Public

    Parser for filter expression built with Antlr4 and .NET Core

    C#

  5. Get exceptions of all tasks with Tas... Get exceptions of all tasks with Task.WhenAll
    1
    async Task Main()
    2
    {
    3
    	var task1 = Task.Run(async () => { 
    4
    		await Task.Delay(500);
    5
    		throw new Exception("Exception from task 1");
  6. coding-challenges-and-solutions coding-challenges-and-solutions Public

    JavaScript