Skip to content
View Stralle's full-sized avatar

Block or report Stralle

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

    Design pattern examples written in C++. This was a part of a Pluralsight's course Design Patterns in C++ by Dmitri Nesteruk

    C++ 1

  2. Twitter-semantic-analysis Twitter-semantic-analysis Public

    Semantic analysis of 100k Tweets. It's made in Python. It's developed by a friend of mine (@nvkvc) and me. We used NLTK and NUMPY libraries. The algorithm we used for solving this problem was Weigh…

    Jupyter Notebook 1 1

  3. Facebook-Instagram-copycat Facebook-Instagram-copycat Public

    This was a final project on course Advanced Java programming. This project shows knowledge in Spring, Hibernate and Angular 6

    Java

  4. Python-simple-interpreter Python-simple-interpreter Public

    Simple Python shell interpreter developed in Python. It's a faculty project for a course Compilers.

    Python

  5. Concurrent-keyword-counter Concurrent-keyword-counter Public

    This is a first homework on course Concurrent and distributed systems. This program is meant to work as following: you set a following keywords in an app.properties file and then you can add folder…

    Java