GitHunt

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

Languages

C++38.8%Java29.3%C21.1%Assembly4.3%HTML3.3%JavaScript1.1%Python0.8%Shell0.8%CSS0.4%Makefile0.1%

Contributors

GNU General Public License v3.0
Created July 31, 2019
Updated February 27, 2026
Fabhi/LAB | GitHunt