Home

Welcome! I'm blue pitaya. I enjoy coding just for the fun of it, and sometimes it even results in usable software.

Feel free to contact me about anything: blue.pitaya@pm.me
My github page: blue-pitaya

As a javascript developer, I made sure that this site contains almost zero JS.

Advent of code 2024

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language.

This year, I'm using C.

1 C
2 C
3 C
4 C
5 C
6 C
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

Advent of code 2023

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language.

As a challange, I'm making each task in different programming language.

5 Lua
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25