This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sigmund@debian:input$ head -n 4 short_fr_100_onefile.txt | |
| Le 000, prononcé « triple-o », est le numéro d'urgence et de secours australien. Il peut être composé à partir de n'importe quel téléphone, débloqué ou non et depuis une cabine téléphonique. | |
| 0079-0088 est le huitième album de Gackt, sorti le 19 décembre 2007. Cet album est le thème de la série Mobile Suit Gundam. Il est sorti dans une édition normale et dans deux éditions limitées différentes. Une des éditions limitées contient une narration par Toru Furuya (la voix d'un personnage de Gundam, Amuro Ray) et l'autre contient une narration par Shuichi Ikeda (qui fait la voix de Char Aznable). | |
| 007 Legends est un jeu vidéo de tir à la première développé par Eurocom et édité par Activision en octobre 2012 sur PS3, Xbox 360 et Windows. | |
| 007: Nightfire est un jeu vidéo de tir à la première fondé sur l'univers de James Bond. Édité par Electronic Arts, le titre est disponible depuis novembre 2002 sur PC, PlayStation 2, GameCube et Xbox et depuis mars 2003 sur Gam |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| un 21 23:08:36 debian NetworkManager[494]: <info> (ttyACM0): modem state changed, 'searching' --> 'registered' (reason: unknown) | |
| Jun 21 23:08:37 debian ModemManager[495]: <info> Modem /org/freedesktop/ModemManager1/Modem/4: 3GPP location updated (MCC: '206', MNC: '1', Location area code: '7DF', Cell ID: '3EE4675') | |
| Jun 21 23:08:51 debian pppd[30569]: LCP: timeout sending Config-Requests | |
| Jun 21 23:08:51 debian pppd[30569]: Connection terminated. | |
| Jun 21 23:08:51 debian avahi-daemon[509]: Withdrawing workstation service for ppp0. | |
| Jun 21 23:08:51 debian NetworkManager[494]: LCP: timeout sending Config-Requests | |
| Jun 21 23:08:51 debian NetworkManager[494]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 11 / phase 'disconnect' | |
| Jun 21 23:08:51 debian NetworkManager[494]: Connection terminated. | |
| Jun 21 23:08:51 debian NetworkManager[494]: <warn> VPN plugin failed: connect-failed (1) | |
| Jun 21 23:08:51 debian NetworkManager[494]: <info> devices removed (path: /sys/devices/virtual/net/ppp0, iface: ppp0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import codecs, urllib | |
| import io | |
| f = open("annesql.csv","r") | |
| f = f.readlines() | |
| x = io.open("annesqldecode.csv","w",encoding="utf8") | |
| for line in f: | |
| line = urllib.unquote(line).decode("utf8") | |
| x.write(line) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| date1=$(date +%Y-%m-%d) | |
| date1="\"$date1 00:00:00\"" | |
| echo $date1 | |
| date2=$(date -d "1 week ago" +%Y-%m-%d) | |
| date2="\"$date2 00:00:00\"" | |
| echo $date2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "SELECT "server_time", "piwik_log_action.name" AS "url" FROM "piwik_log_link_visit_action" JOIN "piwik_log_action" ON "piwik_log_link_visit_action.idaction_url" = "piwik_log_action.idaction" WHERE "idsite" =16 AND "server_time" > \"2016-01-01 00:00:00\" AND "server_time" < \"2016-03-31 00:00:00\" ORDER BY "server_time";" | mysql -u root -pljungan piwik2; | |
| # TODO : variables pour les dates | |
| # Remplacer les credentials à la fin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| import codecs | |
| import re | |
| import io | |
| import os,glob | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Logitech® Unifying Software Version : 2.50.25 | |
| Dj Api Version : 2, 50, 25 | |
| Receiver | |
| Name : Unifying Receiver | |
| ModelId : 0x46dc52b | |
| Serial Number : 652197C2 | |
| Handle : 0xff000001 | |
| Wireless Status : 0x3 | |
| Firmware version : 012.003.00025 |
NewerOlder