shaunaksaw's Stars
Orange-OpenSource/hurl
Hurl, run and test HTTP requests with plain text.
Tucsky/aggr
Cryptocurrency trades aggregator
LineIndent/buridan-ui
Beautifully crafted UI components designed with Reflex.
wez/wezterm
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
dimaportenko/telegram-media-download-tutorial
Download Telegram group media with Python Telethon tutorial
Dineshkarthik/telegram_media_downloader
Download media files from a telegram conversation/chat/channel up to 2GiB per file
wynfred/presso
Event-driven backtest/realtime quantitative trading system.
AsyncAlgoTrading/aat
Asynchronous, event-driven algorithmic trading in Python and C++
DavidCico/Enhanced-Event-Driven-Backtester
In this repository, an event-driven backtester is implemented based on QuantStart articles. The backtester is programmed in Python featuring numerous improvements, in terms of coding structure, data handling, and simple trading strategies.
quarkfin/qf-lib
Modular Python library that provides an advanced event driven backtester and a set of high quality tools for quantitative finance. Integrated with various data vendors and brokers, supports Crypto, Stocks and Futures.
polakowo/vectorbt
Find your trading edge, using the fastest engine for backtesting, algorithmic trading, and research.
guijinSON/NNHedge
A Deep Learning Framework for Neural Derivative Hedging
kaushikjadhav01/Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis
Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets (API keys included in code). The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user. Predictions are made using three algorithms: ARIMA, LSTM, Linear Regression. The Web App combines the predicted prices of the next seven days with the sentiment analysis of tweets to give recommendation whether the price is going to rise or fall
matheusgomes28/crustradean
Rust trading platform
libnyanpasu/clash-nyanpasu
Clash Nyanpasu~(∠・ω< )⌒☆
neovide/neovide
No Nonsense Neovim Client in Rust
uutils/coreutils
Cross-platform Rust rewrite of the GNU coreutils
nkaz001/hftbacktest
A high-frequency trading and market-making backtesting and trading bot in Python and Rust, which accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books, with real-world crypto market-making examples for Binance Futures
stivenhacker/GhostStrike
Deploy stealthy reverse shells using advanced process hollowing with GhostStrike – a C++ tool for ethical hacking and Red Team operations.
Tapanhaz/Kite-Ticker
Cython based unofficial async python websocket client for zerodha based on picows
google/zerocopy
servo/servo
Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
documenso/documenso
The Open Source DocuSign Alternative.
PyO3/pyo3
Rust bindings for the Python interpreter
oxc-project/oxc
⚓ A collection of JavaScript tools written in Rust.
atuinsh/atuin
✨ Magical shell history
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
brettdottech/info-orbs
An open source desk widget using affordable TFT displays and an ESP32 (:
tarasko/picows
Ultra-fast websocket client and server for asyncio
skyzh/mini-lsm
A tutorial of building an LSM-Tree storage engine in a week.