Skip to content

Instantly share code, notes, and snippets.

View jacobmbarnard's full-sized avatar

Jacob M. Barnard jacobmbarnard

  • USA
View GitHub Profile
@jacobmbarnard
jacobmbarnard / MyAutoLayoutTableViewCell.swift
Created September 4, 2018 18:41
Practical Programmatic Auto Layout for UITableViewCell in Swift 4.1
import UIKit
public class MyAutoLayoutTableViewCell: UITableViewCell {
var myRedLabel: UILabel
var myGreenLabel: UILabel
var myBlueLabel: UILabel
override public init(style: UITableViewCellStyle, reuseIdentifier: String?) {
myRedLabel = UILabel(frame: CGRect.zero)
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 6, 2024 04:11
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@johnboiles
johnboiles / gist:2090788
Created March 19, 2012 02:16
brew install -v gccxml
~/Programming > brew install -v gccxml
==> Checking out cvs://:pserver:anoncvs@www.gccxml.org:/cvsroot/GCC_XML:gccxml
Updating /Users/johnb/Library/Caches/Homebrew/gccxml--cvs
/usr/bin/cvs up
cvs update: Updating .
cvs update: Updating GCC
cvs update: Updating GCC/config
cvs update: Updating GCC/config_cmake
cvs update: Updating GCC/config_cmake/gcc_asm_tests
cvs update: Updating GCC/gcc