Size: a a a

2020 March 10

RS

Renat Suleymanov in Delphi & Lazarus
Viktor Akselrod
https://www.embarcadero.com/products/rad-studio/rad-studio-eula

пункт 2.3 ADDITIONAL LICENSE TERMS APPLICABLE TO THE COMMUNITY EDITION
все осталось, как раньше. 5K$
Спасибо
источник

VA

Viktor Akselrod in Delphi & Lazarus
👌
источник

AI

Alexander Ivanov in Delphi & Lazarus
Renat Suleymanov
Там одному участнику англоязычной группы пришло письмо от Эмбы. Напоминаем, что ВЫ не можете использовать CE в коммерческих целях (не есть лимиты на доход, а именно ограничение). Типа эта версия только для студентов и изучающих IDE. Типа того. Темная история эта их CE
Читаю письмо: в нем написано, что нельзя, в faq написано, что можно. Что у товарищей в головах?
источник

AI

Alexander Ivanov in Delphi & Lazarus
3.    Personal use of the Community Edition Software at the office on a work machine IS NOT allowed – Embarcadero EULA is very clear that the Community Edition Software CANNOT be used in a work setting or on a work machine (for more information, please refer to Question #10 at https://www.embarcadero.com/products/delphi/starter/faq). You and your employer will be liable for the unauthorized use of the Community Edition Software placeat
источник

AI

Alexander Ivanov in Delphi & Lazarus
В общем скорее уточнили, что на работе нельзя пользоваться Community Edition
источник

GB

George Bakhtadze in Delphi & Lazarus
Alexander Ivanov
В общем скорее уточнили, что на работе нельзя пользоваться Community Edition
а если я дома работаю? :)
источник

МС

Максим Сысоев in Delphi & Lazarus
👌
источник

МС

Максим Сысоев in Delphi & Lazarus
Alexander Ivanov
В общем скорее уточнили, что на работе нельзя пользоваться Community Edition
Бляяя😔😂
источник

AI

Alexander Ivanov in Delphi & Lazarus
George Bakhtadze
а если я дома работаю? :)
Работай.
источник

AI

Alexander Ivanov in Delphi & Lazarus
Если работаешь на компанию, то смотри ограничения в 5 тыс. баксов
источник

AI

Alexander Ivanov in Delphi & Lazarus
Community Edition Software CANNOT be used on a personal computer to work on projects for a company - If the company you work for does not qualify for the Community Edition Software use, then working on projects or files belonging to or for the benefit of the company (including projects for internal use) is a violation of the Embarcadero Community Edition Software usage and the company (i.e. your employer) is liable for such infringement.
источник

AI

Alexander Ivanov in Delphi & Lazarus
Но в Faq разрешают это делать.
источник

VA

Viktor Akselrod in Delphi & Lazarus
Alexander Ivanov
Но в Faq разрешают это делать.
faq - это не документ, в отличии от EULA
источник

AS

Alexey Shumkin in Delphi & Lazarus
про квест от Jetbrains слышали? )
https://twitter.com/jetbrains/status/1236986174075482113
источник

AS

Alexey Shumkin in Delphi & Lazarus
прошёл
Claim your 3-months free All Products pack subscription
и ключ )

и дата следующего квеста )
источник

AT

Aleg Tut in Delphi & Lazarus
program JetBrainsDecode;
{$APPTYPE CONSOLE}
uses SysUtils;
const
 CODE = '48 61 76 65 20 79 6f 75 20 73 65 65 6e 20 74 68 65 20 73 6f 75 72 63 '
   + '65 20 63 6f 64 65 20 6f 66 20 74 68 65 20 4a 65 74 42 72 61 69 6e 73 20 '
   + '77 65 62 73 69 74 65 3f';

function Convert(SA: TArray<string>): TArray<string>;
begin
 for var s in SA do
   Result := Result + [Char(StrToInt('$' + s))];
end;

begin
 Writeln(string.Join('', Convert(CODE.Split([' ']))));
 Readln;
end.
источник
2020 March 11

AS

Alexey Shumkin in Delphi & Lazarus
Aleg Tut
program JetBrainsDecode;
{$APPTYPE CONSOLE}
uses SysUtils;
const
 CODE = '48 61 76 65 20 79 6f 75 20 73 65 65 6e 20 74 68 65 20 73 6f 75 72 63 '
   + '65 20 63 6f 64 65 20 6f 66 20 74 68 65 20 4a 65 74 42 72 61 69 6e 73 20 '
   + '77 65 62 73 69 74 65 3f';

function Convert(SA: TArray<string>): TArray<string>;
begin
 for var s in SA do
   Result := Result + [Char(StrToInt('$' + s))];
end;

begin
 Writeln(string.Join('', Convert(CODE.Split([' ']))));
 Readln;
end.
unix way )
echo <HERE_IS_CODE> | xxd -r -ps
источник

AT

Aleg Tut in Delphi & Lazarus
Wrong group
источник

AS

Alexey Shumkin in Delphi & Lazarus
Aleg Tut
Wrong group
расскажи мне )
источник

GB

George Bakhtadze in Delphi & Lazarus
чет как-то совсем просто
источник