Git Product home page Git Product logo

sp106b's People

Contributors

ccckmit avatar

Stargazers

 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

sp106b's Issues

期末驗收 -- 請把你的 sp106b/exercise 裡的專案寫好,把姓名和網址貼上來!

###原則上應該是 nand2tetris 的習題,包含組譯器,虛擬機,編譯器實作,還有對作業系統專案的理解說明!

如果以上都沒有,就請用『報告,文章,其他系統程式相關實作』來繳交!

一定要有些東西,越多越好,否則就只能零分了 ....

(還有一定要讓我口試,只有傳上來沒有口試也會分數很低)

git 的用法

最常用的指令

$ git clone https://github.com/cccnqu/sp106b.git
$ git add -A
$ git commit -m "modify at lecture 2"
$ git push origin master

與老師的專案同步

$ git remote add upstream git://github.com/cccnqu/sp106b.git
$ git fetch upstream
$ git pull upstream master

再推回你自己的 github 中

$ git push origin master

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.