All Projects → Fabhi → LAB

Fabhi / LAB

Licence: GPL-3.0 license
MIT IT Lab Repository

Programming Languages

C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
assembly
5116 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to LAB

Jos lab mit 2017
代码MIT 2016-2017年JOS LAB(6/6) 过程记录文档为SJTU+MIT
Stars: ✭ 35 (+52.17%)
Mutual labels:  mit, lab
awesome-mobile-robotics
Useful links of different content related to AI, Computer Vision, and Robotics.
Stars: ✭ 243 (+956.52%)
Mutual labels:  lab, labs
BigComputeLabs
Big Compute Learning Labs
Stars: ✭ 19 (-17.39%)
Mutual labels:  lab, labs
CSUS-CPE-CSC-EEE-Materials
Homework, labs, tests for a variety of classes. Feel free to share. California State University, Sacramento
Stars: ✭ 38 (+65.22%)
Mutual labels:  labs
platetools
An R package for plotting microtitre plates
Stars: ✭ 45 (+95.65%)
Mutual labels:  lab
BetterRepository
Better Enhanced Repository Pattern Implementation in .NET C#
Stars: ✭ 27 (+17.39%)
Mutual labels:  repository
Bot-Framework-Tutorial
Microsoft Bot Framework Hands on Lab Tutorial
Stars: ✭ 23 (+0%)
Mutual labels:  lab
ICS LAB CMU 2016
CMU-CSAPP-LAB 原始文件+完成代码+文字攻略(过程记录手稿第一版)
Stars: ✭ 51 (+121.74%)
Mutual labels:  lab
earkweb
E-ARK Web is a software for the creation and management of archival information packages, and it supports full-text search for individual files contained in them.
Stars: ✭ 18 (-21.74%)
Mutual labels:  repository
repology-webapp
Repology web application
Stars: ✭ 114 (+395.65%)
Mutual labels:  repository
Anar
laravel package : artisan commands for create Repository and provider
Stars: ✭ 25 (+8.7%)
Mutual labels:  repository
laravel-repository
Repository pattern implementation for Laravel
Stars: ✭ 49 (+113.04%)
Mutual labels:  repository
jackrabbit-filevault
Apache Jackrabbit FileVault
Stars: ✭ 37 (+60.87%)
Mutual labels:  repository
euler2D-kfvs-Fortran2003
2D solver for Euler equations in quadrilateral grid, using kinetic flux vector splitting scheme, written in OOP F2003
Stars: ✭ 17 (-26.09%)
Mutual labels:  oop
SwiftFlowMeter
⚡️ A Swift library for using Hall effect based water flow sensors.
Stars: ✭ 22 (-4.35%)
Mutual labels:  repository
ioBroker.repositories
Repositories for ioBroker project
Stars: ✭ 55 (+139.13%)
Mutual labels:  repository
motionEye app HomeSurveillanceSystem
git repo for motionEye app - Home Surveillance System, available on Google Play Store
Stars: ✭ 22 (-4.35%)
Mutual labels:  repository
repository-beta
BETA - Home Assistant Community Add-ons
Stars: ✭ 25 (+8.7%)
Mutual labels:  repository
FOODIE
Fortran Object-Oriented Differential-equations Integration Environment, FOODIE
Stars: ✭ 109 (+373.91%)
Mutual labels:  oop
nexus3-docker
ARM Docker image of Sonatype Nexus Repository Manager (NXRM) (Raspberry Pis - armv7l, aarch64)
Stars: ✭ 55 (+139.13%)
Mutual labels:  repository

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].