Highlights
- Pro
Pinned Loading
-
backtesting-engine
backtesting-engine PublicThis backtesting engine is a personal project of mine, built in C# to explore and experiment with various trading strategies at scale.
-
search-ops
search-ops PublicBusiness logic for the SearchOps iOS application. Supports the authentication and querying of ElasticSearch & OpenSearch. Manages the local data store for credentials.
Swift 1
-
backtesting-engine-cpp
backtesting-engine-cpp PublicRecreating the backtesting engine in C++ to explore financial datasets with a focus on low latency performance
-
hugo-builder-s3
hugo-builder-s3 PublicSets up a docker image to pull a git repository containing a Hugo Blog repository, build the contents and upload to S3. This is used in automating the deployment of static content to S3.
Shell 1
-
Unit test iOS from the command line
Unit test iOS from the command line 1# Wipe the simulators
2xcrun simctl erase all
34# Run the unit tests
5xcodebuild -scheme TestProject \
-
SwiftUI - Dismiss multiple sheets (m...
SwiftUI - Dismiss multiple sheets (modals) at once 1// Swiftui Tricks
2// Dimiss multiple sheets
34if let firstScene = UIApplication.shared.connectedScenes.first as? UIWindowScene {
5if let firstWindow = firstScene.windows.first {
If the problem persists, check the GitHub status page or contact support.