Update projects page

This commit is contained in:
Dimitri Lozeve 2024-01-13 19:25:05 +01:00
parent 0800c06188
commit fcef920f81

View file

@ -19,6 +19,19 @@ network obtained from Prestashop data. [[https://dlozeve.github.io/reveal_Commun
* Personal projects
** [[https://mlochbaum.github.io/BQN/][BQN]] libraries
- [[https://github.com/dlozeve/bqn-graphics][bqn-graphics]]: A collection of graphics-related tools for BQN
(generate [[https://netpbm.sourceforge.net/doc/pnm.html][PNM]] images, convert between RGB and HSV, various
colormaps).
- [[https://github.com/dlozeve/bqn-npy][bqn-npy]]: Serialize and deserialize arrays in BQN to the Numpy [[https://numpy.org/doc/stable/reference/generated/numpy.lib.format.html][NPY format]].
- [[https://github.com/dlozeve/bqn-curl][bqn-curl]]: BQN HTTP library, from [[https://curl.se/libcurl/][libcurl]] FFI bindings.
** [[https://github.com/dlozeve/sncf-bot][SNCF Bot]]
Display the next departures at any SNCF train station. It also
implements a bot for Mattermost.
** [[https://github.com/dlozeve/uniplot][Uniplot]]
Plotting tool for displaying CSV data directly in your
@ -38,7 +51,7 @@ screenshots, FPS tracking. (C)
[fn::{-} [[./images/reactiondiffusion.png]]]
[[https://en.wikipedia.org/wiki/Reaction%E2%80%93diffusion_system][Reaction-Diffusion system]] simulation using the Gray-Scott
model. ([[https://www.dyalog.com/][Dyalog APL]])
model. ([[https://www.dyalog.com/][Dyalog APL]] and [[https://mlochbaum.github.io/BQN/][BQN]])
** [[https://github.com/dlozeve/GardenOptim][GardenOptim]]
@ -93,6 +106,9 @@ was gathered using a Software Defined Radio to listen to aircrafts.
- My submission [[https://github.com/dlozeve/apl-competition-2018][on GitHub]]
- Nominated as a [[https://www.dyalog.com/nnews/128/456/Winners-Announced-for-the-2018-APL-Programming-Contest.htm][Phase I winner]]
- [[https://adventofcode.com/][Advent of code]]
- [[https://github.com/dlozeve/aoc2023][2023]] (BQN)
- [[https://github.com/dlozeve/aoc2022][2022]] (mostly BQN)
- [[https://github.com/dlozeve/aoc2021][2021]] (mostly Chicken Scheme)
- [[https://github.com/dlozeve/aoc2020][2020]] (50 ★) (Racket, C, Dyalog APL)
- [[https://github.com/dlozeve/aoc2019][2019]] (Racket, Common Lisp, Dyalog APL)
- [[https://github.com/dlozeve/aoc2018][2018]] (Scheme, Dyalog APL)