Skip to content

namzezz/LAB

 
 

Repository files navigation

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 CCE Lab Repository

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 38.8%
  • Java 29.3%
  • C 21.1%
  • Assembly 4.3%
  • HTML 3.3%
  • JavaScript 1.1%
  • Other 2.1%