Projects in Awesome Lists by tonitaga
A curated list of projects in awesome lists by tonitaga .
https://github.com/tonitaga/mtlt
MTLT is a header-only math matrix library that allows you to do compile-time calculations, perform atomic operations, and contains all the basic operations on matrices. The library is written in STL style, supports joint work with STL algorithms. Since C++11
cpp11 cpp14 cpp17 cpp20 cpp23 linear-algebra matrix
Last synced: 10 Apr 2025
https://github.com/tonitaga/photolaboratory-application-cpp-qt
An application to apply different filters to your image, a manually written filter kernel is supported. More than 13 filters are implemented in C++ programming language using Qt framework
convolution cpp filterkernel filters photoshop qt
Last synced: 03 Jan 2025
https://github.com/tonitaga/maze-cave-simulator-cpp-qt
Project about generation and solution of maze and cave developed in C++ programming language using Qt framework. Maze generation using Eller Algorithm, cave generation based on cellular automaton. You can see my article at the link below
Last synced: 03 Jan 2025
https://github.com/tonitaga/graph-algorithms-cpp-console
Basic algorithms on graphs: BFS, DFS, Dijkstra Algorithm, Floyd-Worshell Algorithm, Prima Algorithm, Ant Algorithm in C++ programming language
Last synced: 03 Jan 2025
https://github.com/tonitaga/course-worksolver-tgbot-python
The bot solving coursework based on the given data is designed to help KNRTU-KAI students to complete the task.
Last synced: 22 Feb 2025
https://github.com/tonitaga/honeyjump-game-unity
Second place🥈 at the GameJam from Ninsar.Games Academy. HoneyJump Game created in the C# programming language on the Unity engine.
Last synced: 22 Feb 2025
https://github.com/tonitaga/vector-implementation-cpp
My own implementation of the vector class from the C++ standard library
Last synced: 22 Feb 2025
https://github.com/tonitaga/leetcode-practice-cpp
Proprietary solution to some problems from the LeetCode platform
Last synced: 22 Feb 2025
https://github.com/tonitaga/calculator-application-cpp-qt
Calculator in C++ programming language using Qt framework. Uses Dijkstra's algorithm to translate an expression into Polish notation, allows graphing a function, calculating credit and deposit
Last synced: 22 Feb 2025
https://github.com/tonitaga/in-memory-key-value-storages-cpp
A console application that allows you to interactively work with key-value pair stores such as 'HashTable [unordered_map]' and 'Red Black Tree [map]'. Allows to make comparison of basic operations between storages.
command-pattern cpp17 factory-pattern hashtable model-view-viewmodel red-black-tree
Last synced: 22 Feb 2025
https://github.com/tonitaga/parallel-algorithms-cpp
Implementation of parallel algorithms and comparison from speed of operation with sequential implementation. Algorithms: Ant Colony Optimization Algorithm, Gauss Algorithm, Winograd Algorithm
algorithms ant-colony-optimization cpp17 gauss-elimination parallel-computing winograd-algorithm
Last synced: 22 Feb 2025
https://github.com/tonitaga/wave-algorithm-cpp-python
Standard implementation of the Wave Algorithm in C++ and Python programming languages for finding the shortest path in a matrix between two points
Last synced: 22 Feb 2025
https://github.com/tonitaga/algorithm-contests-cpp
Solved contests from different companies
Last synced: 22 Feb 2025
https://github.com/tonitaga/repair-minigames-unity
Mini games created in the C# programming language on the Unity engine. Mini games were created in the process of internship in Ninsar.Games company
Last synced: 22 Feb 2025
https://github.com/tonitaga/speech-text-converterbot-python
Telegram bot whose task is to convert voice messages to text, just add it to your conversation, all voicemails in it will be converted to text
Last synced: 22 Feb 2025
https://github.com/tonitaga/simplethreadpool
The ThreadPool class provides a mechanism to execute tasks concurrently by distributing them among a fixed number of worker threads. Users can submit tasks to the thread pool, wait for their completion, stop the thread pool, and launch the workers again.
Last synced: 22 Feb 2025