Skip to content

Instantly share code, notes, and snippets.

View Savchukv's full-sized avatar

Vasiliy Savchuk Savchukv

View GitHub Profile
@Savchukv
Savchukv / Reachability.swift
Last active May 31, 2017 14:13
Check internet connection
//
// Reachability.swift
//
// Created by Vasiliy Savchuk on 06.02.17.
// Copyright © 2017 All rights reserved.
//
// Usage this snippet:
// guard Reachability.sharedInstance.isReachable else {
// show alert
// return
@Savchukv
Savchukv / monstr.go
Last active February 6, 2016 18:24
Server
package main
import (
"database/sql"
"gopkg.in/gorp.v1"
"log"
"net/url"
//"flag"
"strconv"
"time"