Skip to content

Commit 9707d17

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents f325ae9 + 393279c commit 9707d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ JavaFX application for detecting similarity between Python source code files usi
66
* Tested & working on Windows OS
77
## Running the application
88
Download the ***Source.code.similarity.detector.jar*** file from the latest [release](https://github.com/mikkomaran/source-code-similarity-detector/releases) and run the executable JAR. If double-clicking the JAR doesn't start the program then try running the the following commands from the command line:
9-
* ***javaw -jar "path/to/file/Source code similarity detector.jar"***
10-
* ***javaw -cp "path/to/file/Source code similarity detector.jar" ee.ut.similaritydetector.ui.App***
9+
* ***javaw -jar "path/to/file/Source_code_similarity_detector.jar"***
10+
* ***javaw -cp "path/to/file/Source_code_similarity_detector.jar" ee.ut.similaritydetector.ui.App***
1111
## Input files
1212
The application takes input as a ZIP file that is generated from Moodle Virtual Programming Lab (VPL) submissions. The ZIP file contains folders for each student named by the student's name, user number and Moodle username separated with spaces (i.e. "Maran Mikko 999999 xxxx"). Inside student folders are one or multiple submission folders, named by the date and time of that submission. Each submission folder contains all submitted files (i.e. "exercise1.py", "exercise2.py",...). Only the latest submission's files are taken into the analysis.
1313
## Features

0 commit comments

Comments
 (0)