This is a Zig experimental repository. Simple shell commands will be added to show how to code in the Zig language.

Updated 2022-05-07 03:38:46 +02:00

This is the Common LISP version of the DODB.cr project. For the Crystal version, see https://git.baguette.netlib.re/Baguette/dodb.cr

Updated 2022-10-25 19:49:59 +02:00

Package.mk is the Makefile to create packages, and will also serve as a package manager in a near future.

Updated 2023-01-19 23:09:58 +01:00

This is a generic mailer. It can be used to send emails via a template. In a near future, it will be able to be a daemon so we can request it through libipc.

Updated 2023-02-04 03:16:08 +01:00

OLD IMPLEMENTATION. See https://git.baguette.netlib.re/Baguette/ipc.cr for the new version. LibIPC bindings for the Crystal language. This library also includes JSON and CBOR helpers for network communications.

Updated 2023-02-07 09:03:15 +01:00

LibIPC bindings for the Crystal language. This library also includes JSON and CBOR helpers for network communications.

Updated 2023-02-08 07:02:22 +01:00

A zsh-powered tool that writes plain, simple Makefiles.

Updated 2023-02-08 11:20:05 +01:00

OLD IMPLEMENTATION. The new one is in Zig and fucking ROCKS: https://git.baguette.netlib.re/Baguette/libipc Inter-Process Communication library based on unix sockets.

Updated 2023-02-15 15:56:43 +01:00

Snippets of different stuff that could be relevant at some point.

Updated 2023-04-29 01:49:48 +02:00

Document-oriented DataBase. A full Crystal database management without SQL, storing data in plain files.

Updated 2023-05-03 03:52:58 +02:00

Updated 2023-05-06 17:32:35 +02:00

LibIPC usage examples in many languages.

Updated 2023-05-27 22:12:08 +02:00

Some usable scripts, nothing fancy nor really relevant.

Updated 2023-06-26 12:51:11 +02:00

This repository presents different interesting Purescript examples. They all can be compiled with a simple "make" in their directory.

Updated 2023-06-26 17:20:33 +02:00

Simple file transfer server through libIPC communications.

Updated 2023-07-16 00:48:58 +02:00

Basic tools for Baguette projects based on the crystal language. Currently implemented: logging system.

Updated 2024-02-20 23:18:55 +01:00

This currently is a test to create a new kind of (very simple) parser that could handle arbitrary error messages. I want my errors to be easily translated in different languages, so they shouldn't be arbitrary strings.

Updated 2024-03-07 00:17:55 +01:00

This is a simple template to play with websockets, IPC (libipc) communications and Halogen. Nothing serious.

Updated 2024-03-20 01:01:24 +01:00

LibIPC: the simplest IPC library you'll probably find.

Updated 2024-03-21 13:02:37 +01:00

This is a copy of the repository from semarie (with very few differences): https://github.com/semarie/openbsd-ziglibc

Updated 2024-03-23 01:40:14 +01:00