/raklaptudirm

Repository for Github profile README.

const user = {
  user_name: "Rak Laptudirm",
  my age_no: 15,
  _pronouns: [ "he", "him", "them", ],
  fav_theme: [ "dark", "monokai", ],
  fav_color: 0x0099ff,
  
  semicolon: false,
  line_ends: "crlf",
  codeStyle: "Prettier",
  variables: "camelCase",
  
  myhobbies: [ "programming", "cubing", "singing", "reading", "gaining knowledge", ],
  knowledge: [ "Black Holes", "Algorithms", "Ecmascript", "Numbers", "Tic-Tac-Toe", ],
  _projects: [ "Krypt", "mvcs", "better_read", "MKode", "3d-Engine", "Precise.js", ],  
  languages: [ "Ecmascript", "Processing", "C++", "Java", ],
  myeditors: [ "Sublime Text", "VS Code", "vim", "neovim", ],
  
  thank_you: "Daniel Shiffman",
  
  newLanguage: function () {
    console.log("Hello, World!")
  },
  
  hereIsYourFood: function (food) {
    const good = [ "Indian Cottage Cheese", "Chicken", "Mixed Noodles", "Good Fish", 
    "Prawn", ]
    const acceptable = JSON.parse(fs.readFileSync("acceptableFoods.json"))
    
    if (good.includes(food)) {
      console.log("Chomp Chomp Gulp... Yum!")
    } else if (acceptable.includes(food)) {
      console.log("Chew Chew Gulp.")
    } else {
      console.log("No, thanks.")
    }
  },
}

Working on:

📊 Stats:


🔥 Contributions:


Contributed to:

Achivements:

  • Creating the 3d to 2d graph formula. [here]


  • Developing a complete expression solver from scratch. [here]

Skills & Tools:



The widgets on my README.md are works of many other contributers. Click on the widgets to use them yourself.