Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saxocellphone/copybgone
https://github.com/saxocellphone/copybgone
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saxocellphone/copybgone
- Owner: saxocellphone
- Created: 2019-04-16T22:05:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T20:09:55.000Z (over 5 years ago)
- Last Synced: 2024-10-30T02:18:00.731Z (2 months ago)
- Language: C
- Size: 88.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copy🅱️Gone
A tool that helps detect plagiarism among documents using MPI and pThreads.# To Compile:
`mpicc *.c -o copyBGone`# Usage:
`mpirun -np ./copyBGone [-k|--kgram ] [-t|--threads ] [-w|--window ] file1 [file2...]`# Future work:
Currently, this program only works with text documents. The goal is to generalize it and use it with code, images, and even audio. To accomplish that, tokenizers are necessary to parse the data.