Skip to content

Instantly share code, notes, and snippets.

View HamptonMakes's full-sized avatar
💭
Coding

Hampton Lintorn-Catlin HamptonMakes

💭
Coding
View GitHub Profile

Keybase proof

I hereby claim:

  • I am hcatlin on github.
  • I am hcatlin (https://keybase.io/hcatlin) on keybase.
  • I have a public key whose fingerprint is 461F 4770 4512 1547 73FA E9F3 F913 3242 7169 B000

To claim this, I am signing this object:

Vote's trust:
def calculate_trust_points
if !proposal.open?
if voted_with_majority?
self.trust_points = 1
else
self.trust_points = -3
end
else
https://www.wordset.org/proposal/54f8be0f3761330003604400
https://www.wordset.org/proposal/54f8be403761330003484d00
https://www.wordset.org/proposal/54f8be4237613300035e4e00
https://www.wordset.org/proposal/54f8c4f931656100035f1600
https://www.wordset.org/proposal/54f8c51b3165610003711b00
https://www.wordset.org/proposal/54f8c54d3165610003d52500
https://www.wordset.org/proposal/54efd83d3439380003860000
https://www.wordset.org/proposal/54f8be0f3761330003604400
https://www.wordset.org/proposal/54f8be403761330003484d00
https://www.wordset.org/proposal/54f8be4237613300035e4e00
https://www.wordset.org/proposal/54f8c4f931656100035f1600
https://www.wordset.org/proposal/54f8c51b3165610003711b00
https://www.wordset.org/proposal/54f8cf0f3766620003d41200
https://www.wordset.org/proposal/54f8cf193766620003341500
https://www.wordset.org/proposal/54f8cf6e3766620003a12000
https://www.wordset.org/proposal/54e4da603038380003080000
shit_list = [
"ancient port",
"United States",
"born in",
"city",
"genus",
"species",
"unit of",
"a republic",
"years ago",
@HamptonMakes
HamptonMakes / SassMeister-input.scss
Last active August 29, 2015 14:07
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
$modules: () !default;
@mixin exports($name) {
$module_index: index($modules, $name);
@if (($module_index == null) or ($module_index == false)) {
$modules: append($modules, $name);
@HamptonMakes
HamptonMakes / SassMeister-input.scss
Created October 7, 2014 16:09
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
/*
@each $header, $size in (h1: 2em, h2: 1.5em, h3: 1.2em) {
#{$header} {
font-size: $size;
@HamptonMakes
HamptonMakes / SassMeister-input.scss
Last active August 29, 2015 14:07
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
@charset "UTF-8";
a {
color: red;
}
@HamptonMakes
HamptonMakes / SassMeister-input.scss
Created October 3, 2014 18:13
Generated by SassMeister.com.
// ----
// libsass (v2.0.0)
// ----
/*!
*/
a {
color: red;
}
@import url("x");
@HamptonMakes
HamptonMakes / RBResizer.swift
Created June 27, 2014 14:45
Swift Image Resizer
//
// RBResizer.swift
// Locker
//
// Created by Hampton Catlin on 6/20/14.
// Copyright (c) 2014 rarebit. All rights reserved.
//
import UIKit