website/projects.html

118 lines
5.7 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Chris Dorman's Development Organization ~ Projects</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="The breakdown of a good amount of my work, including my IRC client and bouncer IdleIRC, my Simple Online File Manager (SOFM), and my micro HTTP daemon CHTTPD!" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table><tr><td>
<div class="header">CDDO</div>
</td><td>
<div class="menu"><!--
--><a href="index.html">Home</a><!--
--><a href="projects.html">Projects</a><!--
--><a href="https://freebounce.cddo.cc">Free<span style='color:#00ff00;'>Bounce</span></a><!--
--><a href="https://freehost.cddo.cc">Free<span style='color:#0080ff;'>Host</span></a><!--
--><a href="https://notabug.org/Pentium44">Git</a><!--
--></div>
</td></tr></table>
<div class="container">
<h3>Projects</h3>
<p>This is a good size collection of some of my more notable projects. I
will slowly adapt this page to be more informative as time passes
and the projects continue to grow.</p>
<h4>IdleIRC</h4>
<p>IdleIRC is a PHP IRC bouncer client with a PHP / JS web frontend that
supports multiple user accounts and multiple simultaneous users idling
/ chatting at once! This IRC bouncer is incredibly tiny and is rather
functional as it sits. A live example can be found at
<a href="https://freebounce.cddo.cc/">freebounce.cddo.cf</a>.<br />
If you're interested in examining IdleIRC, or hosting your own instance
of it,
<a href="https://notabug.org/Pentium44/idleirc">Check it out on notabug.org</a></p>
<h4>SVMM</h4>
<p>A project of mine; <a href="https://notabug.org/Pentium44/SVMM">SVMM
(Simple VM Manager)</a>. This allows you, or other users with soon to be a
passphrase or code, to create and manage virtual machines. This is intended
to be used as a user frontend for QEMU to users for my free VM hosting service
as I work more into the scene.
<a href="https://freebox.cddo.cc/">FreeBox (freebox.cddo.cc)</a>.
<div class="note">For a limited time, get access to FreeBox using code &quot;freebox2020&quot; on registeration! This is for a test run!</div>
</p>
<h4>SSB</h4>
<p><a href="https://notabug.org/Pentium44/SSB">Simple Social Board</a> is
a flatfile, simple, flexable, social media platform; open source for
everyone! You can join my social media instance and experience at
<a href="https://secure.space.cddo.cc/">(SecureSpace) secure.space.cddo.cc</a>.</p>
<h4>Freon Linux</h4>
<p>Looking for an embedded server operating system for your basic needs?
Use Freon Linux! Visit the <a href="http://freonlinux.com">website</a> for
information and downloads!</p>
<h4>cHTTPd (Chris' HTTP Daemon)</h4>
<p>cHTTPd is a micro HTTP server written in C with a simple configuration parser
and very basic cgi functions. It also allows for server configuration of serve
upload throttling, and port / bind control. Visit the notabug.org
<a href="https://notabug.org/Pentium44/chttpd">repository</a> for
information, and source code.</p>
<h4>CServ</h4>
<p>CServ is a simple IRC moderator written in C as a proof of concept and to operate
channels, topics, and user authentication minimalistically! Visit the notabug.org
<a href="https://notabug.org/Pentium44/cserv">repository</a> for information, and
source code.<br />
<b>Using CServ in IRC:</b>
If CServ is connected to an IRC server with the username that I normally use (MultiServ),
this is how it'd operate when communicated with in IRC:
<br /><br />
<code>
/msg MultiServ @help<br />
MultiServ: @register 'password' - Register your username<br />
MultiServ: @login 'password' - Login to services<br />
MultiServ: @claim 'channel' 'user password' - Register IRC channel to your nickname<br />
MultiServ: @release 'nickname' 'user password' - Release your nickname if someone else logs on with it.<br />
MultiServ: @topic 'channel' 'channel topic' 'user password' - Set your channel topic if you own the channel
</code>
</p>
<h4>SpeedyParse</h4>
<p>
SpeedyParse is a simple web server access.log parser that details basic hit counts and logs
of a domain into a statically generated HTML file, with given search parameters within a
configuration file along side speedyparse.<br />
<b>Source and notes:</b> <a href="https://notabug.org/Pentium44/SpeedyParse">via notabug.org</a><br />
</p>
<h4>CTMB</h4>
<p>
CTMB has existed for a while now, and its been modified and updated a few times now. As of
currently, you can find the most recent versions of CTMB on
<a href="https://notabug.org/Pentium44/CTMB">notabug.org</a>.
CTMB has been rather niglected ov
<br /><br />
Otherwise, older projects and outdated source of mine can be found on my old
<a href="https://github.com/Pentium44">Github account</a>.
</p>
</div>
<div class="footer">
&copy; Chris Dorman, 2020 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode">CC BY-NC-SA 4.0</a><br />
<p>
Powered by:<br />
<a href="https://freedns.afraid.org/"><img style="width:100px;" src="https://freedns.afraid.org/images/freedns_crop.png" /></a>
<a href="https://letsencrypt.org/"><img style="width: 100px;" src="https://letsencrypt.org/images/le-logo-wide.png" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:80px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" /></a>
</p>
</div>
</body>
</html>