{"id":16865001,"url":"https://github.com/facorread/fpdt","last_synced_at":"2025-03-18T17:36:52.710Z","repository":{"id":137341963,"uuid":"69085460","full_name":"facorread/fpdt","owner":"facorread","description":"Fabio's plagiarism detection tool","archived":false,"fork":false,"pushed_at":"2017-03-10T02:33:20.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T21:11:57.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/facorread.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-24T06:42:26.000Z","updated_at":"2016-09-24T06:43:24.000Z","dependencies_parsed_at":"2023-04-11T18:18:35.236Z","dependency_job_id":null,"html_url":"https://github.com/facorread/fpdt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facorread%2Ffpdt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facorread%2Ffpdt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facorread%2Ffpdt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facorread%2Ffpdt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/facorread","download_url":"https://codeload.github.com/facorread/fpdt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244271057,"owners_count":20426491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T14:44:52.072Z","updated_at":"2025-03-18T17:36:52.687Z","avatar_url":"https://github.com/facorread.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fpdt: Fabio's plagiarism detection tool\n\n# Copyright and license\n\nCopyright (C) 2016 - 2017 Fabio Correa \u003cfacorread@gmail.com\u003e\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n# Description\n\nThis is a small `C++` program designed to detect intra-corpal plagiarism; this is, students copying texts among themselves.\n\nThis program is not designed for general use. You are welcome to use it to develop your own derivative program for your own purposes. In my case, this program is designed to work with student assignment submissions downloaded from the University of Maryland's ELMS learning management system.\n\nIn my class webpage the students download the assignment questions in the form of `docx` and `xlsx` documents; they answer the questions directly there, and submit the completed documents via ELMS.\n\nThis program takes as input the file `submissions.zip` downloaded from the ELMS assignment page. It will use the unzip program to extract the submissions into a `fpdt` folder, then it will extract the text from all submissions into memory.\n\nThis program optionally takes as input the original questions documents, which is highly recommended; otherwise the program will interpret the questions and guides as plagiarism as they will appear in every submission.\n\n# Workflow\n\nPlease read carefully and understand all instructions in this section, as they will result in file deletion.\n\nThe workflow of plagiarism detection starts with a text terminal located at the folder to which web downloads are saved (usually `~/Desktop` or `~/Downloads`).\n\n`rm -rv submissions*.zip *.docx *.xlsx fpdtSubmissions fpdt.txt`\n\nThe ELMS assignment webpage is opened, the questions are downloaded, and then the `Download Submissions` link is clicked. Once the files are downloaded, the program is invoked at the terminal without changing the working directory. Every `docx` and `xlsx` file currently at the download directory (not subdirectories or zipfiles) is taken as questions input.\n\n# Output\n\nThis program produces a file `fpdt.txt` containing a list in which each entry consists of the names of the students and the phrases that match between them, in decreasing length order. Each item serves as a red flag for your own inspection of their assignments.\n\n# Known issues\n\nThis program will certainly output some questions as false positives. This is because hashes are calculated per sentence, but sentences are identified by the program using a primitive algorithm. This is why your own inspection of the assignments is required after looking at the output. There are no plans to address this issue.\n\n# System requirements\n\nThis program requires `cmake`, a recent `C++14` compiler, and the `unzip` utility.\n\n# Source code\n\nThe source code for this program is hosted at https://gitlab.com/facorread/fpdt\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacorread%2Ffpdt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacorread%2Ffpdt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacorread%2Ffpdt/lists"}