Home php教程 php手册 Using Standford Moss code duplication checking system in PHP projects

Using Standford Moss code duplication checking system in PHP projects

Aug 04, 2016 am 08:53 AM

The Standford Moss system is Stanford University's famous code duplication checking system. It can find out which code submitted by students is plagiarized from others, thereby rejecting the submission results. It is open to anyone who wants to use the system, so how to use it in PHP projects?

  1. Download Moss’s PHP file moss.php

    You can visit https://github.com/Phhere/MOSS-PHP to download moss.php and put it in your third-party extension library

  2. Use moss.php

    With the sample code below, you can simply do a small Moss test

include("moss.php");
$userid = ""; // Enter your MOSS userid
$moss = new MOSS($userid);
$moss->setLanguage('java' );
$moss->addByWildcard('test/*');
$moss->addBaseFile('Example.java');
$moss->setCommentString("This is a test");
print_r ($moss->send());
?>

This code uses moss.php to complete Java code duplication checking. Unfortunately, $userid is required.

3. Get userid

Since it is an open system, there is a way to obtain its account, and that is to send an email.

Send an email to moss@moss.stanford.edu and include

registeruser
mail Your email address (may be used as userid)

The next step is to wait for a reply. With userid, you can happily use Moss.

This article was first published on Dingqiu.com, please indicate the source when reprinting

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)