Skip to content

Latest commit

Β 

History

History
28 lines (19 loc) Β· 970 Bytes

File metadata and controls

28 lines (19 loc) Β· 970 Bytes

πŸ“‚ Open Source Software Design - Assignment Archive

This repository contains all assignments code for the Open Source Software Design course.


πŸ“– Course Information

  • Course: Open Source Software Design
  • University: Incheon National University
  • Semester: Fall 2025

πŸ—‚οΈ Repository Structure

This repository is organized by week and topic. Each directory corresponds to a specific assignment or lecture.

  • week02/: Introduction to Linux & Basic Commands
  • week03/: Introduction to Linux & Basic Commands
  • week04/: Introduction to Linux & Basic Commands
  • week06_bash/: Assignments related to Bash scripting.
  • week07_gcc/: Assignments on using the GCC compiler and linking.
  • week08_make/: Introduction to Makefiles for project automation.
  • week08_make_v2/: Advanced Makefiles, including recursive call.
  • week09_git/: Assignments on Git version control (branching, merging).