Skip to content
View CinematicGenius007's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report CinematicGenius007

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

😎 Hi! I'm CinematicGenius007

An early Developer with great set of skills, skills that I have acquired in a short time span, skills that are a nightmare for people like this guy ↓


c cplusplus css3 bootstrap express firebase git github java unity javascript jquery jupyter nodejs python react html scala Flask logo Django logo spring

yes this guy



πŸ’ͺ Flexing my skills

πŸ’ͺπŸ’ͺ All the skills that I admit to flex

🀯 Mind blown yet!

I know



✌️ Apart from the Coolest username ever

If you are wondering what is my real name, you'll have to decode this list of binary numbers, the easiest way is in python but c++ and java are just more fun to do in πŸ˜‰

public static final String NAME = "1000001 1111001 1110101 1110011 1101000 100000 1010011 1100001 1101001 1101110 1101001";

πŸ˜‰ And for many reasons if you want to know more about me

class CinematicGenius007 {
  companion object {
    const val awesomeUsername: String = "CinematicGenius007"
    const val awesomeEmail: String = "ayush.trillionarie@gmail.com" // Not a typo but a well thought mistake!
    const val mobile: String = "?<>979<8<?"  // You may decode it!
    const val facebook: String = "I don't use it!"
    const val instagram: String = "What is that?"
  }
  
  fun contact(whosCallin: String, purpose: String): String {
    return if ("money" in purpose.lowercase()) {
      "How may I help you?"
    } else if ("important" in purpose.lowercase()) {
      "connecting..."
    } else if (whosCallin.lowercase() in listOf("PRIME MINISTER", "PRESIDENT", "SOMEONE IMPORTANT")) {
      "really connecting..."
    } else if (whosCallin.lowercase() in listOf("JAVASCRIPT", "JAVA", "KOTLIN", "PYTHON", "C++")) {
      "not really working..."
    } else {
      "probably not gonna work... but keep trying..."
    }
  }
}

fun main(args: Array<String>) {
  val yourIdentity: String = readln()
  val purposeForCallin: String = readln()
  val geniusObject: CinematicGenius007 = CinematicGenius007()
  // Contacting the owner...
  println(geniusObject.contact(yourIdentity, purposeForCallin))
}

Pinned Loading

  1. CinematicGenius007 CinematicGenius007 Public

    Config files for my GitHub profile.

    HTML 2

  2. to-do-api to-do-api Public

    This is supposed to be the backend for the to-do-app

    JavaScript

  3. to-do-app to-do-app Public

    This is react frontend for the todo app

    JavaScript