Projects with this topic
-
Multidimensional arrays for C++. (Not an official Boost library) GitHub mirror: https://github.com/correaa/boost-multi
Updated -
Object oriented python implementation of a user driven workout scheduler. With the use of recursive algorithms and user input, it creates optimal workouts for the user.
Updated -
A minimalist stack-based programming language designed as a flexible framework for implementing and exploring algorithms. Its syntax and semantics are inspired by PostScript and Forth, offering a concise and expressive environment for learning and experimentation. The project name is a nod to Leonardus Pisanus, who was named and became known as Fibonacci.
Updated -
Solutions to problems, predominantly from contests, written in Erlang/OTP
Updated -
Algorithms Exercises solved in C (GNU11), running with CMake and Catch2 (C++) unittest framework. Developed with TDD.
Updated -
Algorithms Exercises solved in C++17, running with CMake and Catch2 unittest framework. Developed with TDD.
Updated -
Low-frequency Excision of the Atmosphere in Parallel (LEAP) Calibration using GPU acceleration.
Updated -
Minimalist algorithms and data structures library in C (M.A.D.S)
Updated -
A collection of small projects demonstrating computer science concepts. The goal is to use these for teaching/demoing in Code & Coffee meetups, and generally as a reference (especially when it comes to tooling & config).
Updated -
-
2D Vehicle Simulator
Implementation of vehicle simulator library uses for path tracking, by dynamic, navigation and control algorithms.
The vehicle dynamic is based on a kinematic bicycle model [ref 2] Vehicle longitudinal and lateral movement are controlled by PID and Pure pursuit tracking algorithm. Adhering to command line utility, which defines initial position, velocity and heading angle of the vehicle.
Lateral servo actuator controls the road wheel angle. The wheel actuator is implemented by 2nd order simplified servo-mechanical model between the command and the actual road wheel angle.
There is an option to add a random white noise to the heading angle and to the global position by localization_is_not_perfect flag.
The program is plotting in real time the desired and the actual path of the vehicle in global coordinates system, by show_animation flag.
Updated -
My lab assignments for IT013IU Data Structures & Algorithms course at HCMIU.
Updated -
A hands-on programming repository where concepts and examples from programming books are turned into executable code, with custom variations and explanatory notes. Aimed at reinforcing theoretical knowledge through practice.
Updated -
A personal repository of coding challenge solutions from platforms like LeetCode and HackerRank, written in Python and C++. Includes failed attempts, debugging notes, and detailed README files for each problem to track learning progress.
Updated -
[CC BY-NC-SA] A compendium of the community knowledge on game design and development
Updated -
Web application using JavaScript, HTML, and CSS for visualizing fractal structures and their theoretical properties using various methods and algorithms, developed as part of a master's thesis on the topic of Complex Dynamical Systems.
Updated -
Web application using JavaScript, HTML, and CSS for visualizing Julia sets and their theoretical properties by various methods, developed as part of a bachelor's thesis in the field of dynamical systems and complex analysis.
Updated -
Hbox is a commandline-terminal sokoban solver written in Ada. It is "generic" in the sense that it contains no domain specific strategies. It also provides a demonstration of the advantage in using the Hungarian Algorithm, for Windows, OSX, & linux.
Featuring
* no installation * no dependencies * simply unzip in your Downloads directory, and run.Updated -
-