Skip to content
View GorshkovIvan's full-sized avatar

Block or report GorshkovIvan

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

Pinned Loading

  1. defi_aggregator defi_aggregator Public

    A decentralised finance aggregator that collects data from AAVE, Uniswap, Balancer and Curve protocols. This web application ranks pools in these protocols by investment attractiveness.

    Go 5

  2. CharityBlockMiner CharityBlockMiner Public

    In this Java game, you play as a miner that collects Ethereum under the ground. It is connected to the Ethereum smart contract and automatically donates money to charity when you collect Ethereum. …

    JavaScript

  3. Chess_Simulator Chess_Simulator Public

    This C++ program simulates the game of Chess. It takes the move from the input file and checks whether all Chess rules are satisfied before moving the piece. It checks for all possible variations o…

    C++

  4. Decision_tree_for_image_recognition Decision_tree_for_image_recognition Public

    In this project, a decision tree algorithm was developed from scratch using only basic Python libraries. It was trained to recognise handwritten numbers. The project was developed in a team of three.

    Python

  5. Enigma Enigma Public

    This C++ program simulates the behaviour of the World War 2 German encryption machine called Enigma. It encrypts texts supplied in the input file. Files containing plugboard, reflector and rotor co…

    C++

  6. Neural_Network_For_House_Price_Prediction Neural_Network_For_House_Price_Prediction Public

    This project consists of two parts. In the first part, a neural network library was developed from scratch. In the second part, already existing Python libraries were used to create and train a neu…

    Python