Skip to content
View mccaffers's full-sized avatar

Sponsoring

@neuecc
@bep
@jurkovic-nikola
@xunit
@nodejs
@devlooped

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Hey!

I'm building a few things, in various languages, my favourites C#, C++, Python & Swift

  • Algorithmic Trading — I'm designing, and experimenting with quantitative analysis systems in C#, C++, and Python

  • iOS & macOS Apps — I've built a few native applications in Objective C and Swift, most recently built SearchOps, a iOS/macOS client for ElasticSearch

Pinned Loading

  1. search-ops search-ops Public

    Open-source iOS and macOS client for Elasticsearch. Entire application, UI components, and business logic for authenticating and querying ElasticSearch & OpenSearch instances.

    Swift 9 3

  2. backtesting-engine backtesting-engine Public

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

    C# 16 4

  3. backtesting-engine-cpp 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++ 6 4

  4. hugo-builder-s3 hugo-builder-s3 Public

    Build Hugo Templated Blogs on AWS Lambdas using a container

    Shell 3

  5. This script installs Elasticsearch a... This script installs Elasticsearch and Kibana on Amazon Linux 2023. It configures the repositories, installs the software, sets it to start on boot, and resets the elastic user password for initial access.
    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 AWS Lambda Request Forwarder
    1
    'use strict'
    2
    
                  
    3
    import http from "https";
    4
    import zlib from "zlib";
    5