2022-06-30 08:39:59 +01:00
|
|
|
<!DOCTYPE html>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
|
|
|
<!-- Inferencium - Website - Source -->
|
|
|
|
|
2023-03-05 05:13:07 +00:00
|
|
|
<!-- Copyright 2022-2023 Jake Winters -->
|
|
|
|
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2023-03-10 07:38:05 +00:00
|
|
|
<!-- Version: 2.0.0.13 -->
|
2022-11-22 04:24:08 +00:00
|
|
|
|
|
|
|
|
2022-06-30 08:39:59 +01:00
|
|
|
<html>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2022-06-30 08:39:59 +01:00
|
|
|
<head>
|
2022-11-22 04:24:08 +00:00
|
|
|
<title>Inferencium - Source</title>
|
2022-12-09 09:54:15 +00:00
|
|
|
<link rel="stylesheet" href=inf.css>
|
2022-12-20 04:53:45 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2022-06-30 08:39:59 +01:00
|
|
|
</head>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
|
|
|
<!-- Navigation bar. -->
|
2022-10-29 03:26:53 +01:00
|
|
|
<div class="sidebar">
|
2022-12-26 06:31:07 +00:00
|
|
|
<img src="asset/img/logo-inferencium-no_text.png"
|
2022-12-09 11:52:36 +00:00
|
|
|
width="110px" height="110px">
|
2022-11-22 04:24:08 +00:00
|
|
|
<a class="title">Inferencium</a><br>
|
2022-10-29 23:54:59 +01:00
|
|
|
<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>
|
2023-01-13 21:59:32 +00:00
|
|
|
<div><a href="key.html">Key</a></div>
|
2022-10-29 03:26:53 +01:00
|
|
|
</div>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2022-10-29 03:26:53 +01:00
|
|
|
<body>
|
2022-10-29 23:54:59 +01:00
|
|
|
<h1>Source</h1>
|
|
|
|
<br>
|
2023-03-10 07:13:06 +00:00
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
2023-03-10 07:38:05 +00:00
|
|
|
<!-- Table of contents. -->
|
|
|
|
<h2 id="toc"><a href="#toc" class="h2"
|
|
|
|
>Table of Contents<a/></h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href="#src-inferencium" class="body-link"
|
|
|
|
>Inferencium Source Code Repsoitories</a></li>
|
|
|
|
<li><a href="#src-personal" class="body-link"
|
|
|
|
>My Personal Source Code Repositories</a></li>
|
|
|
|
</ul>
|
2022-10-29 23:54:59 +01:00
|
|
|
<br>
|
2022-10-30 01:22:42 +00:00
|
|
|
<br>
|
2022-11-18 01:50:19 +00:00
|
|
|
<br>
|
2023-03-10 07:38:05 +00:00
|
|
|
|
2022-11-22 04:24:08 +00:00
|
|
|
<!-- Place Inferencium source code repositories here. -->
|
2023-03-10 07:38:05 +00:00
|
|
|
<h2 id="src-inferencium"><a href="#src-inferencium" class="h2"
|
|
|
|
>Inferencium Source Code Repositories</a></h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/cfg/" class="body-link"
|
|
|
|
>Configuration files</a></li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/doc/" class="body-link"
|
|
|
|
>Documentation</a></li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/inf-kernel/" class="body-link"
|
|
|
|
>Inferencium Kernel</a></li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/linux-firmware-desktop/" class="body-link"
|
|
|
|
>Desktop Linux firmware</a></li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/linux-firmware-server/" class="body-link"
|
|
|
|
>Server Linux firmware</a></li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/mmd/" class="body-link"
|
|
|
|
>Gentoo Multimedia ebuild repository</a></li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/scr/" class="body-link"
|
|
|
|
>Script files</a></li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/sys/" class="body-link"
|
|
|
|
>Gentoo System ebuild repository</a></li>
|
|
|
|
<li><a href="https://git.inferencium.net/Inferencium/website/" class="body-link"
|
|
|
|
>Website</a></li>
|
|
|
|
</ul>
|
2022-10-29 23:54:59 +01:00
|
|
|
<br>
|
2023-03-10 07:38:05 +00:00
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<!-- Place personal source code repositories here. -->
|
|
|
|
<h2 id="src-personal"><a href="#src-personal" class="h2"
|
|
|
|
>My Personal Source Code Repositories</a></h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://git.inferencium.net/inference/graphenechan/" class="body-link"
|
|
|
|
>Graphene-chan</a></li>
|
|
|
|
</ul>
|
2022-10-29 23:54:59 +01:00
|
|
|
<br>
|
|
|
|
<br>
|
2022-06-30 08:39:59 +01:00
|
|
|
</body>
|
2022-11-22 04:24:08 +00:00
|
|
|
|
2022-06-30 08:39:59 +01:00
|
|
|
</html>
|