Skip to content
View ohasanov-hbrw's full-sized avatar
💜
I love c++
💜
I love c++

Block or report ohasanov-hbrw

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ohasanov-hbrw/README.md
#include <smallBrain.hpp>
//g++ tells me that it could not find "bigBrain.hpp"
#include <examCalendar.hpp>
//automatically updated list of exams
#include <projects.hpp>
//automatically updated list of projects
//#include <luck.hpp>
//ran out of ^ a long time ago

int32_t main(){
  while(brain.alive){ 
    while(exams.empty() && brain.work){
      brain.think(projects[rand() % projects.size()]); 
    }
    while(!exams.empty() && brain.work){ //most of the time
      brain.think(exams[0]); //think the closest exam
    }
    //TODO: FIND ANOTHER THING TO DO
   }
  return 0; //end the loop
}

Popular repositories Loading

  1. ESP32-Gameboy ESP32-Gameboy Public

    Files of my DIY ESP32-Gameboy Project

    C 117 9

  2. osus-revented osus-revented Public

    The sussy osu clone named osus, revamped!

    C++ 54 4

  3. ARM-Laptop-Video-Series ARM-Laptop-Video-Series Public

    The resources I have used / want to share about my DIY Laptop (recycling) build, and the whole video series I am making around it.

    C 7

  4. osus osus Public

    Forked from tixvage/osus

    An Osu Clone Made With Raylib And C++

    C++ 4

  5. ESP32-Controller ESP32-Controller Public

    The code of a bluetooth controller made with an ESP-32

    3 1

  6. ESP-32-Bigsoft-Doors ESP-32-Bigsoft-Doors Public

    C++ 1