Skip to content
View Limnetic-Git's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Moscow
  • 19:08 (UTC +03:00)

Block or report Limnetic-Git

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Limnetic-Git/README.md

🚀 Welcome to my GitHub Profile!

Header GIF

💻 Passionate Developer | Linux Enthusiast | Problem Solver

"First, solve the problem. Then, write the code." – John Johnson


👨‍💻 About Me

class LimneticGG:
    def __init__(self):
        self.name = "Fedor"
        self.age = 17
        self.location = "Moscow, Russia"
        self.experience = "5 years"
        self.first_language = "Python"
        
    def current_focus(self):
        return ["Python&C# Backend Development", "DevOps", "Linux Administration"]
        
    def hobbies(self):
        return ["Coding", "Open Source", "Linux", "Networking", "Learning new tech", "GameDev"]

me = LimneticGG()

🛠️ Tech Stack

Main focus I use too Backend Frontend Tools & DB OS & IDEs


Fan of:

Raylib


📈 Contribution Graph

Contribution Graph


🎯 Currently Working On

current_projects = {
    "learning": ["Advanced Python and C", "Mojo", "Simple gamedev", "Security"],
    "exploring": ["Python Backend", "AI Integration", "Soft-skills :)"],
    "building": ["Games", "fun things", "Open source projects"]
}

📫 Connect With Me

Telegram GitHub

Profile views

Quote

Thanks for visiting!

Footer

Pinned Loading

  1. mojelly mojelly Public

    Fast Async backend framework for Mojo 🍇

    Mojo 23

  2. simple-neirolib-python simple-neirolib-python Public

    you can modify it and use it in your projects as you like, I did it for testing

    Python 2

  3. C-procedural-island-world-generator C-procedural-island-world-generator Public

    Мой генератор тайловой карты для игр переписанный на C. Это третий по счёту язык на котором написан этот генератор (PYTHON -> C# -> C)

    C 1

  4. gpl-recolorer gpl-recolorer Public

    Utility to recolor big folders with .png to .gpl (GIMP's) palette

    Python 1

  5. procedural-world-generator-CS procedural-world-generator-CS Public

    C#

  6. mini-blockchain mini-blockchain Public

    PoW blockchain with minting and trasfer of tokens, using sha256(sha256()) and Ed25519 for signatures

    Python