Giter VIP home page Giter VIP logo

training-oops's Introduction

This repository contains problems and exercises to learn and practice concepts of Object Oriented Programming, Data Structures and Algorithms.

Setup Tools & Projects

Using Powershell Script (Preferred)

Please follow instructions as specified in the tutorial video to set-up prerequisite tools (Git, JDK 17, Intellij Idea) and code repository.

For your reference, the commands used in the video are listed below.

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Set-Location $env:TEMP

iwr https://raw.githubusercontent.com/TarkTech/training-oops/main/scripts/setup-machine.ps1 -Outfile setup-machine.ps1

.\setup-machine.ps1

git clone https://github.com/TarkTech/training-oops.git

Manual Installation

In case, if you are unable to install using Powershell script, please follow the steps mentioned here to set-up prerequisite tools (Git, JDK 17, Intellij Idea) and code repository.

Note: Please try this option, only if you are unable to install using Powershell script. For your reference, the commands and links, used in the video, are listed below.

Install Git: https://git-scm.com/download/win 

Clone Git Repository: git clone https://github.com/TarkTech/training-oops.git 

Install JDK 17:  https://docs.microsoft.com/en-us/java/openjdk/download 

Install Intellij (Community Edition): https://www.jetbrains.com/idea/download/#section=windows

Troubleshooting

Q: While running java -version in command prompt, I'm getting an error like java not recognized as internal command

A: Add/Update environment variables, as mentioned below.

Add new system environment variable JAVA_HOME pointing to JDK 17 installation directory. For example, C:\Program Files\Microsoft\jdk-17.0.2.8-hotspot

UpdatePATH environment variable by appending %JAVA_HOME%\bin

training-oops's People

Contributors

darshak-ardeshana-tark avatar rparakhiya avatar vimal-parakhiya avatar ashish-aapaliya avatar

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.