Skip to content

Instantly share code, notes, and snippets.

View bgigle's full-sized avatar
👨‍💻

Brandt Gigle bgigle

👨‍💻
  • Chariot Solutions
  • Ft. Washington, PA, USA
View GitHub Profile
@bgigle
bgigle / HelloSceneFormActivity.kt
Created September 3, 2019 18:21
Augmented Marble reference code
/*
* Copyright 2018 Google LLC. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@bgigle
bgigle / Main.kt
Last active October 23, 2018 20:00
Kotlin: Al Fresco reference code
import java.time.LocalDate
import java.time.Period
import java.util.stream.Collectors
/**
* Reference code for Kotlin: Al Fresco
*/
object Main {
@JvmStatic
fun main(args: Array<String>) {