Skip to content
View CrazyGG3r's full-sized avatar
💭
Where will be fun in a world without suffering
💭
Where will be fun in a world without suffering

Block or report CrazyGG3r

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

If I could go back in time

I would be stuck forever trying to fix everything



def travel_back(year,current_mistakes):
  re_actions = {}
  for a in current_mistakes:
      new_Action = Correction_model.predict(a)
      if Consequences.predict(new_Action) == "Good to go":
          re_actions[current_mistakes] = new_Action
      else:
          date,new_mistakes = Consequences.build(new_Action)
          travel_back(date,new_mistakes)
  return re_actions

current_mistakes = ["writing this readme instead of progressing my fyp",]
date = "18-11-2024"
travel_back(date,current_mistakes)


Pinned Loading

  1. FROGGER-nogui- FROGGER-nogui- Public

    mine

    C++ 1

  2. Valor Valor Public

    An Ai using Reinforcement Learning to survive in a very basic roguelike environment

    Python 4 1

  3. TardNet TardNet Public

    An Intranet Communication application as a project for Computer Networks course.

    Python

  4. whatelsecangithubstore whatelsecangithubstore Public

    storing non programming stuff here xd

    1