Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
utilisateurs:arnaud_d [Le 10/01/2014, 13:39]
arnaud_d [Scripts Bash en relation avec la photographie]
utilisateurs:arnaud_d [Le 11/09/2022, 13:08] (Version actuelle)
moths-art Suppression des espaces en fin de ligne (détecté et corrigé via le bot wiki-corrector (https://forum.ubuntu-fr.org/viewtopic.php?id=2067892)
Ligne 9: Ligne 9:
 {{ http://​home.claranet.nl/​users/​pb0aia/​cm/​p3105a.jpg?​200 }} {{ http://​home.claranet.nl/​users/​pb0aia/​cm/​p3105a.jpg?​200 }}
  
-Après une longue période Windows, j'ai découvert Ubuntu mi-2007 en commençant avec [[:​feisty|Feisty (7.04)]] ​installé ​sur un [[:sony_vaio_vgn-c1s|Sony Vaio VGN-C1S]].+Après une longue période Windows, j'ai découvert Ubuntu mi-2007 ​: des CD d'​installation avaient été mis en libre service à la coupe de robotique à la Ferté-Bernard. J'ai donc installé ​[[:​feisty|Feisty (7.04)]] sur mon sony_vaio_vgn-c1s|Sony Vaio VGN-C1S. 
 {{http://​images04.olx.pt/​ui/​7/​45/​33/​1278846537_104664233_1-Fotos-de--Sony-Vaio-VGN-C1S-1278846537.jpg?​200}} {{http://​images04.olx.pt/​ui/​7/​45/​33/​1278846537_104664233_1-Fotos-de--Sony-Vaio-VGN-C1S-1278846537.jpg?​200}}
  
Ligne 45: Ligne 46:
   * [[:​python|Python]]   * [[:​python|Python]]
   * [[:​octave|Octave]]/​[[:​matlab|Matlab]]   * [[:​octave|Octave]]/​[[:​matlab|Matlab]]
-  * [[script_shell|Scripts bash]]+  * [[:tutoriel:script_shell|Scripts bash]]
  
 ===== Participations (épisodiques,​ je l'​avoue) ===== ===== Participations (épisodiques,​ je l'​avoue) =====
   * Traduction de Scilab sur le Launchpad   * Traduction de Scilab sur le Launchpad
-  * Documentation,​ en particulier sur les PC dont je dispose, un [[:sony_vaio_vgn-c1s|Sony Vaio VGN-C1S]] et un [[:​hp_pavilion_dm1-3130|HP Pavilion DM1-3130]].+  * Documentation,​ en particulier sur les PC dont je dispose, un sony_vaio_vgn-c1s|Sony Vaio VGN-C1S et un [[:​hp_pavilion_dm1-3130|HP Pavilion DM1-3130]].
  
 ===== Où me retrouver ======== ===== Où me retrouver ========
-  * Sur [[http://​irc.freenode.net|IRC Freenode]] ​+  * Sur [[http://​irc.freenode.net|IRC Freenode]]
   * Sur [[https://​launchpad.net|Launchpad]]   * Sur [[https://​launchpad.net|Launchpad]]
  
-===== Scripts, programmes, astuces que je souhaite partager ===== +===== Scripts, programmes, astuces que je souhaite partager =====
  
 ==== Scripts Bash en relation avec la photographie ==== ==== Scripts Bash en relation avec la photographie ====
Ligne 120: Ligne 121:
 <​head>​ <​head>​
 <​title>​Statistiques photo</​title>​ <​title>​Statistiques photo</​title>​
-</​head> ​+</​head>​
 <​body>​ <​body>​
 <img src="​exifstats_data/​focale.svg">​ <img src="​exifstats_data/​focale.svg">​
Ligne 161: Ligne 162:
 # .*content="​\(.*\)"​ \/> # .*content="​\(.*\)"​ \/>
 for device in "​${!device_list[@]}"​ for device in "​${!device_list[@]}"​
-do +do
    ​price=$(wget ${device_list["​$device"​]} -O - -o /dev/null\ | grep '​itemprop="​price"'​ | sed -e '​s/​.*content="​\(.*\)"​ \/>/​\1/'​)    ​price=$(wget ${device_list["​$device"​]} -O - -o /dev/null\ | grep '​itemprop="​price"'​ | sed -e '​s/​.*content="​\(.*\)"​ \/>/​\1/'​)
    ​total=$(echo $total + $price | bc)    ​total=$(echo $total + $price | bc)
  • utilisateurs/arnaud_d.1389357555.txt.gz
  • Dernière modification: Le 10/01/2014, 13:39
  • par arnaud_d