Skip to content

Instantly share code, notes, and snippets.

View Orsucciu's full-sized avatar
💭
Studying

Orsu Orsucciu

💭
Studying
View GitHub Profile
@Orsucciu
Orsucciu / Estrazzione.py
Created April 15, 2022 14:09
Python script to fetch items from an omekaS db, and turns them into csv import friendly excel files
import openpyxl
from openpyxl import Workbook, load_workbook
from openpyxl.cell.cell import ILLEGAL_CHARACTERS_RE
from openpyxl.workbook import workbook
import mysql.connector
mydb = mysql.connector.connect(
host="",
user="",
password="",
@Orsucciu
Orsucciu / strings-fr.xml
Created January 5, 2017 10:41
strings.xml translation shared with Stringlate
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="_12hours">12 heures</string>
<string name="_1day">1 jour</string>
<string name="_2day">2 jours</string>
<string name="_6hours">6 heures</string>
<string name="_7day">7 jours</string>
<string name="_update_at_start_up">Mettre à jour au démarrage</string>
<string name="action_ajustar_a">Ajuster</string>
<string name="action_settings">"Paramètres"</string>