Skip to content
View G-L-X-B's full-sized avatar
👷
Reinventionmaxxing
👷
Reinventionmaxxing
  • St-Petersburg, Russia

Block or report G-L-X-B

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
G-L-X-B/README.md

Hello there 👋

$ whoami

My name is Gleb Ustinov, and I am just yet another CS student on the verge of dropout. As a beginning software engineer I am interested in applying my skills to development of useful tools and preventing machine uprising in the process. Here you will find projects that I'm most proud of, aside from some sketches and drafts.

$ git clone git@github.com:G-L-X-B/most-interesting.git

Readme Card

A simple game that plays itself written in C with the help of ncurses. It's a mess rn, but some day I will tidy it up. What I like in the concept of procedural programming is that it allows to build neat and well-knit little programs, where every module was written for a particular purpose. Low code reusability hits hard though, and I doubt my competence to create something large-scale using this paradigm. But this little thing... I love it.

Readme Card

A telegram bot to view, rate and review a small but very precious game titles library. Right now only soulsborne game series is available.

More interesting things are coming soon

$ git checkout learning

Top Languages

With my first language being C++, I like low-level programming, but still never miss a chance to try out something different. Here comes my subtle acquaintance with python. Currently I'm learning Kotlin/JVM and, as a consequence, Java omg i hate gradle so much why is it so messed up well it's actually good once you put at least some effort into learning it.

$ git blame

I'm really bad at visual design or even deciding which of two designs would fit better. But I'm not going to give up and will continue work on this! Completely not interested in front-end development though.

$ config --global --list

[user]
	fullName = Gleb Ustinov Alexandrovich
	knownAs = GLXB
	alsoKnownAs = Shepard
	email = ustynow.gleb@gmail.com
	backUp = gaustinov@stud.etu.ru
	telegram = @GLXBX
[user's computer]
	type = laptop
	os = linux
	distro = EndeavourOS
	shell = zsh

$ user-stats

GitHub Streak

$ user-stats --global

GitHub stats

Popular repositories Loading

  1. game-of-life game-of-life Public

    Conway's Game of Life in the console using ncurses.

    C 2

  2. emma emma Public

    Experemental Math and Mechanics Area

    Python 1

  3. dstring dstring Public

    A library to handle dynamic strings.

    C

  4. ads ads Public

    Algorithms and Data Structures.

    C++

  5. ads-cw ads-cw Public

    Third semester course work for Algorithms and Data Structures.

    C++

  6. kotlin-oop-practice-2022 kotlin-oop-practice-2022 Public

    Forked from crylent/kotlin-oop-practice-2022

    Kotlin