Skip to content

Instantly share code, notes, and snippets.

View mhpavl's full-sized avatar
🤏
Crushing heads

Mark Pavlidis mhpavl

🤏
Crushing heads
  • Marketcircle
  • Prince Edward County
  • X @mhp
View GitHub Profile
@mhpavl
mhpavl / Keybase.md
Created August 23, 2019 01:52
Keybase ne

Keybase proof

I hereby claim:

  • I am mhpavl on github.
  • I am mhp (https://keybase.io/mhp) on keybase.
  • I have a public key ASCzYDwIcP0SskESGxD7z7EI64iwD9VZDeuWuCSf1tq1ngo

To claim this, I am signing this object:

@mhpavl
mhpavl / hosts
Created August 31, 2017 15:54
/etc/hosts entry to block creepy email open tracker Sidekick
# Sidekick Email tracking
127.0.0.1 t.sidekickopen01.com
127.0.0.1 t.sidekickopen02.com
127.0.0.1 t.sidekickopen03.com
127.0.0.1 t.sidekickopen04.com
127.0.0.1 t.sidekickopen05.com
127.0.0.1 t.sidekickopen06.com
127.0.0.1 t.sidekickopen07.com
127.0.0.1 t.sidekickopen08.com
127.0.0.1 t.sidekickopen09.com
@mhpavl
mhpavl / SettingCell.swift
Created November 20, 2015 14:35
tvOS Settings-style table view cell
class SettingCell: UITableViewCell {
@IBOutlet var customTextLabel: UILabel!
@IBOutlet var customDetailTextLabel: UILabel!
private let unfocusedBackgroundColor: UIColor? = UIColor(white: 1, alpha: 0.2)
override func awakeFromNib() {
super.awakeFromNib()
backgroundColor = unfocusedBackgroundColor