This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BATTLESHIP | |
Five different types of ships: | |
1. Carrier (5) | |
2. Submarine (3) | |
3. Destroyer (3) | |
4. Battleship (4) | |
5. PT (2) | |
Board: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Cachable.swift | |
// CPCoreLibrary | |
// | |
// Created by Dustin Hoffman on 12/8/16. | |
// Copyright © 2016 Classpass. All rights reserved. | |
// | |
import Foundation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +jacksonadams is my blockchain ID. https://onename.com/jacksonadams |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |