Skip to content
View 5skr0ll3r's full-sized avatar

Block or report 5skr0ll3r

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

Hello there 👋

Profile:

My name is Charis born 1/6/2003(d/m/y), i'm a young self motivated developer currently working as a coffe delivery, with a passion for the cyber-security industry. I started by learning html when i was 15 and since then have improved my skills and expanded my knowledge and went from front-end to back-end

from time import sleep

class Developer:
  def __init__(self):
    self.drinksCoffe = False
    self.hasntSlept = False

  def drinkCoffe(self):
    if not self.drinksCoffe:
      print("Drinking Coffe")
      self.drinksCoffe = True
      sleep(1)
    return

  def unSleep(self):
    if not self.hasntSlept:
      print("uNSLeeling nOw")
      self.hasntSlept = True
      sleep(1)
    return

  def code(self):
    if self.drinksCoffe and self.hasntSlept:
      for i in range(1,10):
        print("Coding"+ "."*i)
        sleep(.5)
    else:
      print("Dev instance can't code bcs it's healthy\nRun unSleep() and drinkCoffe() first to proceed")
      sleep(.5)
      return
    print("="*4 +"Finished" + "="*4)
    return

def main():
  dev = Developer()
  dev.code()
  dev.unSleep()
  dev.drinkCoffe()
  dev.code()

if __name__ == '__main__':
  main()

Things about me:

  • I'm a fast patient learner
  • Passionate about everything i do
  • Intrigued by complicated problems
  • TeamWork makes the Dream Work
  • Fun to work with

Jobs:

  • Waiter/Barista/Bartender at a cafe in my hometown (cosi)
  • Coffe Delivery (coffe island, mosaic)

Hobbies:

  • Coding
  • Snowboarding
  • bmx
  • Roadtrips (Motorcycle)
  • Learning assembly for 6502 processor to make games for Atari2600

Languages i speak:

  • Greek
  • English

Reach me through Linkedin

Other

HackTheBox TryHackMe

Pinned Loading

  1. Connector Connector Public

    Is a multi shell handler written in python3

    Python

  2. DirHunter DirHunter Public

    Shell

  3. Cthulhu Cthulhu Public

    Python

  4. Atari2600 Atari2600 Public

    Python

  5. BreakTheNet BreakTheNet Public

    Discord Enumeration Bot (Beta)

    Python

  6. Todo Todo Public

    JavaScript