Comments on: Ways to spot plagiarized code http://compsci.ca/blog/ways-to-spot-plagiarized-code/ Programming, Education, Computer Science Wed, 30 Sep 2020 08:31:44 -0400 http://wordpress.org/?v=2.8.4 hourly 1 By: agnivohneb http://compsci.ca/blog/ways-to-spot-plagiarized-code/comment-page-1/#comment-85964 agnivohneb Wed, 14 Nov 2007 17:45:06 +0000 http://compsci.ca/blog/many-ways-to-spot-plagiarized-code/#comment-85964 Another way is US and Canadian spelling differences like color and colour. In some programing languages this is an option (like turing). Someone writing code from scratch will only use one way of spelling (for me color) and if a code has been copied that used the other way of spelling then you found it. Another way is US and Canadian spelling differences like color and colour. In some programing languages this is an option (like turing). Someone writing code from scratch will only use one way of spelling (for me color) and if a code has been copied that used the other way of spelling then you found it.

]]>
By: cbright http://compsci.ca/blog/ways-to-spot-plagiarized-code/comment-page-1/#comment-84796 cbright Mon, 12 Nov 2007 20:41:25 +0000 http://compsci.ca/blog/many-ways-to-spot-plagiarized-code/#comment-84796 And of course, code can be parsed -- so for example if someone tries the old copy-paste trick and renames all the variables, although the code might superficially look different, it will actually generate the exact same parse tree. Even if the ordering a few statements were changed they will still be very similar. I suspect most universities have automated tools to parse submitted assignments and check for these similarities. And of course, code can be parsed — so for example if someone tries the old copy-paste trick and renames all the variables, although the code might superficially look different, it will actually generate the exact same parse tree. Even if the ordering a few statements were changed they will still be very similar. I suspect most universities have automated tools to parse submitted assignments and check for these similarities.

]]>