Skip to content

Instantly share code, notes, and snippets.

View barorion's full-sized avatar

Gilad Bar Orion barorion

View GitHub Profile
Kotlin K2 FIR Example. Related Post: https://handstandsam.com/2024/05/30/kotlin-k2-fir-quickstart-guide/
@barorion
barorion / GitHub Flavored Asciidoc (GFA).adoc
Created June 27, 2018 07:39 — forked from dcode/GitHub Flavored Asciidoc (GFA).adoc
Demo of some useful tips for using Asciidoc on GitHub

GitHub Flavored Asciidoc (GFA)

@barorion
barorion / Price-Time Matching Engine.c
Created November 5, 2017 06:53 — forked from Jud/Price-Time Matching Engine.c
Price-Time Matching Engine
/*****************************************************************************
* QuantCup 1: Price-Time Matching Engine
*
* Submitted by: voyager
*
* Design Overview:
* In this implementation, the limit order book is represented using
* a flat linear array (pricePoints), indexed by the numeric price value.
* Each entry in this array corresponds to a specific price point and holds
* an instance of struct pricePoint. This data structure maintains a list