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

Block or report akamsteeg

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

Hi there 👋

Pinned

  1. AtleX.HaveIBeenPwned AtleX.HaveIBeenPwned Public

    A fully async .NET Standard client library for the API of HaveIBeenPwned.com

    C# 5

  2. SwissArmyKnife SwissArmyKnife Public

    A utility library with useful extension methods and performance-oriented classes

    C# 5

  3. Pitcher Pitcher Public

    Pitcher is a small helper library to easily throw exceptions and reduce code size by moving the tedious if..throw stuff out of your code.

    C# 26 2

  4. AtleX.CommandLineArguments AtleX.CommandLineArguments Public

    AtleX.CommandLineArguments is a helper library to facilitate parsing command line arguments into a strongly-typed object

    C# 2

  5. AtleX.Images.Exif AtleX.Images.Exif Public

    A small utility library to read EXIF/IPTC information from images.

    C# 1

  6. .editorconfig for C# .editorconfig for C#
    1
    root = true
    2
    
                  
    3
    [*.cs]
    4
    indent_size = 2
    5
    indent_style = space