News

  1. VSCode Central Remote Configuration is an extension for Visual Studio Code that makes it easier to manage Continue settings, serving as an Open Source equivalent to GitHub Copilot. The extension allows you to select a remote configuration, easily download it, and update it, while also displaying whether the local configuration is up to date. VSCode […]

    News

    Published on

  2. networktools is a C++20 header-only library designed for modeling and solving combinatorial problems related to network optimization. The library provides a unified and efficient framework for manipulating graph structures, including a set of specialized algorithms for traffic engineering and network routing protocol simulation (OSPF, Segment Routing). The library integrates and extends the LEMON graph library, […]

    News

    Published on

  3. AdamSLAM is a project that deals with generating a 3D model of a real scene based on photos of the scene. 3D Gaussian Splatting (3DGS) is a major breakthrough in this field. That algorithm inputs are the photos of the scene, as well as camera parameters (camera focal length and position for each photo). The […]

    News

    Published on

  4. A framework to manage multiples instances of WebAssembly Micro Runtime (WAMR) on microcontrollers CS4WAMR is a framework to use WAMR and allows the execution of WebAssembly modules in separated WAMR instances. CS4WAMR allows adding lacking features to WAMR such as memory consumption limitation and permissions per-containers (WAMR only allow configuring global settings for all the […]

    News

    Published on

  5. TimeStress is a dataset designed to evaluate the temporal representation of facts in large language models (LLMs) by assessing their ability to distinguish between correct and incorrect factual statements contextualized with a date and formatted as questions, such as “In 2011, who was the president of the USA? Barack Obama”. The evaluation principle is that […]

  6. Microtune is an autonomous agent that dynamically controls the size of the memory cache used by a relational database (tested on MariaDB). Its objective (FinOps) is to minimize the memory footprint while respecting a maximum latency constraint not to be exceeded. This agent works externally to the database with a SQL link to change the […]

  7. The BBS# protocol is a solution to address the challenges of EUDI wallets, by combining security and confidentiality at the highest level. Published at GitHub, under the CC-BY-4.0 licence.

  8. Compose is an application, that allows for the management of the lifecycle of decentralized applications. This includes the design and deployment of these applications, as well as managing interactions with them. Compose can be deployed on various blockchain networks (ex. Ethereum, Alastria, Arbitrum). It is possible to directly design a smart contract within the tool […]

  9. The Spring-TMF630 project is an extension of the Spring HATEOAS library. It supports a new media type, that complies with TMF630 REST API Design Guidelines, Part 3. This TM Forum document describes a standard for adding hypermedia links to your JSON-formatted REST resources, following one of the core principles of REST. It draws heavily on […]

  10. Language models (LMs) encode extensive factual knowledge within their parameters. In the literature, factual knowledge assessment often relies on cloze sentences (e.g., “The capital of France is ____”), which can lead to erroneous conclusions due to the complexity of natural language (out-of-subject continuations, the existence of many correct answers and the several ways of expressing […]