Skip to content

Instantly share code, notes, and snippets.

@melcu
melcu / README.md
Created July 24, 2018 11:01 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@melcu
melcu / .swift
Created July 27, 2017 12:16 — forked from anonymous/.swift
import UIKit
class LoginController: UIViewController {
let inputContainerView : UIView = {
let view = UIView()
view.backgroundColor = UIColor.white