Calendar components for VueJS 2; Work in progress for now
- Language: Français
- License: CC BY-NC-SA 2.0
- Published on: 07 Nov 2017 04:46 PM
- SFW:
- Projects: Cours
- Tags: Cours Git
Cours GIT : révision des commandes de base; Principe de git flow et hooks
Legal stuff about this site and your private life:
If you're not OK with this, move your way.
Calendar components for VueJS 2; Work in progress for now
Create a PDF file from resized images:
for file in *.png; do convert $file -resize 600 "imgtemp-$file"; done && convert imgtemp-*.png all_pngs.pdf && rm imgtemp-*.png
Cours GIT : révision des commandes de base; Principe de git flow et hooks
Cours préparés
A new Userstyle hightlighting GAFA links has been created from the Firefox addon Gafalink, by Baptiste Gelez, for users of other browsers
I feel directly concerned with the Net Neutrality being endangered in the USA. Even if i'm in France, that would make an example for other countries. I don't want that.
I was working on a project and needed to create some documentation for the CSS used in the app. I created a custom directive to render the content of a VueJS component in plain text (template only).
Je suis tombé sur le cas ou je devais récupérer un élément d'une table aléatoirement, basé sur des préférences utilisateur.
Site update (v0.1.0)
After a year of night development, the first version is out.