Pinned Repositories
3DModelViewer-Qt-OpenQl-CPP
Project for viewing 3D models in .obj format, allows you to adjust lighting, texture, movement, resize, rotate the model. The application is developed in C++ language using Qt + OpenGl framework
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
Course-WorkSolver-TgBot-Python
The bot solving coursework based on the given data is designed to help KNRTU-KAI students to complete the task.
Graph-Algorithms-CPP-Console
Basic algorithms on graphs: BFS, DFS, Dijkstra Algorithm, Floyd-Worshell Algorithm, Prima Algorithm, Ant Algorithm in C++ programming language
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.
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
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
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
StatisticAnalyzer-CPP-Qt
An application for analyzing statistics, takes as input a file with a sample, analyzes it, and allows, by dividing the sample into intervals, to construct a graph
tonitaga
tonitaga's Repositories
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
tonitaga/StatisticAnalyzer-CPP-Qt
An application for analyzing statistics, takes as input a file with a sample, analyzes it, and allows, by dividing the sample into intervals, to construct a graph
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
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
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.
tonitaga/Graph-Algorithms-CPP-Console
Basic algorithms on graphs: BFS, DFS, Dijkstra Algorithm, Floyd-Worshell Algorithm, Prima Algorithm, Ant Algorithm in C++ programming language
tonitaga/tonitaga
tonitaga/3DModelViewer-Qt-OpenQl-CPP
Project for viewing 3D models in .obj format, allows you to adjust lighting, texture, movement, resize, rotate the model. The application is developed in C++ language using Qt + OpenGl framework
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
tonitaga/DataBase-Worker-KNRTU-CSharp
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.
tonitaga/Vector-Implementation-CPP
My own implementation of the vector class from the C++ standard library
tonitaga/Algorithm-Contests-CPP
Solved contests from different companies
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.
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
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
tonitaga/StealthGame-Unity
Simple 3D Game with stealth elements created in the C# programming language on the Unity engine. First plactice in C#/Unity
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
tonitaga/protocol_buffers
tonitaga/QtGifImage
CMake Version of QtGifImage project. QImages from/to animated gifs
tonitaga/S-Vision
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.
tonitaga/telegram-bot-coursework_calculator
tonitaga/url-shortener
http://tonitap.ru
tonitaga/userver
Production-ready C++ Asynchronous Framework with rich functionality
tonitaga/vcpkg
C++ Library Manager for Windows, Linux, and MacOS
tonitaga/WeatherApp_CSharp