Scrutiny 2

7
Scrutiny Update Thomas Chestna RCOS Summer 2011 7/29/2011

Transcript of Scrutiny 2

Page 1: Scrutiny 2

Scrutiny Update

Thomas ChestnaRCOS Summer 2011

7/29/2011

Page 2: Scrutiny 2

Recap: What is Scrutiny?

Open source plagiarism detection for software code.

Tokenizes input files and creates hashes based on structure of code.

Supports a vast multitude of languages.

Original idea by Rob Escriva who has been mentoring me on this project.

Page 3: Scrutiny 2

What was my schedule?

By July 8th support for ignoring instructor provided code.

By July 22nd a functional database implementation will be completed.

By the end of the month support for running against back assignments will be completed.

August will be spent adding several open source projects to the database and functionality to be hosted on a server.

Page 4: Scrutiny 2

So where am I now?

The ability to ignore instructor code.

Various fixes in output file. “#include <string>” now shows as it should.

The processing of tar files has been sped up due to optimization.

Support for back assignments has also been added.

Page 5: Scrutiny 2

And more!

In addition the support of a database is now complete.

Database implimented using sqlite3 because its in the python standard library and Scrutiny's needs aren't that high.

Has the option to just add something straight to the database without printing out comparisons.

Page 6: Scrutiny 2

What's left?

Due to how the database works adding open source projects from a distribution stand point no longer seems to be a good idea.

Support for removing assignments from the database will be added.

Various optimizations, safety checks, and security.

Page 7: Scrutiny 2

Questions and suggestions?