Code Monkey home page Code Monkey logo

course-info's Introduction

Course Info

Updates to the labs repo

Revised lab1: Multiwriter (Fri 16 Jan)

We have push out some changes to the multiwriter*.go files. Be sure to read the entire bulletin before doing these instructions. First, if you haven't made any edits to the multiwriter*.go files, then do this:

  1. cd $GOPATH/src/github.com/uis-dat520/labs
  2. Run the command git pull origin master to get the changes into your own repo.
  3. Implement your own multiwriter code.
  4. git add multiwriter.go
  5. git commit
  6. git push labs to push your code to your own username-labs repo on GitHub.

If you have already implemented some code in multiwriter.go files, then do this:

  1. cd $GOPATH/src/github.com/uis-dat520/labs/lab1
  2. Run git status and check if you have any uncommitted changes.
  3. If you have changes in multiwriter.go you must run
    1. git add multiwriter.go and
    2. git commit to ensure that your changes are saved in the commit history.
  4. git pull origin master
  5. Resolve any merge conflicts and implement your own code in multiwriter.go. This can be a bit tricky. Please consult this help document.
  6. git add multiwriter.go
  7. git commit
  8. git push labs to push your code to your own username-labs repo on GitHub.

PS: It is very helpful to understand the state of your local git repo by running the git status command. You can run this at any time; it will not make any changes, just tell you the status of the repo.

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.