Skip to content

Instantly share code, notes, and snippets.

View alo9507's full-sized avatar

Andrew O'Brien alo9507

  • Detroit, MI
View GitHub Profile
@alo9507
alo9507 / FirebaseManager.swift
Last active July 8, 2019 19:28
FirebaseService
var thisThing: String = "hello"
enum CardinalDirection: String {
case North = "North"
case South = "South"
case East = "East"
case West = "West"
case InBetween = "InBetween"
}
func getCardinalDirectionFromYaw(yaw: Double, accuracy: QuaternionAccuracy) {
let cardinalDirection: CardinalDirection
@alo9507
alo9507 / .swift
Created June 29, 2019 21:36
getCardinalDirectionFromYaw
enum CardinalDirection: String {
case North = "North"
case South = "South"
case East = "East"
case West = "West"
case InBetween = "InBetween"
}
enum RotationDirection {
case Clockwise
brew cask install \
firefox \
1password \
spotify \
flycut \
visual-studio-code \
dotnet \
dotnet-sdk \
google-chrome && \
brew install \