Skip to content
View odysseuskir's full-sized avatar

Organizations

@hackclub @simplified-coding @hack-olympia
Block or Report

Block or report odysseuskir

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

This is Odysseus Kirikopoulos

Welcome to my GitHub profile! This is where you can see what I have been up to in the programming world

  • 🏢 I’m working on Simplified Coding and HackOlympia
  • 🏫 I'm a 10th Grade student at the 1st General Lyceum of Epanomi
  • 🌱 I’m currently learning Competitive Programming and Front-End Development
  • 📫 You can send me an email at odysseusk@proton.me
  • 😄 Pronouns: He/Him/His

Stats

GitHub stats

Top languages

Project logos

Simplified Coding logo HackOlympia logo

Pinned Loading

  1. simplified-coding/simplified-coding simplified-coding/simplified-coding Public

    Files for the simplified coding website

    MDX 3 2

  2. todo-list todo-list Public archive

    These are the files for the To-Do List Python project.

    Python 1

  3. cap-o-meter cap-o-meter Public archive

    The repo for the Cup-O-Meter project. Software by @odysseuskir and hardware by @Nikos1508.

    HTML 1

  4. arduino arduino Public archive

    The repo for the code of my Arduino. Hardware provided from @Nikos1508.

    C++ 1

  5. Doom clock Doom clock
    1
    import time
    2
    a = 8.94112903 * (10 ** 111)
    3
    while a > 0:
    4
        a -= 1
    5
        print(f"The heat death of the universe will occur in {a} minutes")
  6. CPU Stresser CPU Stresser
    1
    a = 0
    2
    while True:
    3
        a += 1
    4
        print(a)