Search found 31 matches

by Mincho Georgiev
Fri Apr 01, 2011 6:35 am
Forum: General Topics
Topic: pikoSzachy 3.4 is a virus ???
Replies: 2
Views: 1307

Re: pikoSzachy 3.4 is a virus ???

The "real sense" for _a_virus_ is a memory resident code. I've had the following case not long ago:
the compiler (icl in my case) was collecting the profiling data, generated on my pc and adds the self-injected piece of
the resident virus from memory. As a result, the executable have added piece of ...
by Mincho Georgiev
Mon Mar 21, 2011 4:02 pm
Forum: Everything Else
Topic: Searching my youngest brother
Replies: 19
Views: 12749

Re: Searching my youngest brother

Одно я понял, для меня время, чтобы отдохнуть об этом форуме!
by Mincho Georgiev
Sun Aug 08, 2010 8:55 am
Forum: General Topics
Topic: POLL: Whether Rybka Is An Original Work?
Replies: 38
Views: 20735

Re: POLL: Whether Rybka Is An Original Work?

I found it. My theme was "polyethylene" and for some reason it cannot handle polls. :roll:
by Mincho Georgiev
Sat Aug 07, 2010 7:51 pm
Forum: General Topics
Topic: POLL: Whether Rybka Is An Original Work?
Replies: 38
Views: 20735

Re: POLL: Whether Rybka Is An Original Work?

What is this "The submitted form was invalid. Try submitting again." that I get in every poll? Does anybody have this problem?
by Mincho Georgiev
Thu Jul 22, 2010 8:11 pm
Forum: General Topics
Topic: New Fritz GUI 12 Update (July 22, 2010)
Replies: 2
Views: 1804

Re: New Fritz GUI 12 Update (July 22, 2010)

Hello Ted!
Have you noticed that the windows theme appearance is somehow different (like graying or something). I suppose it's a feature. Do you like it (I'm interested, because I'm not really sure I do).
Thanks!
by Mincho Georgiev
Thu Jul 22, 2010 8:07 pm
Forum: General Topics
Topic: SquarknII is a clone
Replies: 76
Views: 20768

Re: SquarknII is a clone

One thing for sure - I understood almost nothing of your posts.

Hi Mincho,
That's because he's using an automatic translator :D

If I understand correctly,he claims that Pedro can't make a serious accusation because he doesn't have the source code of the accused engine....
Cheers,
Dr.d
:D
I ...
by Mincho Georgiev
Thu Jul 22, 2010 6:34 pm
Forum: General Topics
Topic: SquarknII is a clone
Replies: 76
Views: 20768

Re: SquarknII is a clone

One thing for sure - I understood almost nothing of your posts.
by Mincho Georgiev
Wed Jul 14, 2010 9:42 am
Forum: General Topics
Topic: SquarknII is a clone
Replies: 76
Views: 20768

Re: SquarknII is a clone

Well, I studied the code and the code is robbolito 0.0085g3, only 3 values changed minimally in the evaluation of pawns.
I apologize to HG for playing with the clone on your server, but it helps to unmask SquarknII.
Robbolito is a public domain project. So it's better to call such "clones" not ...
by Mincho Georgiev
Thu Jul 08, 2010 4:11 pm
Forum: Programming and Technical Discussions
Topic: Small optimization question.
Replies: 2
Views: 2078

Re: Small optimization question.

In C &attack_vector [0] and attack_vector are equivalent attack_t* expressions. Exactly my point. The difference appears only in listings. During execution, they both are in scaled mode and there is no difference: [edx+eax*2]. The base and the index registers are the same too. I was just wondering ...
by Mincho Georgiev
Thu Jul 08, 2010 8:00 am
Forum: Programming and Technical Discussions
Topic: Small optimization question.
Replies: 2
Views: 2078

Small optimization question.

I am using 2d array of structures
{
uint8 flags;
uint8 delta;
}attack_t;
for attack detection,indexed by [sq][target]. What puzzles me is the intel IA32's translation.
It appears that if I don't use an auxiliary array of pointers, it will be referenced BYTE PTR [_attack_vector+edi+ebp*2],
when ...