web/lang/en/projects.html
2024-05-16 20:28:59 +02:00

200 lines
12 KiB
HTML

%link%
rel="stylesheet" href="/css/projets.css"
%endlink%
<div id="main">
<p>You can fin all my personnal side projects on <a href="https://git.gnous.eu/Rick">the Gnous's git</a> or only those I find most interesting on <a href="https://git.gyiwr.tf">my own git</a>. However, a lot of code has french comments. Further down, you can find a list of my <a href="#projects">projects</a>, as their status.</p>
<h2>Thanks to</h2>
<p>I would like to thank all the people who helped me with my projects, who made me think and discover new things throught the code. Maintainers who have been benevolent, contributors who made my projects progress, and all other people.</p>
<p>Thanks to : lucie "soaring sparks" aka Jikhai, valsept, Bensuperpc, d0p1, outout, alol, mbahal, eban, ada, kernoeb, romain, Lunki, KeetKhat, solaris38.</p>
<p>I'll update this list in the futur. If I've forgotten you (sorry !), send me an email to solve it. You can send one too if you want to change your name or be removed from this list.</p>
<h2>Other contributions</h2>
<p>You can find below a list of projects to which I've contributed :</p>
<div class="tableau">
<table>
<thead>
<tr>
<th>Project</th>
<th>Description</th>
<th>Language used in my contributions</th>
<th>Maintainer / Contributor</th>
<th>My last contribution</th>
<th>License</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/kohi-gnu/barista/">barista</a></td>
<td>packages manager for Kohi-GNU</td>
<td>Perl</td>
<td>d0p1</td>
<td><a href="https://github.com/kohi-gnu/barista/commit/3c5acc23649b857b4649124ec8529a0bef7f96fc">3c5acc2</a></td>
<td><a href="https://github.com/kohi-gnu/barista/commit/78f4d57886cc4112c8aedd222223d62881a20603#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7">BSD3 Clause licence</a></td>
</tr>
<tr>
<td><a href="https://github.com/Chasseur-de-Succes">CDS</a></td>
<td>All the repositories used for the CDS Discord server</td>
<td>Docker, JS</td>
<td>Kekwel, TobiBiotex</td>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://gitweb.gentoo.org/repo/gentoo.git/">Gentoo (paquet)</a></td>
<td>Packages for Gentoo</td>
<td>ebuild file</td>
<td>Marek Szuba (for xdotool) and Gentoo community</td>
<td><a href="https://gitweb.gentoo.org/repo/gentoo.git/commit/x11-misc/xdotool/xdotool-3.20211022.1.ebuild?id=a0d1e0007bcc8908755106352221ff5845a97124">xdotool</a></td>
<td><a href="https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-misc/xdotool/xdotool-3.20211022.1.ebuild?id=a0d1e0007bcc8908755106352221ff5845a97124#n2">GNU GPL v2</a></td>
</tr>
<tr>
<td><a href="https://git.gnous.eu/gnouseu/">gnous</a></td>
<td>Organization with the code of GnousEU's projects</td>
<td></td>
<td>Outout, Romain</td>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://ilearned.eu/">I Learned</a></td>
<td>community blog (in French)</td>
<td>Markdown</td>
<td>ILearned contributors</td>
<td><a href="https://ilearned.eu/comprendre-licences.html">Comprendre les différentes licences</a></td>
<td><a href="https://ilearned.eu/about.html#licence">CC-BY-NC-SA</a></td>
</tr>
<tr>
<td><a href="https://github.com/orgalan/">Orgalan</a></td>
<td>Organization with some tools to manage LAN, plane mirror</td>
<td></td>
<td>Lunki</td>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://github.com/patternfly-yew/patternfly-yew">Patternfly-yew</a></td>
<td>crate to use Patternfly library with Yew</td>
<td>Rust</td>
<td>ctron and 7 contributors</td>
<td><a href="https://github.com/patternfly-yew/patternfly-yew/commit/f6ee9d0746583182bfe08f57992dacde67c7e3ad">f6ee9d0</a></td>
<td><a href="https://github.com/patternfly-yew/patternfly-yew/blob/main/LICENSE">Apache 2.0</a></td>
</tr>
<tr>
<td><a href="https://github.com/patternfly-yew/patternfly-yew-quickstart">Patterfly-yew-quickstart</a></td>
<td>crate with examples for Patternfly-Yew</td>
<td>Rust</td>
<td>ctron and 5 contributors</td>
<td><a href="https://github.com/patternfly-yew/patternfly-yew-quickstart/commit/0e9db7141a792ad96d1e1de2d0bd94a50da6dc70">0e9db71</a></td>
<td><a href="https://github.com/patternfly-yew/patternfly-yew-quickstart/blob/main/LICENSE">Apache 2.0</a></td>
</tr>
<tr>
<td><a href="https://github.com/mantisbt-plugins/source-integration">source-integration</a></td>
<td>MantisBT plugin to add commits coming from Git servers.</td>
<td>PHP</td>
<td>MantisBT Team and more than 50 contributors</td>
<td><a href="https://github.com/mantisbt-plugins/source-integration/commit/7ae74a0596b840528ae2b5efce47e21647f85b98">7ae74a0</a></td>
<td><a href="https://github.com/mantisbt-plugins/source-integration/blob/master/LICENSE">MIT</a></td>
</tr>
<tr>
<td><a href="https://gitlab.com/gnousrick/super-russrt">super russrt</a></td>
<td>web RSS aggregator</td>
<td>Rust</td>
<td>Alol, Mbahal</td>
<td><a href="https://gitlab.com/gnousrick/super-russrt/-/commit/5f569c2d348e46c089b1a001c4695ee52b9718d4">5f569c2d</a></td>
<td><a href="https://gitlab.com/gnousrick/super-russrt/-/blob/master/LICENSE">GNU GPLv3</a></td>
</tr>
<tr>
<td><a href="https://git.gnous.eu/RSV_Studio/Surprise_Dungeon">Surprise_Dungeon</a></td>
<td>Game inspired by Binding of Isaac, coded for the Yogscast Game Jam 2020</td>
<td>Game Maker Language</td>
<td>solaris38, Valsept</td>
<td><a href="https://git.gnous.eu/RSV_Studio/Surprise_Dungeon/commit/45221f99b8fa79517fb99dfe19908a41a649e0fa">45221f99b8</a></td>
<td><a href="https://git.gnous.eu/RSV_Studio/Surprise_Dungeon/src/branch/master/LICENCE">GNU GPLv3</a></td>
</tr>
<tr>
<td>███████</td>
<td>Crate █████████████████████████████████████</td>
<td>Rust</td>
<td>█████████████████████████</td>
<td>███████</td>
<td>Apache 2.0 or MIT</td>
</tr>
<tr>
<td>████████</td>
<td>Crate █████████████████████████████</td>
<td>Rust</td>
<td>█████████████████████</td>
<td>███████</td>
<td>Apache 2.0 or MIT</td>
</tr>
<!--
<tr>
<td><a href=""></a></td>
<td></td>
<td></td>
<td></td>
<td><a href=""></a></td>
<td><a href=""></a></td>
</tr>
-->
</tbody>
</table>
</div>
<h3>Notes</h3>
<h4>Gentoo</h4>
<p>I've only, for now, contribute to the xdotool package. I'll list all my patches if I submit more here.</p>
<h4>source-integration</h4>
<p>The next commit is mine too, but dregad seems to make small modifications on the REGEX. I prefer to put only the commits who have been authored by me.</p>
<h4>CDS</h4>
<p>The Discord server "Chasseurs De Succès" (Achievements Hunters) uses two (2) bots to check new achievements and set up appointments to play. I manage the infrastructure, with Docker containers deployments and data base. You can find more informations on <a href="https://blogue.gyiwr.tf/category/chasseurs-de-succes.html">my blog</a> (in French).</p>
<h4>Redacted projects</h4>
<p>Some lines of this table are censored. They contain some projects on which I've contributed with a secondary account, used for work or class projects. As you can find my identity with it, I prefer to avoid informations about them.</p>
<h2 id="projects">Projects</h2>
<p><span class="working">WORKING</span> means that I'm working on it.</p>
<p><span class="finished">FINISHED</span> means that the project is considered finished and will not receive any big update (unless I've a big idea).</p>
<p><span class="hiatus">HIATUS</span> means that I've paused the development (waiting to read some documentation, motivation...).</p>
<p><span class="archived">ARCHIVED</span> means that the project is archived and will not be updated at all. You can considered it as abandoned or a polished one.</p>
<ul>
<li>
<p><a href="https://git.gnous.eu/Rick/definitely-not-NVGs">definitely-not-NVGs</a> [<span class="working">WORKING</span>]</p>
</li>
<li>
<p><a href="https://git.gnous.eu/Rick/juniper-config-to-set">juniper-config-to-set</a> [<span class="finished">FINISHED</span>]</p>
</li>
<li>
<p><a href="https://git.gnous.eu/Rick/mastodon-icone">mastodon-icone</a> [<span class="archived">ARCHIVED</span>]</p>
</li>
<li>
<p><a href="https://git.gnous.eu/Rick/partage-notes">partage-notes</a> [<span class="archived">ARCHIVED</span>]</p>
<p>A simple web server with a generation script for Org files. However, a generation script and a simple copy in a folder servec by Nginx is enought.</p>
</li>
<!--
<li>
<p><a href=""></a> [<span class=""> </span>]</p>
<p></p>
</li>
-->
</ul>
</div>