From b4b941a5db0cec4400bd0c222b98b7983db02b0b Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 24 Jan 2025 21:48:13 +0000 Subject: [PATCH] projects: bring up to date --- content/projects/data.toml | 36 ++++++++++++++++++++++++++++++++++-- public/projects/data.toml | 36 ++++++++++++++++++++++++++++++++++-- public/projects/index.html | 2 +- 3 files changed, 69 insertions(+), 5 deletions(-) diff --git a/content/projects/data.toml b/content/projects/data.toml index 01e10ab..9f1a535 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -1,6 +1,38 @@ +[[project]] +name = "newton" +desc = "My set of solutions to the problems on Code Forces." +tags = ["python", "rust", "c", "competitive programming", "math"] +links = [ + { name = "git", url = "https://git.devraza.giize.com/devraza/newton" }, +] + +[[project]] +name = "oily-solutions" +desc = "My set of solutions to the problems presented by Project Euler." +tags = ["rust", "competitive programming", "math"] +links = [ + { name = "git", url = "https://git.devraza.giize.com/devraza/oily-solutions" }, +] + +[[project]] +name = "fireguide" +desc = "Extremely simple TUI program to create a heatmap based on habits." +tags = ["python", "rich", "TUI"] +links = [ + { name = "git", url = "https://git.devraza.giize.com/devraza/fireguide" }, +] + +[[project]] +name = "tinypc" +desc = "LMC assembly interpreter written in pure safe Rust. `[Deprecated]`" +tags = ["LMC", "assembly", "rust", "interpreter"] +links = [ + { name = "git", url = "https://git.devraza.giize.com/devraza/tinypc" }, +] + [[project]] name = "webchain" -desc = "A fast and minimal bookmark manager." +desc = "A fast and minimal bookmark manager. `[Deprecated]`" tags = ["rocket", "web", "rust", "bookmark", "links"] links = [ { name = "git", url = "https://git.devraza.giize.com/devraza/webchain" }, @@ -24,7 +56,7 @@ links = [ [[project]] name = "Ambition" -desc = "A fast-paced 2D MMORPG." +desc = "A fast-paced 2D MMORPG. `[Deprecated]`" tags = ["rust", "bevy", "mmorpg"] links = [ { name = "git", url = "https://git.devraza.giize.com/devraza/ambition" }, diff --git a/public/projects/data.toml b/public/projects/data.toml index 01e10ab..9f1a535 100644 --- a/public/projects/data.toml +++ b/public/projects/data.toml @@ -1,6 +1,38 @@ +[[project]] +name = "newton" +desc = "My set of solutions to the problems on Code Forces." +tags = ["python", "rust", "c", "competitive programming", "math"] +links = [ + { name = "git", url = "https://git.devraza.giize.com/devraza/newton" }, +] + +[[project]] +name = "oily-solutions" +desc = "My set of solutions to the problems presented by Project Euler." +tags = ["rust", "competitive programming", "math"] +links = [ + { name = "git", url = "https://git.devraza.giize.com/devraza/oily-solutions" }, +] + +[[project]] +name = "fireguide" +desc = "Extremely simple TUI program to create a heatmap based on habits." +tags = ["python", "rich", "TUI"] +links = [ + { name = "git", url = "https://git.devraza.giize.com/devraza/fireguide" }, +] + +[[project]] +name = "tinypc" +desc = "LMC assembly interpreter written in pure safe Rust. `[Deprecated]`" +tags = ["LMC", "assembly", "rust", "interpreter"] +links = [ + { name = "git", url = "https://git.devraza.giize.com/devraza/tinypc" }, +] + [[project]] name = "webchain" -desc = "A fast and minimal bookmark manager." +desc = "A fast and minimal bookmark manager. `[Deprecated]`" tags = ["rocket", "web", "rust", "bookmark", "links"] links = [ { name = "git", url = "https://git.devraza.giize.com/devraza/webchain" }, @@ -24,7 +56,7 @@ links = [ [[project]] name = "Ambition" -desc = "A fast-paced 2D MMORPG." +desc = "A fast-paced 2D MMORPG. `[Deprecated]`" tags = ["rust", "bevy", "mmorpg"] links = [ { name = "git", url = "https://git.devraza.giize.com/devraza/ambition" }, diff --git a/public/projects/index.html b/public/projects/index.html index 433594e..272c1d8 100644 --- a/public/projects/index.html +++ b/public/projects/index.html @@ -1 +1 @@ -Projects

webchain

A fast and minimal bookmark manager.

#rocket
#web
#rust
#bookmark
#links

bunbun

A simple and adorable sysinfo utility.

#sysinfo
#neofetch
#rust
#cli

vaporise

A simple, featureful and blazingly fast memory-safe alternative to rm.

#rm
#rust
#alternative
#cli

Ambition

A fast-paced 2D MMORPG.

#rust
#bevy
#mmorpg

sage

A collection of utilities for my home lab.

#rust
#homelab
#selfhosted
#utility
#cli

rustboyadvance-ng

A rusty Nintendo™ Game Boy Advance emulator and debugger. [Deprecated]

#rust
#gameboy
#emulator

radiant.nvim

A fast and minimal Neovim configuration framework.

#neovim

kagayaki.nvim

A gorgeously soft colorscheme for Neovim.

#neovim
#colorscheme

DianciEmacs

A minimal and elegant Emacs configuration framework. [Deprecated]

#emacs
#config
#diancie

Kagayaki for Emacs

A gorgeously soft colorscheme for Emacs. [Deprecated]

#emacs
#colorscheme
#theme
#dark

Ambition (legacy)

A fast-paced, text-based massively multiplayer role-playing game. [Deprecated]

#go
#ebiten
#game
#mmorpg

Catchtwo

A second generation, free Pokétwo autocatcher, made to stop people from wasting their money on 'premium' alternatives. [Deprecated]

#pokétwo
#pokémon
#discord
#userbot
powered by zola and serene
\ No newline at end of file +Projects

newton

My set of solutions to the problems on Code Forces.

#python
#rust
#c
#competitive programming
#math

oily-solutions

My set of solutions to the problems presented by Project Euler.

#rust
#competitive programming
#math

fireguide

Extremely simple TUI program to create a heatmap based on habits.

#python
#rich
#TUI

tinypc

LMC assembly interpreter written in pure safe Rust. [Deprecated]

#LMC
#assembly
#rust
#interpreter

webchain

A fast and minimal bookmark manager. [Deprecated]

#rocket
#web
#rust
#bookmark
#links

bunbun

A simple and adorable sysinfo utility.

#sysinfo
#neofetch
#rust
#cli

vaporise

A simple, featureful and blazingly fast memory-safe alternative to rm.

#rm
#rust
#alternative
#cli

Ambition

A fast-paced 2D MMORPG. [Deprecated]

#rust
#bevy
#mmorpg

sage

A collection of utilities for my home lab.

#rust
#homelab
#selfhosted
#utility
#cli

rustboyadvance-ng

A rusty Nintendo™ Game Boy Advance emulator and debugger. [Deprecated]

#rust
#gameboy
#emulator

radiant.nvim

A fast and minimal Neovim configuration framework.

#neovim

kagayaki.nvim

A gorgeously soft colorscheme for Neovim.

#neovim
#colorscheme

DianciEmacs

A minimal and elegant Emacs configuration framework. [Deprecated]

#emacs
#config
#diancie

Kagayaki for Emacs

A gorgeously soft colorscheme for Emacs. [Deprecated]

#emacs
#colorscheme
#theme
#dark

Ambition (legacy)

A fast-paced, text-based massively multiplayer role-playing game. [Deprecated]

#go
#ebiten
#game
#mmorpg

Catchtwo

A second generation, free Pokétwo autocatcher, made to stop people from wasting their money on 'premium' alternatives. [Deprecated]

#pokétwo
#pokémon
#discord
#userbot
powered by zola and serene
\ No newline at end of file