Pinned Repositories
ac-library
AtCoder Library
AimTux
A large Linux csgo cheat/hack
cpptemplates
My template/algorithm collection for Competitive Programming in C++
split
A c++ function returning a splitted vector based on a given string and separator.
TestRepo
A repository for some of my python solved problems from /r/dailyprogrammer and other small personal projects.
L1nkus's Repositories
L1nkus/cpptemplates
My template/algorithm collection for Competitive Programming in C++
L1nkus/Autoformer
About Code release for "Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting" (NeurIPS 2021), https://arxiv.org/abs/2106.13008
L1nkus/backtest-imc-prosperity-2023
Utilities for back testing code related to the IMC prosperity challenge 2023.
L1nkus/bybit-smm
bybit simple market maker
L1nkus/ChatGPT-Data-Science-Prompts
A repository of 60 useful data science prompts for ChatGPT
L1nkus/codon
A high-performance, zero-overhead, extensible Python compiler using LLVM
L1nkus/cptopt
Portfolio Optimization with Cumulative Prospect Theory Utility via Convex Optimization
L1nkus/cvxportfolio
Portfolio optimization and back-testing.
L1nkus/discord.py
An API wrapper for Discord written in Python.
L1nkus/ethernaut
Web3/Solidity based wargame
L1nkus/fabric-example-mod
Example Fabric mod
L1nkus/hftbacktest
A high-frequency trading and market-making backtesting tool accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books.
L1nkus/imc-2023
Code written for the IMC Prosperity trading competition in 2023.
L1nkus/IMC-Prosperity-2023-Stanford-Cardinal
Stanford Cardinal's algorithms (Overall Rank 2) in IMC Prosperity 2023
L1nkus/IMC_Prosperity
This repository contains our solution to the IMC Prosperity Challenge
L1nkus/Informer2020
The GitHub repository for the paper "Informer" accepted by AAAI 2021.
L1nkus/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
L1nkus/mlb-runline
Sports Betting Algorithm for MLB Runline.
L1nkus/numerai-portfolio-opt
Portfolio Optimizer for your Numerai models
L1nkus/peatio
Open-source crypto currency exchange software (https://openware.com)
L1nkus/PyPortfolioOpt
Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
L1nkus/scriptsthatmademefeelyoung
L1nkus/Shipwright
L1nkus/SpotifyTranscripts
🎙️ AI generated subtitles and segmented chapters for podcasts
L1nkus/Statistical-Arbitrage
High-frequency statistical arbitrage
L1nkus/TabPFN
Official implementation of the TabPFN paper (https://arxiv.org/abs/2207.01848) and the tabpfn package.
L1nkus/tobiasmue91.github.io
Simple HTML, JS, CSS games and tools created with the help of ChatGPT.
L1nkus/torchsort
Fast, differentiable sorting and ranking in PyTorch
L1nkus/utils
assorted helpful utilities
L1nkus/VIT2
This repository is the implementation of the paper: ViT2 - Pre-training Vision Transformers for Visual Times Series Forecasting. ViT2 is a framework designed to address generalization & transfer learning limitations of Time-Series-based forecasting models by encoding the time-series to images using GAF and a modified ViT architecture.