Skip to content
View LaRtik's full-sized avatar
🎲
Student
🎲
Student
Block or Report

Block or report LaRtik

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
LaRtik/README.md

Hi there 👋

Hey! I'm Ilya Lazuk, a student currently studying in BSUIR, Belarus. My major is Computer Science (Faculty of Computer Systems and Networks).

My CV

GIF

class AboutIlya():
    
  def __init__(self):
    self.name = "Ilya Lazuk"
    self.username = "LaRtik"
    self.location = "Minsk, Belarus"
    self.major = "Computer Science"
    self.additional = "5+ years of competitive programming"
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = AboutIlya()

Pinned

  1. python-lite-interpreter python-lite-interpreter Public

    Lite python3 intepreter written with C++

    C++ 1

  2. async-rsa-file-encoding async-rsa-file-encoding Public

    Async file encoding programm using RSA algorithm

    C++

  3. personnel-control-system personnel-control-system Public

    Flask app to control your organization personnel (DB - PostgreSQL)

    PLpgSQL

  4. python-simple-pickler python-simple-pickler Public

    Python serialization library with JSON / TOML / YAML formats.

    Python

  5. yummy-shop yummy-shop Public

    Python E-commercial Django (+PostgreSQL) project for pizzeria

    JavaScript

  6. news-website news-website Public

    STAR news website. Pure JS + Firebase

    JavaScript