Skip to content

Instantly share code, notes, and snippets.

View alexeyshurygin's full-sized avatar
😎
👨🏼‍💻

Alexey Shurygin alexeyshurygin

😎
👨🏼‍💻
View GitHub Profile
@kwmt
kwmt / AppDelegate.swift
Created October 5, 2019 17:13
how to googlemaps view on swiftui
import UIKit
import GoogleMaps
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// https://developers.google.com/maps/documentation/ios-sdk/get-api-key#add_key
GMSServices.provideAPIKey("YOUR_API_KEY")
return true
}
@nikolavp
nikolavp / gist:5488026
Created April 30, 2013 10:59
Cassandra upstart job
description "Cassandra is a distributed (peer-to-peer) system for the management and storage of structured data."
author "nikola.petrov@ontotext.com"
start on filesystem
stop on runlevel[016]