Skip to content

Instantly share code, notes, and snippets.

View Vadim-Bulavin's full-sized avatar

Vadim-Bulavin

View GitHub Profile
@paulz
paulz / gist:cdb1f73d834b5eb24afb
Created December 13, 2015 07:15
Xcode Find Regular Expression to select file header template
Find and Replace following regular expression with empty string to remove copyright headers
//\n//.+\n//.+\n//\n//.+\n// Copyright.+$\n//\n\n
//
// FileName.m
// ProjectName
//
// Created by Author on Date.
// Copyright 2015 iPhone Developer. All rights reserved.
//
@staltz
staltz / introrx.md
Last active March 10, 2026 03:48
The introduction to Reactive Programming you've been missing