Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gousaiyang/icslabs
Lab assignments of ICS course.
https://github.com/gousaiyang/icslabs
csapp csapp-lab ics ics-course ics-lab
Last synced: 11 days ago
JSON representation
Lab assignments of ICS course.
- Host: GitHub
- URL: https://github.com/gousaiyang/icslabs
- Owner: gousaiyang
- Created: 2017-05-12T04:54:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T06:43:42.000Z (about 4 years ago)
- Last Synced: 2024-08-01T21:42:51.323Z (4 months ago)
- Topics: csapp, csapp-lab, ics, ics-course, ics-lab
- Language: C
- Homepage:
- Size: 2.16 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-se - gousaiyang-2015
README
# icslabs
## Introduction
This is a repo which contains lab assignments of [ICS course](http://ipads.se.sjtu.edu.cn/courses/ics/index.shtml) (SE101 & SE111) in SJTU in year 2016-2017.
## Contents
### Tutorial
Contains some tutorial materials as a preparation for labs.
- [tut-tools](https://github.com/gousaiyang/icslabs/tree/master/tut-tools)
- [tut-debug](https://github.com/gousaiyang/icslabs/tree/master/tut-debug)
- [tut-asm](https://github.com/gousaiyang/icslabs/tree/master/tut-asm)### Lab
View those subdirectories for more information about each lab, including the requirements, all the provided files, my answers, my feelings and some hints.
- [lab1](https://github.com/gousaiyang/icslabs/tree/master/lab1)
- [lab2](https://github.com/gousaiyang/icslabs/tree/master/lab2)
- [lab3](https://github.com/gousaiyang/icslabs/tree/master/lab3)
- [lab4](https://github.com/gousaiyang/icslabs/tree/master/lab4)
- [lab5](https://github.com/gousaiyang/icslabs/tree/master/lab5)
- [lab6](https://github.com/gousaiyang/icslabs/tree/master/lab6)
- [lab7](https://github.com/gousaiyang/icslabs/tree/master/lab7)
- [lab8](https://github.com/gousaiyang/icslabs/tree/master/lab8)
- [lab9](https://github.com/gousaiyang/icslabs/tree/master/lab9)
- [lab10](https://github.com/gousaiyang/icslabs/tree/master/lab10)### Online Exam
The online exam consists of part of lab2 and part of lab3. The time is pressing, so you should be proficient enough to finish them.
- [online](https://github.com/gousaiyang/icslabs/tree/master/online)
## License
This repository contains materials provided by instructors/textbook authors/TAs/former students. They should only be used for educational purposes.