Pinned Repositories
algorithms-of-sorting
Collatz_conjecture_visualization
Visualization of the Collatz Hypothesis (3n + 1 dilemma, Syracuse problem)
coursera
go-bug
go-grpc-math-service
go-http_server
go-l1-tasks
mai_studu
russian_cpp
Sierpinski_fractals
Chaos plot visualization of Sierpinski triangle (Sierpinski gasket) and Sierpinski square (Sierpinski carpet) using two different libraries (turtle and mathplotlib).
niciki's Repositories
niciki/russian_cpp
niciki/mai_studu
niciki/Sierpinski_fractals
Chaos plot visualization of Sierpinski triangle (Sierpinski gasket) and Sierpinski square (Sierpinski carpet) using two different libraries (turtle and mathplotlib).
niciki/algorithms-of-sorting
niciki/Collatz_conjecture_visualization
Visualization of the Collatz Hypothesis (3n + 1 dilemma, Syracuse problem)
niciki/coursera
niciki/go-bug
niciki/go-grpc-math-service
niciki/go-http_server
niciki/go-l1-tasks
niciki/go-l2-tasks
niciki/go-NatsService
niciki/go-tgbot
niciki/my_data_structures_c
niciki/neuro-framework
niciki/Object_Oriented_Programming
niciki/password_generator
A simple generator of a given number of passwords of a certain length, necessarily including at least one lowercase, one uppercase letter and one number.
niciki/prom_bug
niciki/snowflakes_statistics
The program generates arbitrary coordinates on the canvas, the radius of the snowflake. Then a check is made for the free space that this snowflake will occupy after drawing. If the check is successful, then drawing is performed, and then the generation of new coordinates, otherwise the program will regenerate the coordinates 3000 times, hoping that it will find those that satisfy the test for emptiness (the number of attempts is in the tests variable).The check is carried out by iterating over the data about all circles, which are stored in a sheet of ordered tuples (coordinate 'x', coordinate 'y', radius). If no free space was found, then one of the snowflakes drawn on the canvas is deleted. After drawing the specified number of snowflakes (the value of the variable number_of_snowflakes), drawing stops, using the matplotlib library, a graph of the dependence of drawing the i-th snowflake on the number of necessary coordinates and radius regeneration is built.
niciki/unit_test_framework_cpp
Simple unit test framework on c++
niciki/zmeika