Software

LaTeX Templates

uitmthesis

uitmthesis is a LaTeX class for writing thesis, dissertation or final year project report. This class was developed based on the "Guidelines on Thesis/Dissertation Format" handbook by IPSis Universiti Teknologi MARA (UiTM).

Open with OverleafDownload from GitHub

UiTMSlides

UiTMSlides is a LaTeX Beamer theme for UiTM presentation slides. The slides is based on the UiTM Slide Master template from Jabatan Komunikasi, UiTM.

Open with Overleaf Download from GitHub

Python

Anti-Plagiarism Graph Generator

In programming assignments, students tend to copy from one another as they are given the same set of questions. This conduct should not be allowed as it is an individual assignment and each student must complete on his own. The existing program is available to detect plagiarism through source code similitude. However, it is hard to detect similarity in source code especially if the number of students is high. Furthermore, it is better to prevent plagiarism before it is committed.

The “Anti-Plagiarism Graph Generator” program is developed to prevent plagiarism in Graph Theory course programming assignments. The prevention is done at the very beginning before the students start to do their programming assignments. This is possible as students will get a different set of question based on their students’ identification number. Students will generate their own graph by using this program. Later, students will use their unique graph to complete the programming assignment.

Download APGG from GitHub
Back to Top