diff --git a/index.html b/index.html index 4cc9d5f..5e0c755 100755 --- a/index.html +++ b/index.html @@ -235,27 +235,29 @@
Hide
-

Art Of Coding

- Clean & Minimalistic Design +

Controller Adapter

+ Adapt a Wii Classic Controller to the Nintendo 64
-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

+

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.

+

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

-

Project Leader: John Doe

-

Designer: Alisa Keys

-

Developer: Mark Doe

-

Customer: Keenthemes

+

Lead Developer: Daniel Tam

+

Sources: Andrew Brown

+

Sources: Álvaro García

+

Sources: Tim Hirzel

+

Source

@@ -274,27 +276,29 @@
Hide
-

Art Of Coding

- Clean & Minimalistic Design +

Discord Bot

+ Chat bot for Discord
-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

+

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.

+

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.

-

Project Leader: John Doe

-

Designer: Alisa Keys

-

Developer: Mark Doe

-

Customer: Keenthemes

+

Lead Developer: Daniel Tam

+

Contributor: Dalton Archer

+

Source

@@ -313,27 +317,26 @@
Hide
-

Art Of Coding

- Clean & Minimalistic Design +

Video Game Controller

+ A basic game controller for a popular rhythm game: Sound Voltex
-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

+

Arcade machines are typically very expensive so it's sometimes better to just play at home instead. With this specific game, you could make your own controller and use an Arduino as the main board.

+

A simple yet functional program running on an Arduino; it only requires an Arduino Leonardo, six buttons, and two rotary encoders. Once it's all wired up, it can emulate a keyboard and mouse, allowing you to play the game.

-

Project Leader: John Doe

-

Designer: Alisa Keys

-

Developer: Mark Doe

-

Customer: Keenthemes

+

Lead Developer: Daniel Tam

+

Contributor: chenx97

+

Source

@@ -352,27 +355,27 @@
Hide
-

Art Of Coding

- Clean & Minimalistic Design +

Home Server

+ A full home infrastructure stack
-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

+

To better understand and develop new skills, having a on-site infrastructure can make learning much easier. Having many machines and a large storage space, providing connections between the servers allows for a robust infrastructure.

+

Utilizing mainly Linux operating systems, configuring and administrating systems utilizing Docker and Ansible allows for quick deployment and configurations.

-

Project Leader: John Doe

-

Designer: Alisa Keys

-

Developer: Mark Doe

-

Customer: Keenthemes

+

Lead Architect: Daniel Tam

+

Source

@@ -391,27 +394,25 @@
Hide
-

Art Of Coding

- Clean & Minimalistic Design +

File Updater

+ Small file updater over the network
-

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud.

+

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.

-

Project Leader: John Doe

-

Designer: Alisa Keys

-

Developer: Mark Doe

-

Customer: Keenthemes

+

Lead Developer: Daniel Tam

+

Source