Archived/inactive projects, consolidated from individual repositories to keep the
GitHub profile focused on active work. Each project lives in its own subdirectory,
with its main-line commit history preserved (imported via git subtree).
Complete history — every branch and tag — is preserved as a git bundle under
_archive/. To restore any project to a full standalone repo with
all of its branches and tags intact:
git clone _archive/<project>.bundle <project>| Directory | Description | Origin repo |
|---|---|---|
FoxML_Trader |
Original tick-level crypto trading engine (C++): branchless fixed-point, bitmap portfolio, integrated XGBoost training pipeline. Superseded by FoxML_Trader_v2. |
Jennyfirrr/FoxML_Trader |
FoxML_Core |
Research-grade ML cross-sectional infrastructure (Python + YAML); strict deterministic mode, fingerprint lineage. | Jennyfirrr/FoxML_Core |
tick_trader |
Paper-trading-by-default crypto engine; multicore TUI dashboard, optional live Binance REST. | Jennyfirrr/tick_trader |
tick-trader-private |
Dual-licensed (AGPL-3.0 / commercial) variant of tick_trader. |
Jennyfirrr/tick-trader-private |
current_studies |
Study material. | Jennyfirrr/current_studies |
Sanitized_Deep_Dives |
"From Bits to Branchless: Building a Trading Engine from First Principles" — long-form self-taught notes. | Jennyfirrr/Sanitized_Deep_Dives |
consult_contract |
Consulting/contract work landing page (Fox ML Infrastructure LLC). | Jennyfirrr/consult_contract |
Each project retains its own LICENSE within its subdirectory.
Consolidated 2026-06-02.