Skip to content

This repo shows the profile view at github profile.

Notifications You must be signed in to change notification settings

vivek286/vivek286

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

const user = {
  user_name: "Vivek Solanki",
  my_age_no: 18,
  _pronouns: [ "he", "him", "them", ],
  fav_theme: [ "dark", "monokai", ],
  fav_color: 0x0099ff,
  
  semicolon: false,
  line_ends: "crlf",
  codeStyle: "prettier",
  variables: "camelCase",
  
  myhobbies: [ "programming", "chess", "reading", "gaining knowledge" ],
  knowledge: [ "Black Holes", "Algorithms", "Ecmascript", "Numbers", "Tic-Tac-Toe" ],
  _projects: [ "Long Live", "Codeial", "musicplayer", "trading bot", "crypto view", "cyber_movie"],  
  languages: [ "Python","Kotlin","Type Script", "Java Script", "C++", "Java" ],
  myeditors: [ "Sublime Text", "VS Code", "vim", "neovim","android studio" ],
  
  
  learnNewLanguage: function () {
    console.log("Hello, World!")
  },
  
  hereIsYourFood: function (food) {
    const good = [ "Street food", "Margherita", "Mixed Noodles", "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:

Skills & Tools:



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

About

This repo shows the profile view at github profile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published