Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 754 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 754 Bytes

1906260-master

Techniques

  • Bash

Description

Used to clone down all the repos in this organization.

Instructions

mkdir projectium
cd projectium
wget https://raw.githubusercontent.com/projectium/1906260-master/master/setup.sh
chmod +x setup.sh
./setup.sh

Repositories

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