Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkomaran committed Apr 12, 2021
2 parents f325ae9 + 393279c commit 9707d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ JavaFX application for detecting similarity between Python source code files usi
* Tested & working on Windows OS
## Running the application
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:
* ***javaw -jar "path/to/file/Source code similarity detector.jar"***
* ***javaw -cp "path/to/file/Source code similarity detector.jar" ee.ut.similaritydetector.ui.App***
* ***javaw -jar "path/to/file/Source_code_similarity_detector.jar"***
* ***javaw -cp "path/to/file/Source_code_similarity_detector.jar" ee.ut.similaritydetector.ui.App***
## Input files
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.
## Features
Expand Down

0 comments on commit 9707d17

Please sign in to comment.