This repository will brief you with the tutorials for getting along with the Society. It includes mainly tutorials for Git, LaTeX, Linux and contains a getting started assignment on using Git and LaTeX.
We have included the tutorials for Git Version Control System. This tutorial contains the content which is a part of a course in coursera.
This folder contains Latex tutorials for Documentations and Presentations
- Documenting your work (Latex-Tutorial-forDocumentation.pdf)
- Creating presentation (Latex-Tutorial-forPresentation.pdf)
We encourage you to make Vim as your primary editor, here you will find all that you need to know about it.
Contains basic commands to get you started with Linux
Introduction to the CAD Systems
We will be using Arduino IDE For our elementary works. Go though it for quick informations
Simulation software for Bots!
Learn to make circuits Diagrams and other visuals like designing PCB, Schematics
You would definetly need something to be the Brain of Bots!
We will work with python as it has support for numerous packages and liibraries.
It will be utilized in things ranging from IoT to Robotics to Computer Vision.
Installing on Ubuntu
(1) Set up the docker repository
$ sudo apt-get update
$ sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
(2) Install Docker CE
$ sudo apt-get update
$ sudo apt-get install docker-ce
(3) Verify Installation
$ sudo docker run hello-world<br>
This Repository is only for the Tutorial purposes of AURS-JUIT but anyone can feel free to use it. This repository is regularly updated and maintained by Team members. Contributions: Feel free to Contribute anything in interest of ARS-JUIT