Coder Social home page Coder Social logo

march-hols's Introduction

Banner

CSC 2018 March Assignments

โœจ CSC Assignments for March Holidays 2018.

Getting Started

  1. Create a GitHub account
  2. Get added to the csc2018 organisation
  3. Press the Fork button on the top right of the GitHub page (here if you're reading this elsewhere) to fork this repository
  4. Now you should see your own copy of the march-hols repository, under your account name.

Using the Fork

  1. Get GitHub desktop here
  2. Follow the installation instructions
  3. Clone your forked repository by going to File > Clone Repository in GitHub Desktop
  4. Select the folder location of your choice to save the repo into
  5. Open the folder on your computer with your code editor and edit the assignment files (in the assignments folder)
  6. You can read the instructions for each assignment on the GitHub repository itself (e.g. here)

Submission

  1. Tick all changed files (in the Changes column on the left) ready for upload in GitHub Desktop (if you don't see your files and its changes, try saving and waiting)
  2. Add a helpful commit message and optional description
  3. Press "Commit to master" to commit your changes
  4. Press Publish/Push origin on the top to upload your code

Updating

  1. Press Pull/Fetch origin at the top of GitHub Desktop to get the updated version of this repo
  2. Resolve any errors using a code editor

For CLI users

# Clone the repository
$ git clone https://github.com/YourUsername/march-hols

# Push your changes
$ git add .
$ git commit -m "Initial commit"
$ git push -u origin master

# Pull latest updates (new assignments)
$ git pull

Code Editors

march-hols's People

Contributors

techatin avatar

Watchers

 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.