Skip to content
View nestorcolt's full-sized avatar
💭
working or something
💭
working or something

Block or report nestorcolt

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. cognition cognition Public

    Python

  2. cognition-core cognition-core Public

    Python

  3. cognition-config cognition-config Public

    Configuration for cognition agents

  4. DotnetCloudLibrary DotnetCloudLibrary Public

    C#

  5. CatcherEngine CatcherEngine Public

    FLEX

    C#

  6. This C# code calculates a request si... This C# code calculates a request signature using Version 4 signing process. It was developed for and tested on Amazon SQS requests, so it does not cover every scenario for the other services, e.g. multipart uploads are not supported. Nevertheless, it's simple and independent single class that can be easily embedded into other projects. .NET Framework 4+ is required.
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Collections.Specialized;
    4
    using System.Globalization;
    5
    using System.Linq;