2015-09-23 10:29:50 -04:00
<!DOCTYPE html>
2015-09-23 19:39:43 -04:00
< html lang = "en" >
2015-09-23 10:29:50 -04:00
< head >
2016-02-10 08:00:54 -05:00
< title > Vertinext - Charles Click< / title >
2015-09-23 15:01:11 -04:00
< link href = "https://fonts.googleapis.com/icon?family=Material+Icons" rel = "stylesheet" >
2015-09-23 10:29:50 -04:00
< link type = "text/css" rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.1/css/materialize.min.css" media = "screen,projection" / >
2015-09-23 15:01:11 -04:00
< link type = "text/css" rel = "stylesheet" href = "https://cdn.rawgit.com/konpa/devicon/89f2f44ba07ea3fff7e561c2142813b278c2d6c6/devicon.min.css" >
2016-02-10 08:00:54 -05:00
< link href = "http://www.vertinext.com" rel = "canonical" >
2015-09-23 10:29:50 -04:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2016-02-10 08:00:54 -05:00
< meta name = "google-site-verification" content = "FW6N6eQoOr6Tc6m7knz7Ls4w9J4-7Y_kVXSTpiU_rQ8" / >
< meta name = "description" content = "Personal site of Charles Click Cataloging coding exploits" / >
2015-09-23 10:29:50 -04:00
< / head >
2016-02-10 08:00:54 -05:00
2015-09-23 10:29:50 -04:00
< body >
2016-02-10 08:00:54 -05:00
2015-09-23 10:29:50 -04:00
<!-- Navbar -->
< nav >
< div class = "nav-wrapper z-depth-0" >
2015-09-23 15:01:11 -04:00
< a href = "#" class = "brand-logo center" > Vertinext< / a >
< ul id = "rss" class = "right" >
2016-02-10 08:00:54 -05:00
< li > < a href = "https://github.com/ccubed.atom" alt = "Github RSS Feed" > < i class = "material-icons" alt = "RSS Icon for Github Link" > leak_add< / i > Github RSS< / a > < / li >
2015-09-23 10:29:50 -04:00
< / ul >
< / div >
< / nav >
< br / >
< div class = "container" >
< div class = "row" >
< div class = "col s12" >
< ul class = "collection z-depth-2" >
< li class = "collection-item avatar" >
2015-09-23 15:01:11 -04:00
< img src = "images/me.jpg" alt = "Cooper Click" class = "circle" >
2015-09-23 19:39:43 -04:00
< span class = "title" > < h1 > Charles Click< / h1 > < / span >
2015-09-23 17:12:50 -04:00
< p > I am a coder and web host in Knoxville, TN that uses github for side projects in various languages. Feel free to view my github repos and website portfolio.< / p >
2015-09-23 10:29:50 -04:00
< / li >
< / ul >
< ul class = "collection with-header z-depth-1" >
2015-09-23 15:01:11 -04:00
< li class = "collection-header center" > < h4 > Website Portfolio< / h4 > < br / > All self hosted< / li >
< a href = "http://www.vertinext.com" class = "collection-item active" > Vertinext< / a >
< a href = "http://kingsmouth.vertinext.com" class = "collection-item" > Kingsmouth Website< / a >
< a href = "http://bti.vertinext.com" class = "collection-item" > BTI Mush Website< / a >
< a href = "http://safehaven.vertinext.com" class = "collection-item" > Safehaven Website< / a >
< / ul >
< ul class = "collection with-header z-depth-1" >
< li class = "collection-header center" > < h4 > Github Repositories< / h4 > < / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > web< / i >
< span class = "title" > Vertinext< / span >
< p style = "width:85%" > Git repository for this website's source.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-html5-plain-wordmark colored medium" alt = "HTML5 Icon" > < / i >
< i class = "devicon-css3-plain-wordmark colored medium" alt = "CSS3 Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/Vertinext" class = "secondary-content" alt = "Github Repo for this site" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
2016-02-09 18:23:24 -05:00
< li class = "collection-item avatar" >
< i class = "material-icons circle" > edit< / i >
< span class = "title" > MuDocker< / span >
< p style = "width:85%" > Docker scripts for various types of text based game servers with SQL support.< / p >
< div class = "center" >
< i class = "devicon-docker-plain-wordmark colored medium" alt = "Docker Icon" > < / i >
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/MuDocker" class = "secondary-content" alt = "MuDocker Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2016-02-09 18:23:24 -05:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > ReadyMu< / span >
< p style = "width:85%" > Softcode code suite for running a text based game.< / p >
< div class = "center" >
< i class = "devicon-mysql-plain-wordmark colored medium" alt = "MySQL Icon" > < / i >
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/ReadyMu" class = "secondary-content" alt = "ReadyMu Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2016-02-09 18:23:24 -05:00
< / li >
2015-09-23 15:01:11 -04:00
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > Mu2< / span >
< p style = "width:85%" > Systems built for Pennmush mushcode that pushes data into a database.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-mysql-plain-wordmark colored medium" alt = "MySQL Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/Mu2" class = "secondary-content" alt = "Mu2 Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > BTI< / span >
< p style = "width:85%" > Repository for all code relating to Bereman Training Institute, a mush.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-mysql-plain-wordmark colored medium" alt = "MySQL Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/BTI" class = "secondary-content" alt = "BTI Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > edit< / i >
< span class = "title" > language-mushcode< / span >
< p style = "width:85%" > Mushcode language definition for the Atom Editor.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-atom-original colored medium" alt = "Atom Editor Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/language-mushcode" class = "secondary-content" alt = "language mushcode Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > Requiem for Kingsmouth< / span >
< p style = "width:85%" > Large collaborative project to maintain a large amount of softcode for a mush called Requiem for Kingsmouth.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-mysql-plain-wordmark colored medium" alt = "MySQL Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/RFK" class = "secondary-content" alt = "Requiem for kingsmouth Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > Requiem for Kingsmouth Website< / span >
< p style = "width:85%" > Integrated a website into the Requiem for Kingsmouth game database to allow web based interactions.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-html5-plain-wordmark colored medium" alt = "HTML5 Icon" > < / i >
< i class = "devicon-css3-plain-wordmark colored medium" alt = "CSS3 Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/RFKWeb" class = "secondary-content" alt = "RFK Website Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > UGS< / span >
< p style = "width:85%" > Mushcode project to achieve a series of universal systems for character sheets, character generation and inventory.< / p > < br / >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/UGS" class = "secondary-content" alt = "UGS Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > Chevon< / span >
< p style = "width:85%" > VB.NET Interface to the Voat.co API. Development stopped.< / p > < br / >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/Chevon" class = "secondary-content" alt = "Chevon Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > Reach< / span >
< p style = "width:85%" > Code for The Reach, a now closed Mush.< / p > < br / >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/Reach" class = "secondary-content" alt = "Reach Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > SWFoteCustom< / span >
< p style = "width:85%" > Custom version of the SW Fote mud Codebase called Sagas.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-c-plain colored medium" alt = "C Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/SWFoteCustom" class = "secondary-content" alt = "SWFoteCustom Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > SWRCustom< / span >
< p style = "width:85%" > Custom version of the Star Wars Reality mud Codebase.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-c-plain colored medium" alt = "C Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/SWRCustom" class = "secondary-content" alt = "SWRCustom Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > War< / span >
< p style = "width:85%" > Mushcode system for tracking warring nations. Meant for a Romance of the Three Kingdoms mush I never built.< / p > < br / >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/War" class = "secondary-content" alt = "War Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > Roguelike< / span >
< p style = "width:85%" > C++ Library for creating Roguelike games.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-cplusplus-plain colored medium" alt = "C++ Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/Roguelike" class = "secondary-content" alt = "Roguelike Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > view_module< / i >
< span class = "title" > LOTJMushclientPlugins< / span >
< p style = "width:85%" > Collection of Lua plugins for Legends of the Jedi Mud.< / p > < br / >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/LOTJMushclientPlugins" class = "secondary-content" alt = "LOTJ Plugins Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > edit< / i >
< span class = "title" > MIDE< / span >
< p style = "width:85%" > Mushcode Editor written in C++ with QT. Not finished.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-cplusplus-plain colored medium" alt = "C++ Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/MIDE" class = "secondary-content" alt = "MIDE Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > WS2Wrapper< / span >
< p style = "width:85%" > C++ Wrapper for WinSock2.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-cplusplus-plain colored medium" alt = "C++ Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/WS2Wrapper" class = "secondary-content" alt = "Winsock2 Wrapper Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > web< / i >
< span class = "title" > MorningStar< / span >
< p style = "width:85%" > Simple login script to protect a calendar for Morning Star in Knoxville, TN.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-php-plain colored medium" alt = "PHP Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/MorningStar" class = "secondary-content" alt = "Morning star Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > IniWrapper< / span >
< p style = "width:85%" > C++ Wrapper for reading INI Files.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-cplusplus-plain colored medium" alt = "C++ Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/IniWrapper" class = "secondary-content" alt = "INI Wrapper Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > MushBot< / span >
< p style = "width:85%" > C++ bot for logging into mushes and executing commands.< br / > Never started.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-cplusplus-plain colored medium" alt = "C++ Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/MushBot" class = "secondary-content" alt = "Mush Bot Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > Skins of Steel< / span >
< p style = "width:85%" > VB.NET Program to build a machine based on a rule set for the Exalted table top series presented on the forums.< / p > < br / >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/SkinsofSteel" class = "secondary-content" alt = "Skins of Steel Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > BusinessDirectory< / span >
< p style = "width:85%" > Javascript business directory for Morgan County TN Website.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-javascript-plain colored medium" alt = "Javascript Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/BusinessDirectory" class = "secondary-content" alt = "Business Directory Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > FileComparison< / span >
< p style = "width:85%" > Python script to compare directories.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-python-plain colored medium" alt = "Python Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/FileComparison" class = "secondary-content" alt = "File Comparison Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > EmpireCity< / span >
< p style = "width:85%" > Old MushCode CG for New World of Darkness Mush that I wrote.< / p > < br / >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/EmpireCity" class = "secondary-content" alt = "Empire city Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
< li class = "collection-item avatar" >
< i class = "material-icons circle" > code< / i >
< span class = "title" > AutoExtracter< / span >
< p style = "width:85%" > Python script to auto-extract a directory of compressed files using 7zip command line.< / p > < br / >
< div class = "center" >
2015-09-23 19:39:43 -04:00
< i class = "devicon-python-plain colored medium" alt = "Python Icon" > < / i >
2015-09-23 15:01:11 -04:00
< / div >
2016-02-10 08:00:54 -05:00
< a href = "https://github.com/ccubed/AutoExtracter" class = "secondary-content" alt = "Auto Extracter Github Repo" > < img src = "images/GithubMark.png" alt = "Github Logo" > < / img > < / a >
2015-09-23 15:01:11 -04:00
< / li >
2015-09-23 10:29:50 -04:00
< / ul >
< / div >
< / div >
< / div >
< / div >
2016-02-10 08:00:54 -05:00
2015-09-23 15:01:11 -04:00
< footer class = "page-footer" >
< div class = "container" >
< div class = "row" >
< div class = "col s6" >
< h5 class = "white-text" > Made and Hosted by Cooper Click< / h5 >
< p class = "grey-text text-lighten-4" > Using Materialize.CSS, Devicon and Google's Material Icons. Also a nudge to Github for being great.< / p >
< / div >
< div class = "col s6" >
< div class = "collection" >
< a href = "http://materializecss.com" class = "collection-item" > Materialize.CSS< / a >
< a href = "http://devicon.fr" class = "collection-item" > Devicon 2.0 Icons< / a >
< a href = "https://design.google.com/" class = "collection-item" > Google Material Design Resources< / a >
< a href = "https://github.com/" class = "collection-item" > Github< / a >
< / div >
< / div >
< / div >
< / div >
< / footer >
2016-02-10 08:00:54 -05:00
2015-09-23 10:29:50 -04:00
< script type = "text/javascript" src = "https://code.jquery.com/jquery-2.1.1.min.js" > < / script >
< script type = "text/javascript" src = "https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.1/js/materialize.min.js" > < / script >
< / body >
2016-02-10 08:00:54 -05:00
< / html >