- Bash
Used to clone down all the repos in this organization.
mkdir projectium
cd projectium
wget https://raw.githubusercontent.com/projectium/1906260-master/master/setup.sh
chmod +x setup.sh
./setup.sh
1906250-js-user-api # Get users via HTTP JSON API. Generators + Async/Await
1906251-student-grades-tf # Read student grade file, use Tensorflow to calculate statistics
1906260-master # Repository index
1906261-experimental-js # Try JS Stage 0,1,2 experimental features via Babel
1906270-js-project-template # JS Prettier and ESlint Template
1907010-js-cars-regression # TF linear regression in Python and JavaScript