Skip to content
View mccaffers's full-sized avatar

Highlights

  • Pro

Block or report mccaffers

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mccaffers/README.md

Hi, I'm Ryan! 👋

I enjoy developing building software in C# & Swift. I'm building algorithmic trading engines to test strategies at scale, and experimenting with various iOS applications

Pinned Loading

  1. search-ops Public

    This repository contains the complete open-source iOS and macOS applications for SearchOps. The entire application source code is available on GitHub, including all UI components, business logic, a…

    Swift 2

  2. backtesting-engine-cpp Public

    Prototype of a high-performance C++ backtesting engine designed to analyse financial data and evaluate multiple trading strategies at scale.

    C++ 3 2

  3. backtesting-engine Public

    Backtesting engine built in C# to explore and experiment with various trading strategies at scale.

    C# 13 4

  4. hugo-builder-s3 Public

    Build Hugo Templated Blogs on AWS Lambdas using a container

    Shell 1

  5. This script installs Elasticsearch a...
    1
    #!/bin/bash
    2
    
                  
    3
    # This script installs Elasticsearch and Kibana on Amazon Linux 2023
    4
    # It configures the repositories, installs the software, sets it to start on boot,
    5
    # and resets the elastic user password for initial access
  6. AWS Lambda Request Forwarder
    1
    'use strict'
    2
    
                  
    3
    import http from "https";
    4
    import zlib from "zlib";
    5