I hereby claim:
- I am outout14 on github.
- I am outoutxyz (https://keybase.io/outoutxyz) on keybase.
- I have a public key ASBdanq2ltNuVv7E9_vzKfAIWWIMPc7kjEZxSGLdPno4WAo
To claim this, I am signing this object:
| import csv | |
| with open('liste01.csv', 'r', encoding="latin-1") as f: | |
| lecture = csv.reader(f, delimiter=";") | |
| data = list(lecture) | |
| data = data[1:5] | |
| compteur = {} |
I hereby claim:
To claim this, I am signing this object:
| deb http://deb.debian.org/debian buster main | |
| deb-src http://deb.debian.org/debian buster main | |
| deb http://deb.debian.org/debian-security/ buster/updates main | |
| deb-src http://deb.debian.org/debian-security/ buster/updates main | |
| deb http://deb.debian.org/debian buster-updates main | |
| deb-src http://deb.debian.org/debian buster-updates main |
| #/bin/bash | |
| time=$(date +%Y-%m-%d-%H%M%S.png) | |
| printf "\e[33mPrise de la capture d'écran et envoie \n" | |
| scrot $time -s -e 'scp "$f" [email protected]:/directory' | |
| printf "\e[4m\e[32mEnvoie terminé !\e[0m\n" | |
| printf "\n\e[1mNom du fichier : \e[0m\e[34m" && echo $time | |
| printf "\e[1mAdresse du fichier : \e[0m\e[34mhttps://httpurltopicture/" && echo $time | |
| echo "https://httpurltopicture/"$time | xclip -sel clip | |
| sleep 10 |
Si vous obtenez l´erreur rc=-1908 "Kernel driver not installed" il vous faut tapper sudo modprobe -a vboxdrv dans un terminal, redémarez virtualbox et le probleme devrait être résolu ;) .
Erreur obtenue et résolue par Romain sous Arch Linux
Des problemes avec Linux ? Rejoins le discord GNU/Linux-FR https://discord.gg/B5TzW7x !
| /* LE THEME DE OUTOUT POUR BFS ! | |
| ### C'est plusieurs code que j'ai trouvé sur gogole wala */ | |
| .app, .connecting { | |
| /* You can adjust the background brightness by reducing the fourth value of below. | |
| 0.0 for no dark background, 1.0 for full darkness. | |
| Or, you can change the other values for tint and so. | |
| 1st value - Red 0-255 | |
| 2nd value - Green 0-255 |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| __author__ = "Maël — outout" | |
| __licence__ = "WTFPL Licence 2.0" | |
| ################# | |
| # IMPORTS # | |
| ################# |
I hereby claim:
To claim this, I am signing this object:
| __author__ = "Maël — outout14" | |
| __licence__ = "Apache License 2.0" | |
| ########################### | |
| # CONFIGURATION # | |
| # by Outout14 :) # | |
| ########################### | |
| ## TOKEN |