this post was submitted on 28 Aug 2023
671 points (91.5% liked)
Programmer Humor
32588 readers
1556 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's really easy to detect duplicate programs. I've failed multiple students due to cheating on assignments. Code obfuscation is incredibly easy to detect using something like MOSS .
Yea, I've had this happen to me in my first year of university. Wrote an assignment and foolishly put it on a public Github repo. Someone found it, changed a few variable names and submitted it. Got caught by an auto-detector and accused of plagiarism, luckily the prof just gave me a 0 on the assignment.