Uri Blass wrote:chrisw wrote:bob wrote:chrisw wrote:
This is some kind of joke?!
The 'code' contains 200 lines, many of which are blank, ignoring those, there are:
33 lines same
81 lines different
that's a 28% correspondence. Very funny joke.
You have no source of Rybka, so the variable names are guesswork, btw.
Given that the code chucks are doing the same thing, I find 81 different lines to 33 same completely reasonable for programs written by two different people.
Please look again. "33 lines the same". One of us can't count. I stopped at 50. If two lines of C are on the same line they are equivalent.
At least don't try to distort what is being presented. That code is absoilutely _not_ independently written.
50? my goodness me, that's a lot out of 114. Not even half. And many of the equivalances rely on creative naming of variables and functions to, guess what, be the same!
Less than than half of your only disassembled code block so far? Very funny joke, Bob. Hahahaha
This is the famous identical corresponding code blocks is it? The famous 4000 lines of Christophe?
That code could perfectly well be independently written.
Are you going to try and get Vas's source code revealed at icga by this method? Hmmm?
No way to know names of variables or functions so here is analysis by me
when I ignore empty lines of rybka and I compare only lines of rybka(not that I do not think that it proves copying and I may have few mistakes because I did not check for errors).
http://pagesperso-orange.fr/ct_chess/Fr ... rt_go.html
same:lines 1,2,4,5,45,46,54,56,57,62,63,66,68,69,72,74,75,79,96-98,100,109,112-113,116,123-126,130-132,135,137-138,141-142,158-166,176-177,181,183,200,202,206,208,210,213-214,216-218(61 identical lines)
same at different place:23,25,27,29-31,33-37,39,103-104,106-107,144(17 that are claimed to be identical lines)
not same but same meaning:7,8,61,67,73,86-89,111,136,157,179-180
,182,190,194,196,198,201,207(21 equivalent lines)
almost the same 193
different value 47-52,65,71,115,134,140
not same 14,16,17,18,78,80-84,184,204
We get at most 100 equivalent lines and have no big blocks that are identical.(the biggest block that can be considered as equivalent is 141-183 and I can see there many empty lines that are not counted.
Note that
{
} are considered as identical lines and by that logic I can easily find many identical lines between every 2 programs.
Uri