294 private links
And I agree too, git sucks as UX.
I am the first one to be the git workflow breaker.
| command | meaning |
|---|---|
| ${parameter:-defaultValue} | Get default shell variables value |
| ${parameter:=defaultValue} | Set default shell variables value |
| ${parameter:?"Error Message"} | Display an error message if parameter is not set |
| ${#var} | Find the length of the string |
| ${var%pattern} | Remove from shortest rear (end) pattern |
| ${var%%pattern} | Remove from longest rear (end) pattern |
| ${var:num1:num2} | Substring |
| ${var#pattern} | Remove from shortest front pattern |
| ${var##pattern} | Remove from longest front pattern |
| ${var/pattern/string} | Find and replace (only replace first occurrence) |
| ${var//pattern/string} | Find and replace all occurrences |
| ${!prefix*} | Expands to the names of variables whose names begin with prefix. |
| ${var,} | Convert first character to lowercase. |
| ${var,pattern} | Convert only if the pattern match |
| ${var,,} | Convert all characters to lowercase. |
| ${var,,pattern} | Convert only if the pattern match |
| ${var^} | Convert first character to uppercase. |
| ${var^pattern} | Convert only if pattern match |
| ${var^^} | Convert all character to uppercase.} |
| ${var^^pattern} | Convert only if pattern match |
Combiner flexbox, min-width ou flex-basis et overflow: hidden.
Wow ! Charts are only created with HTML and CSS, making them very efficient
Et les différentes techniques d'attaques
Chaque langage à ses avantages et a été crée pour une raison ! Les deux langages sont passées ici en revu
Le rapprochement si évident 🤣
Looks cool :)
et sur les différents types de SSD. Comment bien les choisir ?
Ok ! something new is coming in the search engine world. Watch and see :)
Its goal is to fix the flaw of google.
Attention, un prochain outil va apparaître rien que pour cela dans 3, 2, 1
clip-path seems very powerful ! borders and linear-gradient can be used to create triangle though
Un DRM c’est un programme informatique dont l’objectif est de faire dysfonctionner la lecture d’un fichier dans le cas général. C’est un buggeur. Informatiquement c’est assez étonnant comme pratique, ça consiste à faire en sorte que les programmes fonctionnent moins bien.
Excellente explication ! Le billet de blog sous le coude pour être partagé
Fiche sur le livre de la guerre de Troie
Des livres qui compilent au maximum le savoir de l'humanité sur un sujet. Je gardes cela sous le coude.