Skip to content
View gggittt's full-sized avatar
📓
kkk
📓
kkk
Block or Report

Block or report gggittt

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

Hi there, I am Nikolay 👋

Telegram

Best project to evaluate my code: https://github.com/gggittt/Lines98

Technology Stack

CSharp Unity

Rider Visual Studio Visual Studio Code Android Studio

JavaScript HTML5 Pug CSS3 Sass

AutoHotkey

Microsoft SQL Server PostgreSQL

GraphQL

Git GitHub TeamCity

diagrams.net

Jira Confluence

Recommend Plugins for JetBrains IDE:

Can't bring myself to test this promising plugins:

Intresting plugins, which deserve attention, but already dropped by me (has bug or not my work style)

Also sometimes I:

  • Use RegEx for solving personal tasks
  • Use Bookmarklets. Few samples:
/*YouTube copy time*/ javascript:(function() {  var time = document.querySelector('.ytp-time-current').textContent;    var textArea = document.createElement('textarea');  textArea.value = time;  document.body.appendChild(textArea);  textArea.select();  document.execCommand('copy');  document.body.removeChild(textArea);})();
/*YouTube shorts to normal*/ javascript:(function() {   var url = window.location.href;   var regex = /https:\/\/www\.youtube\.com\/shorts\/(.+)/;   var match = url.match(regex);   if (match) {     var newUrl = "https://www.youtube.com/watch?v=" + match[1];     window.location.href = newUrl;   } })();
  • Looking for new soft for PC. I can recommend:
    • KeyManager
    • Clipdiary
    • Volume2
    • Autorun Organizer
    • PotPlayer

Long time ago I solve few problems in Leetcode


Code should read like well-written prose and be clean, lean, and easy to maintain.

gggittt

Pinned Loading

  1. Lines98 Lines98 Public

    Turn based game. Unity, C#

    C# 1

  2. Pop-balls Pop-balls Public

    Unity, C#. Simple pet game project

    ShaderLab

  3. autoHotKeyAHK autoHotKeyAHK Public

    my autoHotKey scripts

    AutoHotkey