Pinned Repositories
airPortCounter
Statistics collection system for little airports that provides information about number of airports and so on
AliceInventoryLogic
This is project that contains the logic of skill for Yandex Alice helper
AppChat
Client-server application for desktop (chat).
custom_deque
This is my implementation of coursera task dedicated to implementation of template class Deque
database
This is my implementation of coursera task dedicated to simple DB realization
database_with_parser
This is my implementation of coursera task dedicated to partial implementation of DB (parser was given, not my own)
Design-Patterns
The C++ realization of design patterns that I've rated worthy of implementation and being at hand
determine_tcp_sender
This is a project for generating determined tcp packets for inner application of ITMO university projects
dictionary
This is some sort of translator that can add pairs of words to the storage and then find the translation for the certain word
expected
The template class that can hold the result or error (according to the "Functional Programming in C++ by Ivan Čukić ")
VladGuryev's Repositories
VladGuryev/expected
The template class that can hold the result or error (according to the "Functional Programming in C++ by Ivan Čukić ")
VladGuryev/airPortCounter
Statistics collection system for little airports that provides information about number of airports and so on
VladGuryev/AliceInventoryLogic
This is project that contains the logic of skill for Yandex Alice helper
VladGuryev/AppChat
Client-server application for desktop (chat).
VladGuryev/Design-Patterns
The C++ realization of design patterns that I've rated worthy of implementation and being at hand
VladGuryev/dictionary
This is some sort of translator that can add pairs of words to the storage and then find the translation for the certain word
VladGuryev/file_syncer2
This is my personal utility for backuping one file from one place to another
VladGuryev/FindingAnagramsWithUniqueChars
This is repo that contains the Function: GroupHeavyStrings, which finds words in vector of strings that has the same unique letters
VladGuryev/hotel_manager
A hotel reservation system that allows to book rooms with customers and control the demand
VladGuryev/JosephGame
The repo contains the MakeJosephusPermutation() func to arrange the elements according to the Joseph game rules
VladGuryev/jtag_test_server
The repo contains the class that provides connection to the quartus JTAG server for the fpga
VladGuryev/LinkedList
LinkedList provide singly linked list with basic API. This class is unit tested
VladGuryev/matrix_summ
The multithread realization of function that summarize all elements from matrix dmatrix on the pages. Every page is processed in its own thread
VladGuryev/merge_sort
The MergeSort function that can sort movable only objects
VladGuryev/NTree
Heterogeneous N-ary tree with (de)serialization functionality
VladGuryev/object_pool
Template of ObjectPool class to manage the threads, tcp or database connections
VladGuryev/qt_postgres_db
Test work from Qt with Postgres db
VladGuryev/RingBuffer
The circle or ring buffer for fast saving huge amount of input data (e.g. UDP traffic etc)
VladGuryev/simple_vector
Template vector implemented. The memory policy of allocating memory is organized. The std-style API is realized
VladGuryev/sportsmen_order
The task to order the sportmen on the field in the specific order that is given by the input sequence of numbers
VladGuryev/stackvector
The template vector allocated on the stack. The adapter of the std::array<T, N> template.
VladGuryev/tcp_client_on_sockets
This is the win port of linux client developed by 1FoCuS: https://github.com/1FoCuS/client
VladGuryev/tcp_server_on_sockets
This is the win port of linux server developed by 1FoCuS: https://github.com/1FoCuS/Server
VladGuryev/test_work
The proof-of-concept adaptation of std::map interface
VladGuryev/textEditor
This is the core of text Editor processor which is able to manage main text functions, such as Copy, Paste etc.
VladGuryev/TokensOnSentencesDivider
The implementation of the template function which divides a vector of tokens on the sentences according to the punctuation marks without any copying of the token data but only move semantics. Also the tests are developed to verify NonCopy process
VladGuryev/udp_tcp_exchange_gui
This is the GUI implementation of https://github.com/VladGuryev/udp_tcp_exchange project
VladGuryev/UdpStreamServer
This is UDP stream server that manages the udp traffic from fpga over Ethernet and sends it to the DB
VladGuryev/WebServerStatistics
Example of simple web server statistic system, the solution of coursera Yandex course issue
VladGuryev/xml_parser_table_vis
This application parses the set of xml files chosen by the user and represents data in the table