2022-06-30 08:39:59 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2022-10-29 23:54:59 +01:00
|
|
|
<title>Inferencium Network - Source</title>
|
|
|
|
<link rel="stylesheet" href=infnet.css>
|
2022-06-30 08:39:59 +01:00
|
|
|
</head>
|
2022-10-29 03:26:53 +01:00
|
|
|
<div class="sidebar">
|
2022-10-29 23:54:59 +01:00
|
|
|
<a class="title">Inferencium Network</a><br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<div><a href="about.html">About</a></div>
|
|
|
|
<div><a href="contact.html">Contact</a></div>
|
|
|
|
<div><a href="blog.html">Blog</a></div>
|
|
|
|
<div><a href="source.html">Source</a></div>
|
2022-10-29 03:26:53 +01:00
|
|
|
</div>
|
|
|
|
<body>
|
2022-10-29 23:54:59 +01:00
|
|
|
<h1>Source</h1>
|
|
|
|
<br>
|
|
|
|
<h3>My Personal Source Code Repositories</h3>
|
|
|
|
<p>These repositories contain source code which is used on my personal
|
|
|
|
systems.<br>
|
|
|
|
No guarantees are made that they will work correctly on your systems, and they
|
|
|
|
are not targeted towards a public release.<br>
|
|
|
|
Usage of these repositories is at your own risk.</p>
|
|
|
|
<br>
|
|
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inference/cfg/">Configuration files</a></p>
|
|
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inference/scr/">Script files</a></p>
|
2022-11-18 01:21:56 +00:00
|
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inference/graphenechan/">Graphene-chan</a>
|
2022-10-29 23:54:59 +01:00
|
|
|
<br>
|
2022-10-30 01:22:42 +00:00
|
|
|
<br>
|
2022-10-29 23:54:59 +01:00
|
|
|
<h3>Inferencium Network Source Code Repositories</h3>
|
|
|
|
<p>These repositories contain source code targeted towards a public release and
|
|
|
|
are suitable for a wide range of systems.</p>
|
|
|
|
<br>
|
2022-11-18 01:23:22 +00:00
|
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inferencium_network/website/">Website</a></p>
|
|
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inferencium_network/mmd/">Gentoo - Multimedia</a></p>
|
2022-10-29 23:54:59 +01:00
|
|
|
<br>
|
|
|
|
<br>
|
2022-06-30 08:39:59 +01:00
|
|
|
</body>
|
|
|
|
</html>
|