Skip to content

Instantly share code, notes, and snippets.

@konnnn
konnnn / reset.css
Created November 15, 2019 19:52 — forked from DavidWells/reset.css
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
const reg = /(http[s]?:\/\/)?([^\/\s]+\/)(.*)/g
const url = 'http://video.google.co.uk:80/videoplay?docid=-7246927612831078230&hl=en#hello'
reg.exec(url)
//
// Spinner.swift
//
// Created by Michał Majchrzycki on 28.03.2018.
// Copyright © 2018 Prograils.com. All rights reserved.
// Check whole tutorial at: https://prograils.com/posts/reusable-activity-indicator-with-swift
import UIKit
open class Spinner {