Skip to content

Instantly share code, notes, and snippets.

View huchka's full-sized avatar

Khureltulga Dashdavaa huchka

  • datagusto
  • Japan
View GitHub Profile
@danielneu
danielneu / SetupRequest.json
Last active March 7, 2019 07:57
Amazon Pay for Alexa Skills Setup Request
{
"type": "Connections.SendRequest",
"name": "Setup",
"payload": {
"@type": "SetupAmazonPayRequest",
"@version": "2",
"sellerId": "AABBCCDDEE",
"countryOfEstablishment": "DE",
"ledgerCurrency": "EUR",
"checkoutLanguage": "de-DE",
@kraigspear
kraigspear / NEHotspotConfigurationManager.swift
Created October 11, 2017 09:19
Connect to a WIFI hotspot programmatically in iOS 11
//
// ViewController.swift
// NetworkTest
//
// Created by Kraig Spear on 10/10/17.
// Copyright © 2017 spearware. All rights reserved.
//
import UIKit
import NetworkExtension
@DenisIzmaylov
DenisIzmaylov / NOTES.md
Last active November 15, 2019 07:39
Step By Step Guide to Configure a CoreOS Cluster From Scratch

Step By Step Guide to Configure a CoreOS Cluster From Scratch

This guide describes how to bootstrap new Production Core OS Cluster as High Availability Service in a 15 minutes with using etcd2, Fleet, Flannel, Confd, Nginx Balancer and Docker.

Content