NY

Joseph Matteo Scorsone

Expert
@Joseph-Matteo-Scorsone

I'm a Quantitative Engineer following the dopamine.

Zero-To-Hero-Advent-Of-Code. This repo includes every topic I covered for my quant finance advent of code. It is designed so anyone can follow it for free, and if you don't want to use python the first video sets it up so you could only use it once. I tried to make it dynamic, fun, and for every experience level!

25

InkBack. Rust Back testing framework for Databento

24

InkList. Actor model implementation in Zig.

13

Zig-LockFreeQueue. Zig Library that implements a Michael-Scott lock free queue with the use of Atomic types.

11

Neural-Networks-in-6-different-languages. This Repo includes code for neural networks in C++, Go, TypeScript, Python, Rust, and Zig. As well as enhanced versions of the code in ways that are contextual to the language.

10

Cplusplus-monte-carlo-option-pricing. An option pricing model using a monte carlo simulation.

9

crypto_proj. Rust

5

CPP_Barrier_Options_Pricing. Cpp file to price different kinds of barrier options.

4

CPP-Neural-Network. This code is a Neural Network in C++ made from scratch. The default code I have is to predict the next value in a sin wave with some noise.

3

InkCept. Document analyzer

3

Cplusplus-order-book. An order book with multiple types in C++

2

GEX-DEX-Trading-Strategy. Script to get market Data from DataBento and back test a GEX and DEX trading strategy.

2

Async-Fenwick-Tree-in-Python. Simple data structure to use a Fenwick Tree asynchronously as a rolling window in Python.

2

OrderBook-Over-TCP-in-GoLang. Quick script to add orders to an order book with a matching function and allow connections over TCP to add orders.

2

Go-Parallel-Backtest-Engine. Code to back test trading strategies using go concurrency in Go

2

MiniOMPClone. Threadpool implementation from scratch to assign different threads their own task in a for loop.

2

InkFlow. Concurrent Actor Web Framework

2

Simple-Neural-Network-From-Scratch. This is a Neural Network made with just the standard library in Go

1

CS-361-GoLang. Repo for CS-361 Pace University GoLang Code

1

Zig-ThreadPool-Clone. A threadpool implementation in zig that accepts a generic task and includes a waiting functionality for synchronizing.

1

CPP-Actor-Engine. Super simple actor engine in C++. Actors can be spawned and poisoned. Then can receive messages, but they do not do anything yet.

1

Binomial-Pricing-Model. Code to price options with a Binomial Pricing Model

1

ConcurrentHashMap. Hashmap that avoids the use of a Mutex until the need for resizing for better concurrency with the use of atomic values.

1

Black-Scholes-model-and-IV-cpp. C++

1

London-Breakout-GBPUSD-code. Jupyter Notebook

1
25
Apply