Skip to content
View mrtngrsbch's full-sized avatar

Block or report mrtngrsbch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MuseosAbiertos/docx2csv MuseosAbiertos/docx2csv Public

    Parses .docx files to extract VRA Core artwork information

    Python 1

  2. MuseosAbiertos/Museum-Metadata-Embedder MuseosAbiertos/Museum-Metadata-Embedder Public

    Records metadata on images from a normalized CSV using VRA Core, ISAD-G, Dublin Core & others standards

    Perl 2 1

  3. MuseosAbiertos/Adobe-Bridge-Custom-Metadata-JSON-Presets MuseosAbiertos/Adobe-Bridge-Custom-Metadata-JSON-Presets Public

    Adobe Bridge Custom Metadata JSON GLAM Presets

    5 2

  4. Preset-GLAM-JOSM Preset-GLAM-JOSM Public

    Preset para GLAM (Galerías, Museos, Archivos y Bibliotecas) para JOSM

    1 4

  5. Deepl script for google sheets Deepl script for google sheets
    1
    function deepl(value1, value2, value3) {
    2
      var url = `https://api-free.deepl.com/v2/translate?auth_key=xxxx-xxxx-xxxx-xxxx-xxxx&text=${value1}&target_lang=${value3}&source_lang=${value2}`;
    3
      var response = UrlFetchApp.fetch(url);
    4
      var json = response.getContentText();
    5
      var data = JSON.parse(json);
  6. jExifToolGUI jExifToolGUI Public

    Forked from hvdwolf/jExifToolGUI

    jExifToolGUI is a multi-platform java/Swing graphical frontend for the excellent command-line ExifTool application by Phil Harvey

    Java