- India.
- in/abhimanyu-kumar-5455ab163
Highlights
Lists (1)
Sort Name ascending (A-Z)
Stars
Simple physics simulator with support for rigid bodies, force generators and constraints.
ourarash / cpp-template
Forked from ratanparai/cpp-templateC++ console application template using Bazel and googletest
This repository contains C++ files that explain how to implement the Model Predictive Control (MPC) algorithm for linear systems in C++ by using the Eigen C++ matrix library.
Numerical Recipes in C++, that actually compiles
C++ library to get stock data from Yahoo Finance
A C++ Pong game developed with the Raylib library using OOP principles.
Closed loop thrust vector control software for model rocketry
Illinois Space Society's flight software codebase for the TARS avionics system
Source Code for "C++ Game Programming For Beginners - Pong in Raylib"
This C++ code explains how to use the Eigen C++ library to perform matrix computations. A video lecture and a post accompanying this code is provides.
Code for launch pad specifically designed for model rockets with thrust vector control
Monorepo for all ISS Solid Propulsion Activities
programming problem solution of Schaum series data structures book
A template for debugging with gcc in Visual Studio Code
A C++11 implementation of the Behaviour Tree data structure/design pattern
Remote control for a model rocket launch pad with an Arduino, HC-12 radio module and two buttons
Illinois Space Society's flight software codebase for the MIDAS avionics system
Orbital Flight Simulator. Educational Program. Write Python programs to send a rocket into orbit.
Fetches market data from the Alpha Vantage API, calculates daily returns for a portfolio of stocks, and computes the Value at Risk (VaR) at a 95% confidence level.
A C++ stock analysis tool that fetches real-time stock market data and calculates technical indicators (SMA, RSI, Bollinger Bands) to provide buy/sell/hold signals for trading.
This project implements a real-time market data feed handler and an order matching engine, designed to mimic the core functionality of a financial trading system. It is built in modern C++ and uses…
A sample project to structure a visual studio project along with tests