Skip to content
View rainbowbrained's full-sized avatar
Block or Report

Block or report rainbowbrained

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. Timer Timer Public

    Electron-based gamification system for drive-trhough restaurants to improve perfomance

    CSS

  2. MSU_calculator MSU_calculator Public

    The project implements calculator using recursive descent and Reverse Polish notation

    C

  3. MSU_graph_CPP MSU_graph_CPP Public

    This project implements classes: graph , adjacency matrix with iterators, Sparse and Dense matrices. Graph's methods include calculating the diameter of graph and the number of bonded components.

    C++

  4. MSU_shell MSU_shell Public

    This project implements a subset of the SHELL command language: conveyor, expressions with brackets, redirections and other.

    C

  5. MSU_SQL_interpreter MSU_SQL_interpreter Public

    The project implements "client-server" model, interpreter of a few SQL sentences and a database.

    C++ 2

  6. NLP_log_regression NLP_log_regression Public

    The project implements logistic regression to classify negative and positive feedbacks (IMDb dataset).

    Python