Giter Club home page Giter Club logo

plagcheck's Introduction

CodeClassroom API

CodeClassroom Logo

logo release opensourcelove Codacy CodeClimate lgtm LICENSE

Developing ๐Ÿ‘ท

Prerequisties

  • Python 3.6.8+
  • virtualenv
  1. Create Virtual Environment.
virtualenv -p python3 cc && cd cc && source bin/activate
  1. Clone repository.
git clone https://github.com/codeclassroom/codeclassroom.git
  1. Install Dependencies.
pip3 install -r requirements.txt
  1. Migrate Changes.
python3 manage.py migrate
  1. Run tests.
python3 manage.py test
  1. Run Server
python3 manage.py runserver

Change log ๐Ÿ“

Changelog can be found in CHANGELOG.md.

Authors ๐Ÿ”ฎ

๐Ÿ‘ฅ Bhupesh Varshney

๐Ÿ‘ฅ Gagan Singh

๐Ÿ‘ฅ Animesh Ghosh

License ๐Ÿ“œ

This project is licensed under the AGPL-3.0 License. See the LICENSE file for details.

Contributing ๐Ÿฐ

Please read CONTRIBUTING for details on our CODE OF CONDUCT, and the process for submitting pull requests to us.

plagcheck's People

Contributors

allcontributors[bot] avatar bhupesh-v avatar vhsw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

plagcheck's Issues

considering Rank of results.

Is your feature request related to a problem? Please describe.
Currently the insights() does not incorporate the rank of results returned by Moss.
Quote from How to Read the Resuls

False positives are possible with Moss, as programs may legitimately share code (e.g., two programs making use of the same public-domain library). The higher-ranked pairs are more likely to be the result of plagiarism than the lower-ranked pairs. The recommended strategy is to start with the highest-ranked pair and work down the list until one finds that a large fraction of the reported matches are false positives.

Describe the solution you'd like
A rank based algorithm should be added to find the potential distributor-culprit relationships

Error while testing

I am facing some error while testing it locally. What could be the possible reason ?

Screenshot from 2019-10-27 10-23-26

efficient looping

The statement

diff_results = self.__getLineNumbers(element.a.get('href'))

gets executed 2 times inside the loop in def __extractInfo(self, url): method.

The problem is both times the link is same, so it should run only 1 time(i.e that is one iteration of inner loop is redundant)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.