11389 shaares
412 private links
412 private links
186 results
tagged
guide
La page de documentation indique comment résoudre le problème :
- il faut aller dans le dossier du programme Zotero (
/opt/zoteroou/usr/lib/zoteroà ma connaissance) - puis aller dans
extensions/zoteroOpenOfficeIntegration@zotero.org/install - exécuter
Zotero_OpenOffice_Integration.oxt
Voilà.... 🎉
Great resource !
Yay ! A great way to get the fundamentals of a compiler !
Sous le coude. C'est finalement facile aujourd'hui de se créer une adresse mail personnalisée !
Et oui ! Un guide comme cela, ça fait plaisir !
(via sebsauvage)
Avec pleins de ressources utiles !
Why String and &str with comparisons to C ? ^^
[fiction] From C code with a lot of bugs to Rust with improvments
git merge-base branch1 branch2 will find the common ancestor commit of two branches.
Tip : check that only one commit is applied out of each command
git log branch1..common
git log branch2..common
- Cherry-pick the fix commit in a new branch (based on a common ancestor of the 2 branches) which will be then merged into them.
- Partial fix will be the same technique but the merge will be reverted in the feature branch before merging the feature branch in the master (see this)
Priority order :
- Importance
- transition
- !important
- animation
- normal rules
- Origin
- Website
- User
- Browser
- Specificity
- inline (within a style HTML property)
- id
- class | attribute | pseudo-class
- type | pseudo-element
- Position --> Order of the rules (rules defined later are first applied)