IPodtsepko
C++ Software Engineer and student of CT ITMO University.
ООО "Компания "Тензор"Санкт-Петербург
Pinned Repositories
bachelor-thesis
This repository contains all materials related to my Bachelor Thesis, including the presentation, explanatory note, source code, and etc.
bimap
exchange-of-tokens-in-etherium
The practice of working with Uniswap: creating a pair for two tokens and swaping.
flash-swap
A smart contract that takes a flash loan and tries to earn money through cyclical exchange in uniswap pairs.
function
Native implementation of the std::function analog from the C++ standard library.
intrusive-list
Implementing an intrusive list in C++.
ipfs-dapp
A DApp that deploys a local IPFS node and provides a minimal frontend for interacting with IPFS.
itmo-training-courses
ticket-shuffler
A program that solves the problem of uniform, deterministic distribution of tickets between students by means of symmetric cryptography.
voting
A Solidity smart contract that implements an analogue of cumulative voting, when each vote has a weight equal to the number of tokens in the possession of the voter.
IPodtsepko's Repositories
IPodtsepko/flash-swap
A smart contract that takes a flash loan and tries to earn money through cyclical exchange in uniswap pairs.
IPodtsepko/exchange-of-tokens-in-etherium
The practice of working with Uniswap: creating a pair for two tokens and swaping.
IPodtsepko/etherium-monitoring
Console application for monitoring the Ethereum Mainnet network: block and price change of some token pairs monitor are implemented.
IPodtsepko/ipfs-dapp
A DApp that deploys a local IPFS node and provides a minimal frontend for interacting with IPFS.
IPodtsepko/itmo-training-courses
IPodtsepko/bachelor-thesis
This repository contains all materials related to my Bachelor Thesis, including the presentation, explanatory note, source code, and etc.
IPodtsepko/bimap
IPodtsepko/blockchain-hw-0
IPodtsepko/function
Native implementation of the std::function analog from the C++ standard library.
IPodtsepko/intrusive-list
Implementing an intrusive list in C++.
IPodtsepko/ticket-shuffler
A program that solves the problem of uniform, deterministic distribution of tickets between students by means of symmetric cryptography.
IPodtsepko/voting
A Solidity smart contract that implements an analogue of cumulative voting, when each vote has a weight equal to the number of tokens in the possession of the voter.
IPodtsepko/cache-oblivious-matrix-transposition
Solving the second homework assignment for the computer architecture course (1 term).
IPodtsepko/computer-networks-notes
Конспект лекций с курса компьютерных сетей университета ИТМО
IPodtsepko/intrusive-ptr
IPodtsepko/java-advanced-solutions
IPodtsepko/jpeg-transcoding
Исследование на тему "Транскодирование изображений JPEG с использованием предсказания коэффициентов ДКП на основе нейронной сети".
IPodtsepko/logic-primitives
Implementation of mathematical logic primitives based on C++ templates.
IPodtsepko/machine-learning-notes
Конспект лекций с курса машинного обучения университета ИТМО
IPodtsepko/mandelbrot
IPodtsepko/nft-auction
IPodtsepko/optional
IPodtsepko/saber-interactive-test-tasks
Test task from Saber Interactive
IPodtsepko/shared-ptr
IPodtsepko/signal
IPodtsepko/verifiable-credentials
Implementation of the verifiable credentials pattern on Solidity.