From 7059f18e6ac730d438d9ecc8aca66cfe45ad01c2 Mon Sep 17 00:00:00 2001 From: Daniel Tam Date: Sun, 26 Jun 2022 23:27:15 -0500 Subject: [PATCH] fixed typos, added more details to works --- index.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 9dfda67..390cef1 100755 --- a/index.html +++ b/index.html @@ -243,7 +243,8 @@
-

Sometimes the newer controller are beter fit for the older generation consoles. With this adapter, it is possible to adapt a controller from the 7th generation Nitendo console to the 5th generation.

+

Sometimes the newer controller are better fit for the older generation consoles. With this adapter, it is possible to adapt a controller + from the 7th generation Nintendo console (Nintendo Wii) to the 5th generation Nintendo console (Nintendo 64).

Programmed using an Arduino, it has tight specific timings requiring the use of 8-bit AVR assembly to accomplish cycle accurate timings.

  • Embeded Programming,
  • @@ -284,9 +285,10 @@
    -

    A discord chat bot written in Go. Previously ported from Javascript.

    -

    A fun chat bot that has many features to respond to different commands. Small features include rolling a die or picking a random number, but the list is plentiful. - But, the core of the bot is written to allow users to request an endless amount of different images.

    +

    A discord chat bot written in Go. Ported from a previous version in Javascript.

    +

    A fun chat bot that has many features to respond to different commands. The core feature of the bot is written to allow + users to request an endless amount of different images from many different sources. + But also includes small features such rolling a die or picking a random number, but the list is plentiful.

    From dogs to cats, or from nature to computers, any image is possible with this bot. Just send a request and it can search through reddit or imgur for an image and post for all to see.

    • Programming,
    • @@ -403,7 +405,8 @@

      Written in C++ and utilizing the Winsocks library, this opens a port and listens for inputs and changes a file based upon the incoming commands.

      -

      A small basic program written so that a file could be updated over a network. Combined with a PHP page, it can utilize PHP to send a command to update a file over the network to a server hosting this program.

      +

      A small basic program written so that a file could be updated over a network. When combined with a custom a PHP page, + it can utilize the PHP client to send a command that will update a file over the network to a server hosting this program.