- Java Core
- Multithreading
- Reflection
A simple console game to train the basic java syntax
Maze generator and solver. A project for training collections and algorithms. Able to generate a maze of specified sizes using the BFS algorithm and the Prim algorithm, and then solve it using BFS and DFS
A console application for compiling a report on specified syllables. Accepts a link to a page with logs or a path to a directory. It is able to generate a report in doc and markdown. It is written using Java Standard Libraries.
Метрика | Значение |
---|---|
Файл(-ы) | https://raw.githubusercontent.com/elastic/examples/master/Common%20Data%20Formats/nginx_logs/nginx_logs |
Начальная дата | - |
Конечная дата | - |
Количество запросов | 51462 |
Средний размер ответа | 659509b |
Ресурс | Количество |
---|---|
/downloads/product_3 | 73 |
/downloads/product_1 | 30285 |
/downloads/product_2 | 21104 |
Код | Имя | Количество |
---|---|---|
416 | Range Not Satisfiable | 4 |
304 | Not Modified | 13330 |
403 | Forbidden | 38 |
404 | Not Found | 33876 |
200 | OK | 4028 |
206 | Partial Content | 186 |
Метод HTTP | Количество |
---|---|
HEAD | 83 |
GET | 51379 |
User agent | Количество |
---|---|
Debian APT-HTTP/1.3 (1.0.1ubuntu2) | 11830 |
Debian APT-HTTP/1.3 (0.9.7.9) | 11365 |
Debian APT-HTTP/1.3 (0.8.16~exp12ubuntu10.21) | 6719 |
Debian APT-HTTP/1.3 (0.8.16~exp12ubuntu10.16) | 5740 |
Debian APT-HTTP/1.3 (0.8.16~exp12ubuntu10.22) | 3855 |
Debian APT-HTTP/1.3 (0.8.16~exp12ubuntu10.17) | 1827 |
Debian APT-HTTP/1.3 (0.8.16~exp12ubuntu10.7) | 1255 |
urlgrabber/3.9.1 yum/3.2.29 | 792 |
Debian APT-HTTP/1.3 (0.9.7.8) | 750 |
urlgrabber/3.9.1 yum/3.4.3 | 708 |
Multithreading fractal flame generator.
Several tasks for the study of reflection (comparing the speed of calling methods by reflection, a random object generator, etc.)