This is a fractal video making software with a graphical user interface (GUI), written using C++ with Qt, and FFmpeg is bundled for video encoding.
A custom language FRD is designed, which is used to describe the fractal video configuration. Custom math functions can be defined in the language, enabling the user to create their own fractal formulae and video effects in a programmable way.
This is final project for the freshman course 'Algorithm and Program Design (in C++)' (full marks), and is then further enhanced in 'Comprehensive Course Design of Computer Science' (A, highest rank).
This is a LaTeX template for the Southeast University Machine Learning Assignment that can be easily adapted to other usages. This template features a colorful theme that makes it look elegant and attractive.
This template (defined as the seu-ml-assign.cls class file) is available on CTAN (Comprehensive TeX Archive Network), meaning it has been included in the official TeX distribution since 2022!
Love online editing and collaboration on Overleaf? Check out the template on Overleaf!
The bionic manipulator system can be easily controlled via a sensor glove. The system consists of three modules: sensor glove module, bionic manipulator module and remote monitor module. The sensor glove module collects the information of user's finger state and gesture. After being processed, the information is sent out to the bionic manipulator module so that the bionic manipulator can move under the user's control. Moreover, an assistant device, remote monitor module can enable the user to control the manipulator remotely.
Check out my GitHub for additional open-source projects!
My favorite open-source license is the MIT License, which is permissive, as I want to make my software as accessible as possible, even for a commercial use. However, I also advocate the use of GPL, to extend the community of open-source software.