Skip to content

Instantly share code, notes, and snippets.

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

Nestor Colt nestorcolt

💭
working or something
  • Barcelona, Spain
View GitHub Profile
@nestorcolt
nestorcolt / AwsV4SignatureCalculator.cs
Created October 27, 2020 23:00 — forked from yvanin/AwsV4SignatureCalculator.cs
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 Fra…
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Globalization;
using System.Linq;
using System.Net.Http;
using System.Security.Cryptography;
using System.Text;
namespace AwsV4SignatureCalculator
@nestorcolt
nestorcolt / visualstudio2019Key.txt
Created October 27, 2020 13:58
Visual Studio 2019 Product Key
Visual Studio 2019 Product Key
[Please Star this gist]
Follow My GitHub Account --> https://github.com/ch-kashif @ch-kashif
**Follow Me On Instagram -->> https://www.instagram.com/ch.kashif602/ **
Lets do a code together
Join Cloud Disk repository --> https://github.com/ch-kashif/CloudDisk
@nestorcolt
nestorcolt / cloudSettings
Last active October 31, 2018 11:36
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-10-31T11:36:45.885Z","extensionVersion":"v3.2.0"}