This file contains 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
/** | |
diff --git a/0136-swiftui-animation-pt2/Animations/Animations/AnimationsApp.swift b/0136-swiftui-animation-pt2/Animations/Animations/AnimationsApp.swift | |
index a649d86..23058ba 100644 | |
--- a/0136-swiftui-animation-pt2/Animations/Animations/AnimationsApp.swift | |
+++ b/0136-swiftui-animation-pt2/Animations/Animations/AnimationsApp.swift | |
@@ -5,7 +5,12 @@ struct AnimationsApp: App { | |
var body: some Scene { | |
WindowGroup { | |
// ContentView() | |
- TCAContentView(store: .init(initialState: .init(), reducer: appReducer, environment: .init())) |
This file contains 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
// | |
// ViewController.swift | |
// Streams | |
// | |
// Created by Kiel Gillard on 17/4/20. | |
// Copyright © 2020 Streams. All rights reserved. | |
// | |
import UIKit | |
import Combine |
This file contains 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
Process: StarCraft [77301] | |
Path: /Applications/StarCraft Public Test/StarCraft.app/Contents/MacOS/StarCraft | |
Identifier: com.blizzard.Starcraft | |
Version: 1.18.0.1273 (1.18.0.1273) | |
Code Type: X86 (Native) | |
Parent Process: ??? [1] | |
Responsible: StarCraft [77301] | |
User ID: 501 | |
Date/Time: 2017-04-06 18:44:46.720 +1000 |
This file contains 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
ING DIRECT | |
Apple Pay Terms and Conditions | |
Apple Pay enables you to make contactless payments using your ING DIRECT Visa Debit or Credit Card (ING DIRECT Card) through a compatible Apple device. These Terms and Conditions apply to your use of any ING DIRECT Card with Apple Pay. | |
In these Terms and Conditions, "we", "us" and "our" mean ING Bank (Australia) Limited ABN 24 000 893 292 AFSL 229823, Australian Credit Licence 229823 (trading as ING DIRECT). | |
1. Account agreements |
This file contains 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
// Playground - noun: a place where people can play | |
import UIKit | |
protocol Contract { | |
//Type not allowed here | |
enum Response: Int { | |
case Success = 0 | |
case Failed = 1 |
This file contains 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
{ | |
"events": [ | |
{ | |
"attributes": { | |
"severity": 1 | |
}, | |
"created_at": "2011-09-08", | |
"feed": "kiel", | |
"id": "257DB97C-4617-4E3B-A2F4-32E7D9C8AADD", | |
"lat": -28, |