pindexis / pintos-tn

Pintos operating system kernel project (http://www.scs.stanford.edu/10wi-cs140/pintos/pintos.html)
Apache License 2.0
1 stars 1 forks source link

Make this repository private? #1

Closed johnousterhout closed 8 years ago

johnousterhout commented 8 years ago

I'm a Professor at Stanford, and I'm teaching an Operating Systems course that uses Pintos for its class projects. I'm writing because an automated search of GitHub identified this repository as possibly containing solutions for the Pintos programming projects. This is a problem for us, because it makes it very easy for students to cheat. Even if they just look at your solution, and don't copy it, that will still reduce the educational experience for them. If this repo does indeed contain Pintos solutions, would you be willing to take it down or at least make it private? If so, that would be a great help to us.

pindexis commented 8 years ago

I can't make it private since github doesn't support private repos (for free). I'll take it down later today. btw, thank you for such project. It was by far the best project I've done in my programming career.