.. title: Hacking
.. slug: hacking
.. description: Softwares I hack.
.. type: text

.. role:: html(raw)
   :format: html


|cate|
------

.. image:: https://img.shields.io/pypi/v/cate.svg?style=flat-square
   :target: https://pypi.org/project/cate/
   :alt: PyPI module page

.. image:: https://img.shields.io/badge/src-cate-blue.svg?style=flat-square
   :target: https://gitlab.inria.fr/cate/cate
   :alt: git repository

|

:html:`<div class="row">`

:html:`<div class="col-sm-10 col-sm-push-2 no-edges">`

|cate| (**C**\ haotic **A**\ ttractor **TE**\ mplate) is a tool to visualize
the templates of chaotic attractors.

This tool is developed as a collaboration with `Martin Rosalie`_ from UPVD.

:html:`</div>`

:html:`<div class="col-sm-2 col-sm-pull-10">`

.. image:: /imgs/cate.svg
   :class: img-responsive center-block
   :alt: example of cate output

:html:`</div>`

:html:`</div><!-- row -->`


.. _`Martin Rosalie`: https://perso.univ-perp.fr/mrosalie/
.. |cate| replace:: ``cate``

----

``procset.py``
--------------

.. image:: https://img.shields.io/pypi/v/procset.svg?style=flat-square
   :target: https://pypi.org/project/procset/
   :alt: PyPI module page

.. image:: https://readthedocs.org/projects/procset/badge/?version=stable&style=flat-square
   :target: https://procset.readthedocs.io/en/stable/
   :alt: documentation

.. image:: https://img.shields.io/badge/src-procset-blue.svg?style=flat-square
   :target: https://gitlab.inria.fr/bleuse/procset.py
   :alt: git repository

|

Pure Python module to manage sets of closed intervals.

Known to be used by `OAR 3`_ and `pybatsim`_.

.. _`OAR 3`: https://oar.imag.fr/oar_3
.. _pybatsim: https://gitlab.inria.fr/batsim/pybatsim
