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…

Continue reading

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…

Continue reading

StatisKit – Dreamtech

Summary StatisKit is C++ library interfaced with Python. Large software projects can be hard to maintain for statisticians. Moreover, mastering the mysteries of Python wrapping for C++ libraries is asking too much for researchers that are not familiar with Boost.Python or related. After a short introduction concerning StatisKit, this Dreamtech…

Continue reading