No long lines, and updated Indivisible info.
This commit is contained in:
parent
322216a7eb
commit
2d36b18cf9
@ -13,7 +13,13 @@ ongoing project of mine in which I play with different styles and create
|
|||||||
music. There's not really any consistency with the genre, it's really
|
music. There's not really any consistency with the genre, it's really
|
||||||
just whatever I find entertaining at the moment.</p>
|
just whatever I find entertaining at the moment.</p>
|
||||||
|
|
||||||
<h4><a href="https://open.lbry.com/@nortega:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy" target="_blank" >LBRY Channel</a></h4>
|
<h4>
|
||||||
|
<a
|
||||||
|
href="https://open.lbry.com/@nortega:7?r=FnizT7ACmJrTdw6HQJxAVGgFcHGN6oFy"
|
||||||
|
target="_blank" >
|
||||||
|
LBRY Channel
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
<p>I upload some covers and random guitar stuff to a LBRY channel I've
|
<p>I upload some covers and random guitar stuff to a LBRY channel I've
|
||||||
got. I've even made some acoustic covers of metal songs, like "Higher"
|
got. I've even made some acoustic covers of metal songs, like "Higher"
|
||||||
by Creed.</p>
|
by Creed.</p>
|
||||||
@ -23,15 +29,36 @@ by Creed.</p>
|
|||||||
having used GNU/Linux as my main operating system since I was 15. I know
|
having used GNU/Linux as my main operating system since I was 15. I know
|
||||||
plenty of programming languages, but my favorites are most definitely C
|
plenty of programming languages, but my favorites are most definitely C
|
||||||
and C++. You can find more of my personal projects on
|
and C++. You can find more of my personal projects on
|
||||||
<a href="https://gitlab.com/naortega" target="_blank" >my GitLab</a>.</p>
|
<a
|
||||||
|
href="https://gitlab.com/naortega"
|
||||||
|
target="_blank" >
|
||||||
|
my GitLab</a>.</p>
|
||||||
|
|
||||||
<h4><a href="https://gitlab.com/naortega/basickernel" target="_blank" >BasicKernel</a></h4>
|
<h4>
|
||||||
|
<a
|
||||||
|
href="https://gitlab.com/naortega/basickernel"
|
||||||
|
target="_blank" >
|
||||||
|
BasicKernel
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
<p>A basic kernel written for the x86 architecture. It's a small project
|
<p>A basic kernel written for the x86 architecture. It's a small project
|
||||||
I'm doing to learn kernel development from the ground up, using the book
|
I'm doing to learn kernel development from the ground up, using the book
|
||||||
<i><a href="http://www.cs.bham.ac.uk/%7Eexr/lectures/opsys/10_11/lectures/os-dev.pdf" target="_blank" >Writing a Simple Operating System from Scratch</a></i>
|
<i>
|
||||||
|
<a
|
||||||
|
href="http://www.cs.bham.ac.uk/%7Eexr/lectures/opsys/10_11/lectures/os-dev.pdf"
|
||||||
|
target="_blank" >
|
||||||
|
Writing a Simple Operating System from Scratch
|
||||||
|
</a>
|
||||||
|
</i>
|
||||||
as a guide.</p>
|
as a guide.</p>
|
||||||
|
|
||||||
<h4><a href="https://gitlab.com/naortega/colonel" target="_blank" >Colonel</a></h4>
|
<h4>
|
||||||
|
<a
|
||||||
|
href="https://gitlab.com/naortega/colonel"
|
||||||
|
target="_blank" >
|
||||||
|
Colonel
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
<p>A personal kernel project that I've been working on, my goal being to
|
<p>A personal kernel project that I've been working on, my goal being to
|
||||||
write a kernel and bootstrap a userland in order to be able to compile
|
write a kernel and bootstrap a userland in order to be able to compile
|
||||||
projects for the OS.</p>
|
projects for the OS.</p>
|
||||||
@ -40,7 +67,13 @@ projects for the OS.</p>
|
|||||||
<p>A collection of different free software applications that use a
|
<p>A collection of different free software applications that use a
|
||||||
decentralized networking model to communicate between clients.</p>
|
decentralized networking model to communicate between clients.</p>
|
||||||
|
|
||||||
<h4><a href="https://notabug.org/bkeys/DMUX/" target="_blank" >DMUX</a></h4>
|
<h4>
|
||||||
|
<a
|
||||||
|
href="https://notabug.org/bkeys/DMUX/"
|
||||||
|
target="_blank" >
|
||||||
|
DMUX
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
<p>This is a project I worked on for a year with
|
<p>This is a project I worked on for a year with
|
||||||
<a href="https://bkeys.org/" target="_blank" >Brigham Keys</a> (back
|
<a href="https://bkeys.org/" target="_blank" >Brigham Keys</a> (back
|
||||||
when it was still a C++ project). The aim was to create a 3D car derby
|
when it was still a C++ project). The aim was to create a 3D car derby
|
||||||
@ -51,21 +84,49 @@ shooter game.</p>
|
|||||||
programming game you can play while waiting for your operating system to
|
programming game you can play while waiting for your operating system to
|
||||||
finish installing.</p>
|
finish installing.</p>
|
||||||
|
|
||||||
<h4><a href="https://gitlab.com/naortega/Indivisible" target="_blank" >Indivisible</a></h4>
|
<h4>
|
||||||
<p>This is a fun little program I wrote that generates prime numbers
|
<a
|
||||||
using a parallelized computation algorithm, using
|
href="https://indivisible.themusicinnoise.net"
|
||||||
<a href="https://en.wikipedia.org/wiki/OpenMP" target="_blank" >OpenMP</a>
|
target="_blank" >
|
||||||
to parallelize the computations.</p>
|
Indivisible
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
|
<p>A fun little project I've worked on for some time which generates
|
||||||
|
prime numbers and (necessarily) tests to see if a number is prime. It is
|
||||||
|
optimized based upon certain mathematical properties, implemented in
|
||||||
|
Rust with parallel computations. The main page is written in Spanish, as
|
||||||
|
it's for a contest in Spain, but the
|
||||||
|
<a href="https://gitlab.com/naortega/indivisible" target="_blank" >
|
||||||
|
repository and documentation
|
||||||
|
</a> is all in English.</p>
|
||||||
|
|
||||||
<h4><a href="https://gitlab.com/naortega/neocomm" target="_blank" >NeoComm</a></h4>
|
<h4>
|
||||||
|
<a
|
||||||
|
href="https://gitlab.com/naortega/neocomm"
|
||||||
|
target="_blank" >
|
||||||
|
NeoComm
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
<p>This is a small project I've been working on which aims at using DHT
|
<p>This is a small project I've been working on which aims at using DHT
|
||||||
networking to create a decentralized and anti-censorship alternative to
|
networking to create a decentralized and anti-censorship alternative to
|
||||||
IRC.</p>
|
IRC.</p>
|
||||||
|
|
||||||
<h4><a href="https://prism-break.org/en/" target="_blank" >Prism-Break</a></h4>
|
<h4>
|
||||||
|
<a
|
||||||
|
href="https://prism-break.org/en/"
|
||||||
|
target="_blank" >
|
||||||
|
Prism-Break
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
<p>I contributed a few Spanish translations to this site, since I saw a
|
<p>I contributed a few Spanish translations to this site, since I saw a
|
||||||
lot of it was still in English.</p>
|
lot of it was still in English.</p>
|
||||||
|
|
||||||
<h4><a href="https://gitlab.com/naortega/spaceshipsim" target="_blank" >SpaceShipSim</a></h4>
|
<h4>
|
||||||
|
<a
|
||||||
|
href="https://gitlab.com/naortega/spaceshipsim"
|
||||||
|
target="_blank" >
|
||||||
|
SpaceShipSim
|
||||||
|
</a>
|
||||||
|
</h4>
|
||||||
<p>An educational simulation on how an object behaves in a frictionless
|
<p>An educational simulation on how an object behaves in a frictionless
|
||||||
environment such as that of space, using the Allegro5 libraries.</p>
|
environment such as that of space, using the Allegro5 libraries.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user