From 34812d4a01bf4d4e376a3f720e08a358e5d96c77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:05:21 +0000 Subject: [PATCH] deploy: c820323c7812637f9a3674f2f85e0484f07b0c86 --- AboutUs.html | 2 +- AboutUs.page-vue-render.js | 2 +- Configuration.html | 2 +- Configuration.page-vue-render.js | 2 +- DevOps.html | 2 +- DevOps.page-vue-render.js | 2 +- DeveloperGuide.html | 2 +- DeveloperGuide.page-vue-render.js | 2 +- Documentation.html | 2 +- Documentation.page-vue-render.js | 2 +- Logging.html | 2 +- Logging.page-vue-render.js | 2 +- SettingUp.html | 2 +- SettingUp.page-vue-render.js | 2 +- Testing.html | 2 +- Testing.page-vue-render.js | 2 +- UserGuide.html | 5 ++--- UserGuide.page-vue-render.js | 7 ++----- index.html | 2 +- index.page-vue-render.js | 2 +- team/currynia.html | 2 +- team/currynia.page-vue-render.js | 2 +- team/dessnowy.html | 2 +- team/dessnowy.page-vue-render.js | 2 +- team/incogdino.html | 2 +- team/incogdino.page-vue-render.js | 2 +- team/swaminathanviswa.html | 2 +- team/swaminathanviswa.page-vue-render.js | 2 +- team/tohjh.html | 2 +- team/tohjh.page-vue-render.js | 2 +- 30 files changed, 32 insertions(+), 36 deletions(-) diff --git a/AboutUs.html b/AboutUs.html index b38de995d4a..be5857b7d81 100644 --- a/AboutUs.html +++ b/AboutUs.html @@ -19,7 +19,7 @@ [portfolio]
docs/
folder contains the source files for the documentation website.Style guidance:
Converting to PDF
docs/
folder contains the source files for the documentation website.Style guidance:
Converting to PDF
java.util.logging
package for logging.LogsCenter
class is used to manage the logging levels and logging destinations.Logger
for a class can be obtained using LogsCenter.getLogger(Class)
which will log messages according to the specified logging level..log
file.logLevel
setting in the configuration file (See the Configuration guide section).java.util.logging
package for logging.LogsCenter
class is used to manage the logging levels and logging destinations.Logger
for a class can be obtained using LogsCenter.getLogger(Class)
which will log messages according to the specified logging level..log
file.logLevel
setting in the configuration file (See the Configuration guide section).KonTActs is a desktop application for CS2030 teaching assistants to manage your students', fellow TAs', and professors' contact details. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
Acknowledgements
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
KonTActs is a desktop application for CS2030 teaching assistants to manage your students', fellow TAs', and professors' contact details. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
Acknowledgements
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
AddressBook - Level 3 is a desktop address book application used for teaching Software Engineering principles. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.
Given below are my contributions to the project.
AddressBook - Level 3 is a desktop address book application used for teaching Software Engineering principles. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.
Given below are my contributions to the project.