Code Monkey home page Code Monkey logo

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.

vivek solanki's Projects

android_devlopment icon android_devlopment

Minesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighbouring mines in each field.

awesome-portfolio-websites icon awesome-portfolio-websites

A community maintained open source project aimed at making a personal portfolio for researchers, developers, and analysts simple, fast, and less cumbersome. We make sure you have a full-fledged website to showcase your work while you can spend time on your learning and innovative endeavors.

bitcoin_trading_bot icon bitcoin_trading_bot

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 external applications. You can view your current wallet and transaction data, make trades, and deposit and withdraw your funds in third-party programs.

chat_engine icon chat_engine

A chat engine implemented on node js, express by using socket.io, it allows multiple users to connect together and establish a chat room for them.

checkstyle icon checkstyle

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.

clone-wars icon clone-wars

100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars.

code__pair icon code__pair

An agile software development technique in which two programmers work together at one workstation. One, the driver, writes code while the other, the observer or navigator, reviews each line of code as it is typed in. The two programmers switch roles frequently. While reviewing, the observer also considers the "strategic" direction of the work, coming up with ideas for improvements and likely future problems to address. This is intended to free the driver to focus all of their attention on the "tactical" aspects of completing the current task, using the observer as a safety net and guide.

codeial icon codeial

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 career interests, activities, backgrounds or real-life connections.

crypto_view icon crypto_view

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 CoinMarket!

css icon css

This repo contains various unique HTML, CSS, JS styled designs which almost give 3D effects and are hard to find

cyber_movie icon cyber_movie

A web page to show trending movies, web series, drama, etc. by using the Movie DB API. The TMDb API is a resource for any developers that want to integrate movie, TV show, and cast data along with posters or movie fan art. themoviedb.org is a free and community-edited database.

cytoscape.js icon cytoscape.js

Graph theory (network) library for visualisation and analysis

doc2pen icon doc2pen

An open source project aimed at making your student life easier!

easy-education icon easy-education

The aim of this project is to provide free learning and test skills.

game-1 icon game-1

A simple game to avoid bars by elevating block implemented in HTML CSS js.

jabref icon jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.