Students can borrow up to 3 books for 14 days Teachers can borrow up to 5 books for 30 days A book cannot be borrowed twice at the same time Users cannot exceed their ...
├── README.md ├── lecture1/ │ ├── README.md # Lecture 1 documentation │ ├── lecture1note.md # Unit 1.1 — Java Applications (notes) │ ├── image.png # Java platform architecture diagram │ ├── ...