Skip to content
View brusoman's full-sized avatar

Block or report brusoman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Mersenne-Twister Mersenne-Twister Public

    This repo contains script which is able to predict python's random module random generated values. Script was tested against Python 3.5.2 and 3.6.2. Should work against other versions of Python as …

    Python 2

  2. bubbleshooter bubbleshooter Public

    Bubbleshooter is MIPT Project for the course OOP application development in Java. It is a 2D top-down game where you have to control a ball and shoot enemies.

    Java

  3. Angular-components Angular-components Public

    Graduation project of Netcracker Educational Center. Library of Angular components with showcases similar to PrimeNg.

    HTML

  4. Security Security Public

    Preparation for creating Secure chat via Java sockets. Abandonned project. Chat should work. No emplementation of encrypting

    Java

  5. nc-frontend-academy-ui nc-frontend-academy-ui Public

    Project in NC Educational Center, which was made under my leadership. It is a system for teaching layouting using regression tests for pixel-perfect comparsion

    TypeScript

  6. shortest-path-problem shortest-path-problem Public

    An article on optimization techniques dedicated to Shortest path problem. Contains code of comparsion Dijkstra's algorithm and Floyd Warshall algorithm

    Python