gsp-mit / LAB

MIT IT Lab Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LABS

MIT IT Lab Repository

To obtain partial clone of this repository, use the following commands:

$ git init  
$ git remote add origin -f https://github.com/Fabhi/LAB.git  
$ git config core.sparseCheckout true #enable this  
$ echo "Folder Name" >> .git/info/sparse-checkout 
$ git read-tree -mu HEAD

For example, to obtain only '4th Sem', use the following commands:

$ git init    
$ git remote add origin -f https://github.com/Fabhi/LAB.git  
$ git config core.sparseCheckout true  	
$ echo "4th Sem" >> .git/info/sparse-checkout  
$ git read-tree -mu HEAD

To report any erros, drop a pull request.

Run on Repl.it

About

MIT IT Lab Repository

License:GNU General Public License v3.0


Languages

Language:C++ 38.8%Language:Java 29.3%Language:C 21.1%Language:Assembly 4.3%Language:HTML 3.3%Language:JavaScript 1.1%Language:Python 0.8%Language:Shell 0.8%Language:CSS 0.4%Language:Makefile 0.1%