How can I tell if I have decompiled or not? - page 17

 
Nikolay Demko:

Artyom, I'm not balking. I was pointing out a clear miscalculation in your reasoning. Something you'll end up paying for in a real trial.

Forewarned is forearmed.

Keep ranting about nothing, I won't get in the way.

I don't mind you disturbing them at all.)

My guess is that Vladon will pay Kim if he doesn't grumble.

It's all kept to the agreement of the parties.

 
Alexandr Bryzgalov:

I don't mind you getting in their way at all.)

My guess is that Vladon will pay Kim if he doesn't grumble.

It's all kept under wraps by mutual agreement.

Igor's retired from programming. He's not here. I don't think I can persuade Igor to come here and give his opinion. Although it's certainly possible to try.
 
Artyom Trishkin:
Igor has moved away from programming. He's not here. I don't think I can persuade Igor to come here and say his opinion. Although it is certainly possible to try.

what, Kim's opinion changes the matter?

the situation with Kim's functions is no more than a concrete example of how copyright should be enforced on a resource.

the problem should be solved in general, not only in this particular case.

being banned for using decompiled code is an argument for "violation of terms of use".

is Kim's copyright infringement not an analogous situation? -- how many other such situations are there -- Vladon is just systematically and brazenly infringing the copyright with his codebase posts

it's time to raise such issues and start nipping them in the bud.

 
Artyom Trishkin:
Igor has moved away from the programming. He's not here. I don't think I can persuade Igor to come here and give his opinion. Although it's certainly possible to try.
I wonder what could be more exciting for Igor than programming?
 
Vladimir Pastushak:
I wonder what could be more exciting for Igor than programming?
A government job with a good salary and prospects ...
 
Alexandr Bryzgalov:

My guess is that Vladon will pay Kim if he doesn't grumble.

Everything is silenced by the agreement of the parties.

Actually, copyright is not alienable.

Copyright cannot be donated, ceded, sold or given away.

Look at the insertion Vladon made in Kim's function:

//+------------------------------------------------------------------+
//|                         Наличие отложенных ордеров               |
//+------------------------------------------------------------------+
//+----------------------------------------------------------------------------+
//|  Параметры:                                                                |
//|    sy - наименование инструмента   ( ""  - любой символ,                   |
//|                                     NULL - текущий символ)                 |
//|    op - операция                   ( -1  - любая позиция)                  |
//|    mn - MagicNumber                ( -1  - любой магик)                    |
//+----------------------------------------------------------------------------+

bool ExO(string sy="",int op=-1,int mn=-1,datetime ot=0)
  {
   int i,k=OrdersTotal(),ty;
   string Autor=" Автор функции для шаблона : www.expforex.at.ua";

   if(sy=="0") sy=Symbol();
   for(i=0;i<k;i++)
     {
      if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES))
        {
         ty=OrderType();
         if(ty>1 && ty<6)
           {
            if((OrderSymbol()==sy || sy=="") && (op<0 || ty==op))
              {
               if(mn<0 || OrderMagicNumber()==mn)
                 {
                  if(ot<=OrderOpenTime()) return(True);
                 }
              }
           }
        }
     }
   return(False);
  }

-- clearly spelled out "Author by a certain Vladon site."

Don't say that Kim wrote for this site and let Vladon erase his copyright

 
I would also like to know your opinion on product names, e.g. Ilan, do you think this violates the rights of the unknown author?
 
Andrey F. Zelinsky:

Actually, copyright is not alienable.

Copyright cannot be gifted, ceded, sold or given away.

Look at the insertion Vladon made in Kim's function:

-- clearly spelled out "Author of a certain site by Vladon."

Do not say that Kim wrote for this site and let Vladon erase his copyright

We can speculate for a long time, there are no comments from Vladon or Kim, I just think that Kim does not give a fuck.

If he is not outraged, what do we care? No claims from the victim )

ZS: Maybe Vladon wrote for Kim )

 
Alexandr Bryzgalov:

We can argue for a long time, there are no comments from either Vladon or Kim, it just seems to me that Kim doesn't give a shit.

And if he's not outraged, what do we care? No claims from the victim ).

ZS: Maybe Vladon wrote to order Kim )

And comments Vladon and Kim in this case are secondary. When a user gets banned in Freelance for decompiling, the author's opinion is not asked.

There are the Terms of Use of the resource - and there is a precedent for violating the Terms of Use of the resource.

The administration's opinion is much more interesting and important.

Many of us upload code to Codabase. The precedent with Kim's copyright is just an example to understand the resource policy.

p.s. And there is no comment from Vladon because he is a thief. What to say to him if he was caught in the act.

 
Andrey F. Zelinsky:

And Vladon and Kim's comments are secondary in this case. When they ban you in Freelance for decompiling, they don't ask for the author's opinion.

There are the Terms of Use of the resource - and there is a precedent for violating the Terms of Use of the resource.

The administration's opinion is much more interesting and important.

Many of us upload code to Codabase. The precedent with Kim's copyright is just an example to understand the resource policy.

p.s. And there is no comment from Vladon because he is a thief. What can he say if he was caught in the act.

Well, maybe Vladon will pay the admins to skip the code ).

In any case, without the attention of the admins, I think this point has not gone away.

And I remember there have been talks on this subject.

Reason: