Terry A Davis meme software

Xddddd

This is barely fucking classified as actual software but i quickly made a shitty program that let’s you communicate with the spirit of terry A davis.

i would write it in holy c but c was the closest

Send what he said to you!

4 Likes

I translated your code to HolyC and tried making it make it feel as TempleOS-y as possible style-wise without changing things too much.

I think that I haven’t managed to get the pointer address printed correctly though, but I can’t find a way to fix that.

U0 TADChat()
{
  I64 read, i;
  U8 *buf;
  "  _________    ____  ________          __\n" ;
  " /_  __/   |  / __ \\/ ____/ /_  ____ _/ /_\n";
  "  / / / /| | / / / / /   / __ \\/ __ `/ __/\n";
  " / / / ___ |/ /_/ / /___/ / / / /_/ / /_\n";
  "/_/ /_/  |_/_____/\\____/_/ /_/\\__,_/\\__/\n";
  "Powered by the pure autism of FullNitrous\n";
  "________________voidzehn_________________\n\n";

  read=GetI64("[MESSAGE] Enter amount of bytes to be read: ");
  buf=MAlloc(read);
  for (i=0;i<read;i++)
    "%p %c, 0x%x\n",&buf[i],buf[i],buf[i];
  "\nString: \n";
  for (i=0;i<read;i++)
    "%c",buf[i];
  "\n";
  Free(buf);
}

TADChat;

TADChat

I read your post yesterday and it reminded me to try toying with TempleOS again and I thought that translating your code would be fun little thing I could to to try learning HolyC and some basics of TempleOS’s programming environment. It was pretty fun!

The most valuable resources for me to learn enough of TempleOS and HolyC to write the code are listed below.

4 Likes

Why did no one look at this thread lol this is cool

Wow, I didn’t know he passed away. Just read some articles on it.