Skip to content

Instantly share code, notes, and snippets.

View sinannar's full-sized avatar
🙃
I may be slow to respond.

Sinan NAR sinannar

🙃
I may be slow to respond.
View GitHub Profile
@rbrayb
rbrayb / GAB.md
Last active April 21, 2018 01:45
Global Azure Bootcamp 2018
[
{
"il": "Adana",
"plaka": 1,
"ilceleri": [
"Aladağ",
"Ceyhan",
"Çukurova",
"Feke",
"İmamoğlu",
@digitaljhelms
digitaljhelms / gist:4287848
Last active July 25, 2024 08:06
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
@duncansmart
duncansmart / MailgunTest.cs
Created September 24, 2012 18:38
Send a mail message via Mailgun using HttpClient
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
[TestFixture]
public class MyClass
{
const string DOMAIN = "samples.mailgun.org";
const string API_KEY = "key-...";