fixed typos, added more details to works

This commit is contained in:
2022-06-26 23:27:15 -05:00
parent 44e939a3ea
commit 7059f18e6a

View File

@@ -243,7 +243,8 @@
<div class="row"> <div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20"> <div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0"> <div class="margin-t-10 sm-margin-t-0">
<p>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.</p> <p>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).</p>
<p>Programmed using an Arduino, it has tight specific timings requiring the use of 8-bit AVR assembly to accomplish cycle accurate timings.</p> <p>Programmed using an Arduino, it has tight specific timings requiring the use of 8-bit AVR assembly to accomplish cycle accurate timings.</p>
<ul class="list-inline work-popup-tag"> <ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="#">Embeded Programming,</a></li> <li class="work-popup-tag-item"><a class="work-popup-tag-link" href="#">Embeded Programming,</a></li>
@@ -284,9 +285,10 @@
<div class="row"> <div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20"> <div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0"> <div class="margin-t-10 sm-margin-t-0">
<p>A discord chat bot written in Go. Previously ported from Javascript.</p> <p>A discord chat bot written in Go. Ported from a previous version in Javascript.</p>
<p>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. <p>A fun chat bot that has many features to respond to different commands. The core feature of the bot is written to allow
But, the core of the bot is written to allow users to request an endless amount of different images.</p> 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.</p>
<p>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.</p> <p>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.</p>
<ul class="list-inline work-popup-tag"> <ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="#">Programming,</a></li> <li class="work-popup-tag-item"><a class="work-popup-tag-link" href="#">Programming,</a></li>
@@ -403,7 +405,8 @@
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20"> <div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0"> <div class="margin-t-10 sm-margin-t-0">
<p>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.</p> <p>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.</p>
<p>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.</p> <p>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.</p>
<ul class="list-inline work-popup-tag"> <ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="#">Programming,</a></li> <li class="work-popup-tag-item"><a class="work-popup-tag-link" href="#">Programming,</a></li>
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="#">C++,</a></li> <li class="work-popup-tag-item"><a class="work-popup-tag-link" href="#">C++,</a></li>