Skip to content

Instantly share code, notes, and snippets.

View zvving's full-sized avatar
📖
Focusing

ming.z zvving

📖
Focusing
  • Bytedance
  • Shanghai, China
View GitHub Profile
@funmia
funmia / ios-interview-resources.md
Last active September 2, 2023 07:29
General iOS, CS questions and interview prep resources.
@Inferis
Inferis / ViewController.swift
Last active December 1, 2019 23:27
Beginnings of a GCD wrapper in swift
import UIKit
import QuartzCore
class ViewController: UIViewController {
@IBOutlet weak var label: UILabel
@IBOutlet weak var counter: UILabel
override func viewDidLoad() {
super.viewDidLoad()
@zvving
zvving / f2ck_9fw.pac
Last active October 13, 2015 12:18
使用此 pac 方便的在 OS X 中配置 ssh 代理
function FindProxyForURL(url, host) {
var ssh1 = 'SOCKS5 192.168.10.10:1080;SOCKS 192.168.10.10:1080';
var exp1 = [
'*youtube*',
'*facebook*',
'*google*',
'*ytimg.com/*',
'*fbcdn.net/*',
'*git-scm.com/*',