Skip to content
View vivek286's full-sized avatar
🎮
Focusing
🎮
Focusing
Block or Report

Block or report vivek286

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

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.

Pinned

  1. codeial codeial Public

    A social networking service (also social networking site or social media) platform that people use to build social networks or social relationships with other people who share similar personal or c…

    JavaScript

  2. musicplayer musicplayer Public

    CSS

  3. Online_HTML_Editor Online_HTML_Editor Public

    HTML

  4. CODE_EDITOR CODE_EDITOR Public

    HTML

  5. BITCOIN_TRADING_BOT BITCOIN_TRADING_BOT Public

    A trading bot using node js, and binance API for trading. API allows you to connect to Binance's servers via several programming languages. Data can be pulled from Binance and interacted with exter…

    JavaScript 1 1

  6. Crypto_View Crypto_View Public

    CoinMarket is the crypto site you need to stay updated with crypto news tailored towards your portfolio, track your crypto trading portfolio, and e-money digital assets all from within the CM CoinM…

    HTML