Git Product home page Git Product logo

cssi-labs's Introduction

CSSI Curriculum Labs

Welcome to the CSSI Curriculum Labs.

This repository contains the code and instructions for the student activities and labs that complement the CSSI curriculum.

How to download and complete these labs.

You will clone this repository to your local machine, and complete the exercises locally. You will not contribute your solutions to this repository, but you can, if you choose, create your own repository and use it to store your solutions for later.

Cloning the repository

To create your own local copy of this repository, use the following command:

git clone https://github.com/google/cssi-labs

This will create a new folder with all the files you will need for the course.

Writing your solutions

The main level folders divide the content by topic, inside each folder you will find all the activities for that topic. Each lab or activity has a README.md file with the instructions. You can find the same instructions in the CSSI curriculum website shared with you by your instructors.

Saving your solutions (optional)

If you choose to use GitHub to track your solutions, you will not be saving them to Google's original repository, but you can create your own repository in GitHub, and link it to your local copy by running

git remote add personal <your repository url>

You can find your repository URL on the GitHub web interface after you created it.

Once you have added your remote repository, which is now named personal, you can store your changes following these steps:

  1. Add the files you created or modified:
git add <filenames>
  1. Save the changes locally:
git commit -m "<insert some description of your change here>"
  1. Push the changes to your remote repository:
git push personal

Don't simply run git push, because that will try to update our original repository, which will reject your changes.

cssi-labs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.