Tagged Questions
3
votes
5answers
866 views
Is “watermarking” code with random trailing whitespace a good way to detect plagiarism?
Consider this:
int f(int x)
{
return 2 * x * x;
}
and this
int squareAndDouble(int y)
{
return 2*y*y;
}
If you found these in independent bodies of code, you ...
3
votes
1answer
251 views
When they say its open source it means i can take their pictures?
when they say that a project is open source (i.e. LifeRay) does it mean that I can take anything I want from that project?
I want to use some of the icons used in LifeRay portal for my own ...