Skip to content

Instantly share code, notes, and snippets.

View smswz's full-sized avatar

Sean Swezey smswz

  • Amazon.com
  • Luxembourg
View GitHub Profile

Keybase proof

I hereby claim:

  • I am smswz on github.
  • I am smswz (https://keybase.io/smswz) on keybase.
  • I have a public key ASCvNlC8bwa53E8a-tbRXfix3y7Pfgp07vljigSuDuMATQo

To claim this, I am signing this object:

@smswz
smswz / GridLayout.swift
Last active July 3, 2023 15:51
A simple custom grid UICollectionViewLayout
// MIT License
//
// Copyright (c) 2016 stable|kernel
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
@smswz
smswz / .tmux.conf
Created September 9, 2014 22:31
Tmux config
# Set terminal for 256 colors
set -g default-terminal "screen-256color"
# Change prefix key to Ctrl-a
set-option -g prefix C-a
unbind C-b
# Hit twice for last window
bind-key C-a last-window