Créer un assistant personnel simple Raspberry 3
//
Simply create a personnal assistant with Raspberry 3
Initiative dont le but est de faire connaître les personnes qui se cachent derrière un site web avec un simple fichier texte a la racine d'un site.
//
Initiative aiming to make people behind website recognized. It use a simple text file at root to do so.
"yield" est le mot clef en Python pour créer des générateurs
//
"yield" is the keyword in Python is used to create generator
Une intro aux maths derrière le rendu 3D (volume, lumiere, ...) et son application au jeux videos par exemple
//
Introduction to maths behind 3D rendering (volume, light, ...) and an example with video games
Pour rapidement transformer son Rmd en R quand on a besoin d'avoir les sorties de debug :D
//
Quickly convert Rmd into R to get debugs outputs :D
Quelques base de qui fait un langage, un rapide historique, et enfin les perspectievs
//
Basics of a language, quick history, then perspectives
Ordering objects in ggplot2 graph
Faire un carrousel pour une page web facilement
//
Easy carousel creator for web page
Accélérer les calculs et accès aux données via la transformation de la ram en partition
//
Speed calculs and data access through ram transformation into a partition
Faire des graphiques gaufre (quadrillage), avec des icônes ou non, pour représenter des répartitions.
//
Waffle graphics (grid) with or without icones in order to represent distributions
Un processus fond de tache pour un proxy en client léger HTTP/HTTPS
//
A light-weight HTTP/HTTPS proxy daemon
mindr is an R package which converts markdown (.md) or rmarkdown (.Rmd) files to mind maps (.mm), and vice versa. Mind map files (.mm) can be opened by or imported to common mindmap software such as 'FreeMind'and 'XMind'.
If your are a markdown or rmarkdown or bookdown or blogdown user, mindr can convert your .md or .Rmd files into mind maps easily. You can write a new mind map with markdown syntax and use mindr to convert it into an .mm mind map.
If you are a mind map user, you can export your mind map into an .mm file and use mindr to convert it into a markdown file as an outline of your document or book.
Une introductions aux langages Brainfuck, INTERCAL, Befunge, Malbolge, et Shakespeare
//
An introduction to Brainfuck, INTERCAL, Befunge, Malbolge, and Shakespeare
Un framework pour réaliser des présentations. Se base sur la puissance de HTML5 et des transformations et transitions de CSS3 pour les naviggateurs modernes
//
A presentation framework based on the power of HTLM5, and CSS3 transforms and transitions in modern browsers
# Mon code inchangé
Permet de ne pas recompiler les chunk de codes inchangés en les gardant en cache
Rscript -e "library(rmarkdown); rmarkdown::render('doc.rmd')"
Faire des environnements séparés et transparents, rapidement et simplement
//
Sandbox applications transparently quickly and simply