Skip to content
View JTheiller's full-sized avatar
  • Conceito Tecnologia LTDA
  • Barreiras - BA

Block or report JTheiller

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JTheiller/README.md







GIT docker c cplusplus

windows linux android

html5 css3 docker javascript

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge

program ProjectForeverAlive;

{$APPTYPE CONSOLE}

uses
  SysUtils;

type
  IDeveloper = interface['{4E9E0CB0-49AC-4455-9CFA-D5E2724E9B80}']
  end;

  IMachine = interface['{9C45ADC2-08C2-4D9E-BEA3-BEE87AF7A718}']
  end;

  IHumam = interface(IMachine)['{BF7B51A1-2A23-4E9C-8FE4-B4EDB08BFF05}']
  function IsAlive: Boolean;
  end;

  THumam = class(TInterfacedObject, IHumam, IMachine, IDeveloper)
  private
    FName: String;
  public
    constructor Create(AName: String);
    procedure Start;
    function IsAlive: Boolean;
    property Name: String read FName;
  end;

{ THuman }

function THumam.IsAlive: Boolean;
const
  Forever = True;
begin
  Result := Forever;
end;

procedure THumam.Start;
begin
  while IsAlive do
  begin
    WriteLn( Format('%s: %s: %s',[FormatDateTime('YYYY/MM/DD - HH:MM:SS',Now), Name, 'another new idea...']) );
  end;
end;

constructor THumam.Create(AName: String);
begin
  inherited Create;
  FName := AName;
end;

begin
  THumam.Create('Joathan Theiller').Start;
end.

Popular repositories Loading

  1. awesome-delphi-pascal awesome-delphi-pascal Public

    2

  2. quickchart-pascal quickchart-pascal Public

    Chart image and QR code web API

    Pascal 1

  3. Theiller.DialogForm Theiller.DialogForm Public

    Pascal 1

  4. TInject-whatsapp-delphi TInject-whatsapp-delphi Public

    Forked from eldon689/TInject-whatsapp-delphi

    Componente TInject para criação de chatBots com delphi

    Pascal

  5. Projeto-TInject Projeto-TInject Public

    Forked from mikelustosa/Projeto-TInject

    Projeto TInject

    Pascal

  6. jtheiller.github.io jtheiller.github.io Public

    HTML

1,415 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

34 contributions in private repositories Apr 1 – Apr 24
Loading