Public domain is for people, not for bureaucrats
-
Museos Abiertos
- Buenos Aires, Argentina
- https://museosabiertos.org
Pinned Loading
-
MuseosAbiertos/docx2csv
MuseosAbiertos/docx2csv PublicParses .docx files to extract VRA Core artwork information
Python 1
-
MuseosAbiertos/Museum-Metadata-Embedder
MuseosAbiertos/Museum-Metadata-Embedder PublicRecords metadata on images from a normalized CSV using VRA Core, ISAD-G, Dublin Core & others standards
-
MuseosAbiertos/Adobe-Bridge-Custom-Metadata-JSON-Presets
MuseosAbiertos/Adobe-Bridge-Custom-Metadata-JSON-Presets PublicAdobe Bridge Custom Metadata JSON GLAM Presets
-
Preset-GLAM-JOSM
Preset-GLAM-JOSM PublicPreset para GLAM (Galerías, Museos, Archivos y Bibliotecas) para JOSM
-
Deepl script for google sheets
Deepl script for google sheets 1function deepl(value1, value2, value3) {
2var url = `https://api-free.deepl.com/v2/translate?auth_key=xxxx-xxxx-xxxx-xxxx-xxxx&text=${value1}&target_lang=${value3}&source_lang=${value2}`;
3var response = UrlFetchApp.fetch(url);
4var json = response.getContentText();
5var data = JSON.parse(json);
-
jExifToolGUI
jExifToolGUI PublicForked from hvdwolf/jExifToolGUI
jExifToolGUI is a multi-platform java/Swing graphical frontend for the excellent command-line ExifTool application by Phil Harvey
Java
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.