Pinned Repositories
artarium
Artarium Website
AWS-Tool
PHP Tool for interacting with AWS eCommerce Service
BetterTTV
BetterTTV enhances Twitch with new features, bug fixes, and reduced clutter.
Bootstrap-4-PHP-Survey
PHP & MSSQL based survey with Bootstrap 4 driving front end. Updated to Bootstrap 4.1.0
Complementary-DNA
Deoxyribonucleic acid (DNA) is a chemical found in the nucleus of cells and carries the "instructions" for the development and functioning of living organisms. If you want to know more http://en.wikipedia.org/wiki/DNA In DNA strings, symbols "A" and "T" are complements of each other, as "C" and "G". You have function with one side of the DNA (string, except for Haskell); you need to get the other complementary side. DNA strand is never empty or there is no DNA at all (again, except for Haskell).
Display-CSV-data-in-PHP
PHP page created to obtain data from CSV & display in table.
Fizz-Buzz
FizzBuzz test using JavaScript, Python, CoffeeScript, Ruby, Haskell, and Elixir.
HighAcreFarm
Redesigned HighAcreFarm website
Jaden-Cased
PHP to Jaden Case a string.
Optimized-PHP-INI
An optimized PHP.ini file
aregowe's Repositories
aregowe/Bootstrap-4-PHP-Survey
PHP & MSSQL based survey with Bootstrap 4 driving front end. Updated to Bootstrap 4.1.0
aregowe/Display-CSV-data-in-PHP
PHP page created to obtain data from CSV & display in table.
aregowe/Optimized-PHP-INI
An optimized PHP.ini file
aregowe/Complementary-DNA
Deoxyribonucleic acid (DNA) is a chemical found in the nucleus of cells and carries the "instructions" for the development and functioning of living organisms. If you want to know more http://en.wikipedia.org/wiki/DNA In DNA strings, symbols "A" and "T" are complements of each other, as "C" and "G". You have function with one side of the DNA (string, except for Haskell); you need to get the other complementary side. DNA strand is never empty or there is no DNA at all (again, except for Haskell).
aregowe/HighAcreFarm
Redesigned HighAcreFarm website
aregowe/artarium
Artarium Website
aregowe/AWS-Tool
PHP Tool for interacting with AWS eCommerce Service
aregowe/BetterTTV
BetterTTV enhances Twitch with new features, bug fixes, and reduced clutter.
aregowe/Fizz-Buzz
FizzBuzz test using JavaScript, Python, CoffeeScript, Ruby, Haskell, and Elixir.
aregowe/Jaden-Cased
PHP to Jaden Case a string.
aregowe/dolphin
Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
aregowe/Equal-Height
JS to make various elements of equal height regardless of content.
aregowe/ffxi-addons
Some addons that I've made for FINAL FANTASY XI for both Windower v4 and Ashita v3
aregowe/FFXIAddons
Custom FFXI Addons
aregowe/Simple-Accum-Function
The examples below show you how to write function accum: Examples: accum("abcd"); // output: "A-Bb-Ccc-Dddd" accum("RqaEzty"); // output: "R-Qq-Aaa-Eeee-Zzzzz-Tttttt-Yyyyyyy" accum("cwAt"); // output: "C-Ww-Aaa-Tttt" The parameter of accum is a string which includes only letters from a..z and A..Z.
aregowe/Simple-Square-Grid
A simple square grid with HTML & CSS