DohaoSTR
Education - Bryansk State Technical University (BSTU), specialization - information-analytical security systems
Bryansk
DohaoSTR's Stars
DohaoSTR/bank-simulator
Simulator of bank, realized work with debit/credit cards, deposits and physical/juridicial clients. Interface part realized on WPF, used local MS SQL Server for data storage.
DohaoSTR/coronary-heart-disease-analysis
Coronary heart disease analysis, dataset - https://www.kaggle.com/datasets/billbasener/coronary-heart-disease. For analysis i used: k-means clustering, k-neighbors classifier, decision tree classifier. Libraries: scikit-learn.
DohaoSTR/disk-benchmark
Program test hdd or ssd on main parameters (read/write/copy speed and other). Console user interface.
DohaoSTR/graph-editor
Graph editor with standard functional (add/remove edge/vertex and search of the shortest way algorithm (dijkstra). Interface part realized on windows forms.
DohaoSTR/rework-material-design
Rework of library Material Design. Added: masked text box on base outlined textbox, auto suggest box with native functional. Realized functional for adding icon buttons into textboxs and similiar controls, that buttons support binding and you can use several such buttons at once for one control. Realized example of controls validation.
DohaoSTR/vector-graphic-editor
Work on drawing visual entity. User interface - WPF.
DohaoSTR/approximation-calculator
Includes operations with matrix and methods of point/continuous approximation derivation, integration
DohaoSTR/bank-android-interface
The interface of the banking Android application is implemented in XML.
DohaoSTR/book-store-simulator
Book store simulator. Realization add/remove/update operations with books/documents/clients and other entities. User interface - WPF, data storage - MySQLServer.
DohaoSTR/dental-caries-analysis
Dental caries analysis. For analysis i used: k-means clustering, k-neighbors classifier, decision tree classifier. Libraries: scikit-learn.
DohaoSTR/django-rest-framework-authtoken
Realization of native token authentification on django rest framework. Done: auto expire token, delete expire tokens with celery, number of valid tokens regulation. Project based on https://github.com/wichmannpas/django-rest-authtoken.
DohaoSTR/double-linked-list-c-plusplus
Double linked list with standard operations.
DohaoSTR/double-linked-list-c-sharp
Double linked list with realization of standard operations and console user interface.
DohaoSTR/hardware-parser
Parser of hardware data from the following websites: PcPartPicker (parsed: all images, prices, specifications, ratings), UserBenchmark (parsed: all FPS data and parts data with tests), Techpowerup (parsed: all gpu, cpu, ram db's), DNS and CITILINK (parsed: prices and availability information).
DohaoSTR/investment-calculator
Simulator of stock exchange, have chart's of most popular stocks and currencies (parsing of non official sites). Interface part realize on windows forms.
DohaoSTR/kinopoisk-reviews-sentiment-analysis
Sentiment analysis of kinopoisk (https://www.kinopoisk.ru/) reviews. For analysis i used: classification methods (random forest, svc, k-neighbors) neural networks (lstm, mlp).
DohaoSTR/links-parser
Program take all links from html page and write them in console.
DohaoSTR/match3
Match 3 game on WPF.
DohaoSTR/match3-pokemon
Match 3 game on WPF with pokemon images.
DohaoSTR/matrix-calculator
Matrix library with standard operations and console user interface.
DohaoSTR/mental-health-test
Analysis dataset of mental health (tech survey). https://www.kaggle.com/datasets/osmi/mental-health-in-tech-survey
DohaoSTR/messenger-android-interface
The interface of the Android messenger application is implemented in XML.
DohaoSTR/northwest-corner-method
Realization of northwest corner method to solve transportation problem. Output in .txt file. In the code, Russian comments.
DohaoSTR/pc-config
The WPF client application implements the configuration of a personal computer and the ability to view all hardware available on Ethernet and other information about domain.
DohaoSTR/stroke_analysis
Stroke analysis, dataset - https://www.kaggle.com/datasets/fedesoriano/stroke-prediction-dataset. For analysis i used: mlp classifier, k-means clustering, k-neighbors classifier. Libraries: tensorflow, scikit-learn.
DohaoSTR/supermarket-simulator
Simulator of supermarket, have realization of add/remove/update products/waybills/certificates and other entitites. User interface - WPF, datastorage - MySQL Server.
DohaoSTR/supermarket-template-site
Supermarket site cooperating with database.
DohaoSTR/tic-tac-toe
Tic tac toe game on WPF, with realization of local play for two players (tcp-ip).
DohaoSTR/wpf-controls-library
Dynamic link library of wpf controls with test window application.