RisPNG / CopyPoppy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ko-fi PayPal Chat with Me!

  ██▌▄██▄
 ▄██████   ▄▀▀▀▀▀  ▄▀▀▀▀▀▄  █▀▀▀▀▄  █   █  █▀▀▀▀▄  ▄▀▀▀▀▀▄  █▀▀▀▀▄ █▀▀▀▀▄ █   █
▀████████  █      █       █ █    █   ▀▄▄█  █    █ █       █ █    █ █    █  ▀▄▄█
   ▐█▀█▄   █      █       █ █▀▀▀▀      █   █▀▀▀▀  █       █ █▀▀▀▀  █▀▀▀▀     █
        █  ▀▄▄▄▄▄  ▀▄▄▄▄▄▀  █         █    █       ▀▄▄▄▄▄▀  █      █        █                          asciiart.club

CopyPoppy - A Source Code Plagiarism Detection Tool

Version 0.1b

https://ieeexplore.ieee.org/document/10001740

This tool detects plagiarism among file submissions. It is still in beta state as more features have yet to come. Some of it are:

  1. Improve tokenization algorithm to separate string tokens after every ; and {.
  2. Set local database path.
  3. Input code to be excluded.
  4. File sort and rename.
  5. Pleasing visual result report.
  6. Input external tokenization algorithms.

System Requirements

  Minimum Requirements Recommended
OS Windows 8.1 Latest Windows 10 Build
CPU 32-bit Single Core 64-bit Dual Core or Higher
RAM (Memory) 40MB Free 100MB Free
Disk (Storage) 5MB Free 100MB Free

Prerequisites

IDE: IntelliJ IDEA 2021.3 or Higher

Java: JDK 17.0.2 or Higher

External Libraries (JAR): Commons IO 2.11.0, Commons Lang3 3.12.0

External Library (Maven): com.github.javaparser:javaparser-core:3.24.2

Compiling

  1. Download code as ZIP and extract into CopyPoppy folder.
  2. Open Folder as IntelliJ IDEA Project.
  3. Import external libraries as project dependencies.
  4. Run CopyPoppy.

Contributing

No contributing rules of coding and pull requests are established yet.

License

CopyPoppy is free/libre and open source software, it is using the GPLv3 license.

See LICENSE for the full license text.

About

License:GNU General Public License v3.0


Languages

Language:Java 100.0%