Category: Development in the Inria Teams
Create Windows and Linux installers for conda-based projects
You can create a user-friendly installers for Windows and Linux using a dedicated conda package called conda-bundle. Warning: conda-bundle is still actively modified and should be considered as a Work in Progress. Features will change in the future and things will break. But hopefully if your installer is correctly generated…
dtk coding style
Introduction This document describes the recommended coding style for dtk. This style is not mandatory, but to have consistent formatting of the source code files it is recommended to make use of it. dtk coding style follows the Qt coding style, with few differences desribed here after. Rules Indentation 4…
Create a GitLab Page for a given project
C’est une petite note sur comment créer une page GitLab Pages pour un projet donné. Créez un fichier .gitlab-ci.yml comme indiqué ici : https://gitlab.inria.fr/help/user/project/pages/getting_started/new_or_existing_website.md (partez de HTML si vous n’avez pas à compiler un framework, ou choisissez le framework que vous utilisez sinon, par exemple vous pouvez partir d’un fichier…
An overview of classes involved with the PaneSlider in dtkWidgets
How to move directory from a git repo to another
This post is a copy from Matthias Schoettle’s blog Let us just moved one directory within a Git repository to a directory within another repository including its history. For example: repositoryA/ “`console ………../directoryToKeep ………../otherDirectory ………../someFile.ext repositoryB/ ………../someStuff The goal is to move directoryToKeep into repositoryB with its history, i.e., all…
A Hello World Python Repository
python-hello_world This repository contains an example of a minimal Python package. The setup.py file is central, it uses setuptools to package the python code. In the following we consider that a Conda environment has been created and activated. You can for instance use the development environment described in the conda/environment.yaml…
Sprint Bolis2 – Démo du 28 septembre 2018
Contexte L’ADT Bolis2 a pour but le développement du logiciel Fs3d (ou FindSources3D) dédié à la localisation de sources via la résolution de problèmes inverses en électroencéphalographie (EEG). À partir de mesures ponctuelles du potentiel électrique, obtenues numériquement ou prises par des électrodes sur le cuir chevelu, Fs3d estime des…
Create Windows and Linux installers for conda-based projects
You can create a user-friendly installers for Windows and Linux using a dedicated conda package called conda-bundle. Warning: conda-bundle is still actively modified and should be considered as a Work in Progress. Features will change in the future and things will break. But hopefully if your installer is correctly generated…
dtk coding style
Introduction This document describes the recommended coding style for dtk. This style is not mandatory, but to have consistent formatting of the source code files it is recommended to make use of it. dtk coding style follows the Qt coding style, with few differences desribed here after. Rules Indentation 4…
Create a GitLab Page for a given project
C’est une petite note sur comment créer une page GitLab Pages pour un projet donné. Créez un fichier .gitlab-ci.yml comme indiqué ici : https://gitlab.inria.fr/help/user/project/pages/getting_started/new_or_existing_website.md (partez de HTML si vous n’avez pas à compiler un framework, ou choisissez le framework que vous utilisez sinon, par exemple vous pouvez partir d’un fichier…
An overview of classes involved with the PaneSlider in dtkWidgets
How to move directory from a git repo to another
This post is a copy from Matthias Schoettle’s blog Let us just moved one directory within a Git repository to a directory within another repository including its history. For example: repositoryA/ “`console ………../directoryToKeep ………../otherDirectory ………../someFile.ext repositoryB/ ………../someStuff The goal is to move directoryToKeep into repositoryB with its history, i.e., all…
A Hello World Python Repository
python-hello_world This repository contains an example of a minimal Python package. The setup.py file is central, it uses setuptools to package the python code. In the following we consider that a Conda environment has been created and activated. You can for instance use the development environment described in the conda/environment.yaml…
Sprint Bolis2 – Démo du 28 septembre 2018
Contexte L’ADT Bolis2 a pour but le développement du logiciel Fs3d (ou FindSources3D) dédié à la localisation de sources via la résolution de problèmes inverses en électroencéphalographie (EEG). À partir de mesures ponctuelles du potentiel électrique, obtenues numériquement ou prises par des électrodes sur le cuir chevelu, Fs3d estime des…