/wjpython-judger

A simple plagiarism detector for http://wjpython.openjudge.cn.

Primary LanguagePython

Usage

./gen_tar.sh hw1 hw2 <code_dir_names> ...

Get Hash

#!/bin/bash

echo $(cat "$1" | tr -d '[:space:]' | sha512sum | cut -c-128) $1