Skip to content

Instantly share code, notes, and snippets.

View triage's full-sized avatar

Eric Schulte triage

View GitHub Profile
#!/bin/bash
heading=`head -1 Grouper/Grouper.xcodeproj/project.pbxproj`
if [ $heading != '// !$*UTF8*$!' ]
then
echo "Grouper/Grouper.xcodeproj/project.pbxproj in wrong format. Run pod install and ensure project is in JSON format."
exit 1
fi
Verifying that +jacksonadams is my blockchain ID. https://onename.com/jacksonadams
@triage
triage / Sakura.tmTheme
Created March 12, 2016 15:23
"Sakura" theme for Sublime.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!-- Generated by: TmTheme-Editor -->
<!-- ============================================ -->
<!-- app: http://tmtheme-editor.herokuapp.com -->
<!-- code: https://github.com/aziz/tmTheme-Editor -->
<plist version="1.0">
<dict>
<key>name</key>
<string>Sakura</string>
//
// Cachable.swift
// CPCoreLibrary
//
// Created by Dustin Hoffman on 12/8/16.
// Copyright © 2016 Classpass. All rights reserved.
//
import Foundation
@triage
triage / Battleship
Last active January 15, 2021 14:36
BATTLESHIP
Five different types of ships:
1. Carrier (5)
2. Submarine (3)
3. Destroyer (3)
4. Battleship (4)
5. PT (2)
Board:
[
{
"name": "Upper",
"tag": "upper",
"tags": [
{"name": "Neck", "tag":"neck"},
{"name": "Headaches / eyes", "tag":"headache"},
{"name": "Low back", "tag":"lowback"},
{"name": "Shoulders", "tag":"shoulders"},
{"name": "Elbows / wrists", "tag":"elbows"}