Michael Riley
program TwentySecondHug;{$APPTYPE CONSOLE}{$R *.res}uses System.SysUtils;begin try Writeln(‘The 20-Second Hug’); Writeln(‘Copyright (C) 2018 by Michael J. Riley’); Writeln(‘(May be freely distributed worldwide)’); Writeln(‘#20SecondHug #2… … Read more
6 years ago in pilotlight, Source Code0
Michael Riley
One week after I wrote about Warren Buffet’s 25-5 rule I created my own “Top 5” list. However, this time I put a little twist on it. Instead of creating a to-do list of things… … Read more
7 years ago in Delphi, duntemann0
Michael Riley
I have always struggled with fully understanding the object oriented nature of Delphi. I still struggle with it today. For example, I have tried to read Nick Hodge’s book “Coding in Delphi” three times and can’t… … Read more
7 years ago in delphi oop turbo-pascal0