Detect plagiarised and similar code across trillions of code sources on the web See what's new

Category

Tutorials

Step-by-step guides for checking code similarity, running scans and wiring Codequiry into your workflow.

Automating Code Plagiarism Detection in Your Grading Workflow Tutorials 8 min
Emily Watson Emily Watson 1 week ago

Automating Code Plagiarism Detection in Your Grading Workflow

A practical walkthrough for CS instructors who want to wire code similarity checks directly into their grading workflow. Covers tooling choices, LMS integration, and how to layer in web-source and AI-generated code detection for a complete academic integrity pipeline.

Automated Code Similarity Checks in a CI Lab Pipeline Tutorials 7 min
Alex Petrov Alex Petrov 2 weeks ago

Automated Code Similarity Checks in a CI Lab Pipeline

Setting up automated code plagiarism and similarity checks inside a CI pipeline cuts manual grading time and catches copying that individual reviewers miss. This practical guide walks through the architecture, tooling choices, and honest tradeoffs of running MOSS, JPlag, or Codequiry’s API on every lab push.

Building a Source Code Provenance Pipeline for Contractor Deliverables Tutorials 10 min
Alex Petrov Alex Petrov 1 month ago

Building a Source Code Provenance Pipeline for Contractor Deliverables

When contractors deliver source code, verifying originality and license compliance is critical. This guide walks through building an automated provenance pipeline that checks for code similarity, license violations, and proper attribution before accepting deliverables into your codebase.

How to Build a Source Code Similarity Pipeline for Detection Tutorials 12 min
Alex Petrov Alex Petrov 1 month ago

How to Build a Source Code Similarity Pipeline for Detection

A step-by-step guide to building a source code similarity detection pipeline from scratch. Covers tokenization, AST comparison, Winnowing fingerprinting, and heuristic scoring. Includes working Python code and configuration strategies used by universities and enterprises.

A Checklist for Integrating Code Scanning Into Your CI Pipeline Tutorials 11 min
Priya Sharma Priya Sharma 2 months ago

A Checklist for Integrating Code Scanning Into Your CI Pipeline

Manual code review alone can't catch every bug or security vulnerability. This practical guide walks you through building a robust code scanning pipeline that integrates directly into your CI/CD workflow, covering static analysis, dependency scanning, secret detection, and policy enforcement with concrete tool configurations and real-world examples.

Codequiry Code Checking API Tutorials 2 min
Codequiry Team Codequiry Team 6 years ago

Codequiry Code Checking API

Codequiry powerful web checking API empowers business and institutions to integrate external code checking. Many different varieties of both institutions and bu...

Automatically grade your coding assignments Tutorials 4 min
Codequiry Team Codequiry Team 6 years ago

Automatically grade your coding assignments

Computer science has advanced over the past years and still has the potential for continuous growth. This aspect has resulted in the complexity in both coding s...