Georgy Firsov's repositories

FastReader

C++ library for reading files. It is almost 5 times faster than standard C++ std::ifstream. It is written with WinAPI on C++.

Language:C++License:GPL-3.0Stargazers:3Issues:2Issues:0
Language:C++Stargazers:1Issues:0Issues:0

100days

100 days of algorithms

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

News

Simple console and web application that uses machine learning algorithms to predict stocks price change in nearest three days. Prediction is based on the last news and stocks price for company.

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

PatternMatching

Short header-only library that allows you to use pattern matching in C++. Written in pure standard C++14.

Language:C++License:GPL-3.0Stargazers:0Issues:2Issues:0
Stargazers:0Issues:1Issues:0

data-science-from-scratch

code for Data Science From Scratch book

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

Decrypt

My research about data encryption. The main question is: is it possible to find out a cipher by encrypted word only? I use some machine learning algorithms to classify encryption methods.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:2Issues:0

DllHandler

Class that provides automatic DLL handle release and allow you to use exported functions much more easily in comparison to standard WinAPI way.

Language:C++License:GPL-3.0Stargazers:0Issues:0Issues:0

Experimental

Project for various experiments (currently with WinAPI)

Language:C++Stargazers:0Issues:1Issues:0

jParser

Simple (actually no) JSON parser written with python's PLY module. I made this program just for fun and improvement of my knowledge. It is in development for now.

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

MachineLearningModels

Library with implementation of several machine learning models. It is written in Python 3 with numpy.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:2Issues:0

ml-course-msu

Lecture notes and code for Machine Learning practical course on CMC MSU

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

nmapthrottle

Run multiple nmap scans and combine results to spreadsheet importable format

Stargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Utilites

Currently it is a set of my utility functions and scripts, which I use in my projects and work tasks. You are free to use and modify this stuff for any target you want :)

Language:C++License:MITStargazers:0Issues:0Issues:0

Variant

C++14 Variant type implementation with only standard features of C++ language and STL library used

Language:C++License:GPL-3.0Stargazers:0Issues:2Issues:0