Skip to content
View asicoltd's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Bangladesh
  • 16:56 (UTC +06:00)

Block or report asicoltd

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

There are more pills!!

#NEVER STOP TO FIND THEM red pill blue pill

// Code running inside client brain
void main(){
	chargeSystem();
	if(newUpdateAvailable()){
		while(1){
			matrixDelusion(PreviousVersionIsAMatrix);
			cout << "Morpheus : This is your last chance. After this,\
			there is no turning back.You take the blue pill - the story\
			 ends, you wake up in your bed and believe whatever you want\
			 to believe.You take the red pill - you stay in Wonderland\
			 and I show you how deep the rabbit hole goes."
			
			cin >> pill; 
			if(pill == 'red'){
				cout << "Here is the life-changing truth ...";
				matrixUpdate();
			}
			else if (pill == 'blue'){
				matrixDream();
				cout <<"Oh, I was just dreaming";
			}
			else{
				if(askedFor("Green Pill")){
					matrixAdminAccess();
				}
			}
		}
	else{
		restSystem();
		}
	}

My Random Quote Collection

Top Langs

Popular repositories Loading

  1. Temporal-Analysis-of-Cryptocurrency-Prices-LSTM-Based-ETH-Price-Prediction-from-BTC-Data Temporal-Analysis-of-Cryptocurrency-Prices-LSTM-Based-ETH-Price-Prediction-from-BTC-Data Public

    CSE475 (ML) Project to create a forecasting script with pyTorch using LSTM and Transformers

    Jupyter Notebook 2

  2. One-HTML-JS-PY One-HTML-JS-PY Public

    Python 1 1

  3. EWU-CSE101-PSS EWU-CSE101-PSS Public

    C

  4. Extra Extra Public

    C

  5. EWU-CSE110-LAB EWU-CSE110-LAB Public

    Java

  6. Car Car Public

    JAVA project

    Java