Skip to content

Instantly share code, notes, and snippets.

View parmentf's full-sized avatar

François Parmentier parmentf

View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active March 28, 2024 14:20
Git Commit message Emoji
@parmentf
parmentf / ConventionalCommitsEmoji.md
Last active March 25, 2024 07:23
Emoji for Conventional Commits
Type Emoji code
feat :sparkles:
fix 🐛 :bug:
docs 📚 :books:
style 💎 :gem:
refactor 🔨 :hammer:
perf 🚀 :rocket:
test 🚨 :rotating_light:
build 📦 :package:
@parmentf
parmentf / README.md
Last active December 13, 2019 16:30
Extraction de fichiers à partir de fichiers zip et de noms de fichiers

Extraction de fichiers

Ce script est destiné à extraire de plusieurs .zip contenant un répertoire avec des notices, dont les fichiers contiennent l'identifiant, les notices dont les identifiants sont donnés dans un fichier d'identifiants.

Structure des fichiers d'entrée

$ unzip -l crossref-2017.zip
@parmentf
parmentf / README.md
Last active December 2, 2019 13:25
carottage

Carottage

Ce script est destiné à extraire d'un .zip contenant un répertoire contenant des fichiers à plat (XML, ou JSON par exemple) un certain nombre de fichiers d'exemple, pris au hasard, rassemblés dans un fichier .zip avec la même structure.

Structure du fichier d'entrée

@parmentf
parmentf / ector_technical_notes.md.html
Created August 31, 2018 15:03
ECTOR technical notes with Markdeep
          <meta charset="utf-8" emacsmode="-*- markdown -*-">

                        **ECTOR technical notes**

Concept Network

BAsCET is the fundamental architecture of ECTOR. It is shown in my PhD Thesis (in French only).

The Concept Network is BAsCET's model. It matches the COPYCAT's Slipnet. It is a dynamic one: it evolves to adapt to the problem. We can call this model an hybrid one. It is between a semantic network and an artificial neural network. From the semantic network, it gets the symbolic nature of its nodes. From the neural net, it gets the activation propagation, through weighted links.

@parmentf
parmentf / Dockerfile
Last active December 4, 2015 23:58
Dockerfile for DILIB v0.6
FROM buildpack-deps:trusty
MAINTAINER François PARMENTIER <francois.parmentier@gmail.com>
ENV DILIB_BOTTOM=/root/Dilib
RUN mkdir -p $DILIB_BOTTOM/v0.6/Main && \
mkdir -p $DILIB_BOTTOM/tmp && \
apt-get update && apt-get install -y \
flex
ADD Import.tar.gz $DILIB_BOTTOM/v0.6/
RUN cp $DILIB_BOTTOM/v0.6/Import/DilibMake/Templates/UbuntoMain/MakeDef.mk $DILIB_BOTTOM/v0.6/Main/ \
@parmentf
parmentf / data.json
Created November 7, 2014 13:42
Configuration de ezVis (avec tout plein de choses testées)
{
"title" : "Étude INSU",
"description" : "Utilisation de SB Admin 2 pour Dashboard",
"collectionName" : "sbadmin",
"logFormat": "dev",
"theme": "/home/parmentf/dev/castorjs/castor-theme-sbadmin",
"itemsPerPage" : 2,
"pages" : {
"index" : {
"title" : "Tableau de bord",
@parmentf
parmentf / README.md
Last active August 29, 2015 14:07
Fichiers de configuration pour castorjs

Introduction

Le fichier data.json doit se trouver au même niveau qu'un répertoire data si on utilise castor-cli pour démarrer castor.

Sinon, on peut simplement ignorer son nom en utilisant castor-admin.

Général

Le fichier data.json utilise le theme castor-theme-sbadmin, qui crée un tableau de bord à partir de données structurées.