J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.
5174 links
sudo crontab -e
*/1 * * * * sudo rm /etc/machine-id && sudo systemd-machine-id-setup
cat /etc/machine-id && cat /var/lib/dbus/machine-id
Pour s’intéresser au libre, il faut avoir fait un chemin individuel qui implique forcément de la réflexion, une prise de recul sur l’existant, et l’audace de s’orienter vers quelque chose de différent de la norme.
Ce qui explique pourquoi les GAFAM ont tellement d'ampleur et de pouvoir : parce que la plupart des gens consomment et ne réfléchissent pas.
Pour effectuer un programme permettant le calcul en tenant compte des priorités arythmétiques.
/* This implementation does not implement composite functions,functions with variable number of arguments, and unary operators. */
while there are tokens to be read:
read a token.
if the token is a number, then:
push it to the output queue.
else if the token is a function then:
push it onto the operator stack
else if the token is an operator then:
while ((there is an operator at the top of the operator stack)
and ((the operator at the top of the operator stack has greater precedence)
or (the operator at the top of the operator stack has equal precedence and the token is left associative))
and (the operator at the top of the operator stack is not a left parenthesis)):
pop operators from the operator stack onto the output queue.
push it onto the operator stack.
else if the token is a left parenthesis (i.e. "("), then:
push it onto the operator stack.
else if the token is a right parenthesis (i.e. ")"), then:
while the operator at the top of the operator stack is not a left parenthesis:
pop the operator from the operator stack onto the output queue.
/* If the stack runs out without finding a left parenthesis, then there are mismatched parentheses. */
if there is a left parenthesis at the top of the operator stack, then:
pop the operator from the operator stack and discard it
if there is a function token at the top of the operator stack, then:
pop the function from the operator stack onto the output queue.
/* After while loop, if operator stack not null, pop everything to output queue */
if there are no more tokens to read then:
while there are still operator tokens on the stack:
/* If the operator token on the top of the stack is a parenthesis, then there are mismatched parentheses. */
pop the operator from the operator stack onto the output queue.
exit.
Pour remplacer les puces par des images (ou changer le style de la puce), il faut placer la règle css dans la balise ul
, sinon, dans la balise <style type="text/css">
, ça ne fonctionne pas.
Pour requêter sur plusieurs bases en même temps.
Via SebSauvage
Les assistés ne sont pas ceux que l'on croit.
Intéressant. Pas forcément évident à mettre en place. Et surtout basé, je trouve, sur l'immediatete de l'information (et sur le fait que l'utilisateur ne doit pas réfléchir ou ne réfléchit pas)
Il faut copier le raccourci de l'application dans le dossier de démarrage que l'on trouve via la commande shell:startup
(ce qui ouvre le dossier C:\Users\utilisateur\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
).
L'invite de commande peut s'ouvrir grâce aux touches windows + R
Pour un clavier avec des majuscules accentuées sur W10
Un cv en JSON. Plusieurs thèmes possible.
Trop bien. Je vais mettre ça sur mon cv.
Complètement d'accord : conservez vos flux RSS. Ça ne prend pas de place. C'est gratuit. Et ça vous change la vie.
Un shaarli qu'il est bien ヽ(♡‿♡)ノ