From 16199fbcc431bdb8de4f42796bb6eb1ce8be1e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 5 Oct 2021 20:13:52 +0200 Subject: [PATCH] Removed projects page. --- pages/projects.cfg | 6 -- pages/projects.html | 130 -------------------------------------------- 2 files changed, 136 deletions(-) delete mode 100644 pages/projects.cfg delete mode 100644 pages/projects.html diff --git a/pages/projects.cfg b/pages/projects.cfg deleted file mode 100644 index ae85009..0000000 --- a/pages/projects.cfg +++ /dev/null @@ -1,6 +0,0 @@ -filename = projects.html -title = Projects -description = List of my various different projects, most of which are code-related. -keywords = programming, code, software, development -created = 2020-11-08 -updated = 2021-08-26 diff --git a/pages/projects.html b/pages/projects.html deleted file mode 100644 index 0108bff..0000000 --- a/pages/projects.html +++ /dev/null @@ -1,130 +0,0 @@ -

This page contains a non-extensive list of both personal projects and -projects I have contributed to, many are software related, but others -are related to my music. Some of these projects are incomplete while -others are dead. Enjoy!

- -

Music

-

I've been playing the guitar for many years now, and I've also had -time to play around with synthesizers and drum machines.

- -

The Music in Noise

-

Yup, this website is named after my solo artist alias. This is an -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 -just whatever I find entertaining at the moment.

- -

- - LBRY Channel - -

-

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" -by Creed.

- -

Software

-

I have been interested in coding and computers for a very long time, -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 -and C++. You can find more of my personal projects on -GitLab or -GitGud.

- -

- - BasicKernel - -

-

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 - - - Writing a Simple Operating System from Scratch - - -as a guide.

- -

- - Colonel - -

-

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 -projects for the OS.

- -

Decentralized

-

A collection of different free software applications that use a -decentralized networking model to communicate between clients.

- -

- - DMUX - -

-

This is a project I worked on for a year with -Brigham Keys (back -when it was still a C++ project). The aim was to create a 3D car derby -shooter game.

- -

DoublesGame

-

This really isn't a program on its own, but rather a fun little -programming game you can play while waiting for your operating system to -finish installing.

- -

- - Indivisible - -

-

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 - - repository and documentation - is all in English.

- -

- - NeoComm - -

-

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 -IRC.

- -

- - Prism-Break - -

-

I contributed a few Spanish translations to this site, since I saw a -lot of it was still in English.

- -

- - SpaceShipSim - -

-

An educational simulation on how an object behaves in a frictionless -environment such as that of space, using the Allegro5 libraries.