Pinned Repositories
Cars
This is the final project for the first semester of Frontend Development course at ITMO University. The website was written in HTML, CSS and JS.
Data-Analysis-Course
Data Analysis course at ITMO University
Linux
Linux Administration course in ITMO
ML-course
Machine Learning course at ITMO University
ML-medium
This repository contains reproducible code from Data Science articles on my Medium blog
ODS-jobs-article
Analysis article on Data Science salaries based on vacancies published in ODS community in Russia
OS-course
Operating systems course at ITMO University
p07
Software Design course at ITMO University
Web-Course
Web Programming course at ITMO University
word2vec
Word2Vec implementation in PyTorch.
slavastar's Repositories
slavastar/ML-medium
This repository contains reproducible code from Data Science articles on my Medium blog
slavastar/ML-course
Machine Learning course at ITMO University
slavastar/Linux
Linux Administration course in ITMO
slavastar/Data-Analysis-Course
Data Analysis course at ITMO University
slavastar/ODS-jobs-article
Analysis article on Data Science salaries based on vacancies published in ODS community in Russia
slavastar/p07
Software Design course at ITMO University
slavastar/word2vec
Word2Vec implementation in PyTorch.
slavastar/Cars
This is the final project for the first semester of Frontend Development course at ITMO University. The website was written in HTML, CSS and JS.
slavastar/OS-course
Operating systems course at ITMO University
slavastar/Web-Course
Web Programming course at ITMO University
slavastar/Algorithms
In this repository I put my implementations of algorithms and data structures from coding problems and track my learning path
slavastar/atom-pastebin-plugin
This plugin integrates Pastebin service into Atom IDE. It can automatically create new pastes by selecting a code fragment in the editor and insert code by paste ID or corresponding URL. The plugin was developed in Atom IDE through package manager and implemented in JavaScript.
slavastar/Bank
Bank application designed with Spring Data and Security. Implements simple Bank interface with add, withdraw and transfer operations. The application includes authentication
slavastar/Easy-Browser
Simple Browser application implemented using Web Kit
slavastar/Flag-Viewer
The app that lets users to scroll through a list of flags, and then select one to view
slavastar/Food-Text-Generator
slavastar/Frontend-Snippets
Frontend code snippets
slavastar/GPN-Hackaton
A service that searches for relevant russian technological companies by a provided query
slavastar/Guess-the-Flag
Guess the flag game
slavastar/Natours-Project
slavastar/Optimization-Methods
Optimization Methods course at ITMO University
slavastar/resume
This is my portfolio. Includes my profile, interests, passed courses at ITMO University and skills
slavastar/shifumi
The implementation of the famous "Rock Paper Scissors" game
slavastar/slavastar
My profile
slavastar/Stadium-Bot
Simple Python bot designed for UML course at ITMO University
slavastar/Storm-Viewer
The app that lets users to scroll through a list of images, and then select one to view
slavastar/Swifty-Words
The game where user has to guess the words and type them in text area using the given buttons
slavastar/To-Do-List
To Do List Project from Udemy Course "Core Data and Realm - Master Data Persistence for iOS"
slavastar/Word-Scramble
Simple anagram game
slavastar/YOLO-v1
YOLO-v1 implementation in PyTorch