From fcef920f819f0e43211e75ddc4377f0dfd023cde Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Sat, 13 Jan 2024 19:25:05 +0100 Subject: [PATCH] Update projects page --- projects.org | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/projects.org b/projects.org index 0a15d78..fe62fda 100644 --- a/projects.org +++ b/projects.org @@ -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)