Skip to content

Instantly share code, notes, and snippets.

@ludovig
ludovig / wikidata.py
Created February 24, 2018 20:58
not crashing wikidata.py picard plugin
# -*- coding: utf-8 -*-
# Copyright © 2016 Daniel sobey <dns@dns.id.au >
# This work is free. You can redistribute it and/or modify it under the
# terms of the Do What The Fuck You Want To Public License, Version 2,
# as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
PLUGIN_NAME = 'wikidata-genre'
PLUGIN_AUTHOR = 'Daniel Sobey, Sambhav Kothari'
PLUGIN_DESCRIPTION = 'query wikidata to get genre tags'
@ludovig
ludovig / ConvertForm.js
Created March 30, 2012 09:46
Mootools way to retrieve forms values
/**
* Retrieve form values as an object
*
* Inspired by Element.toQueryString
* @see Dimitar Christoff response on http://stackoverflow.com/questions/2166042/how-to-convert-form-data-to-object-using-mootools
*
* @return object form
*
* @author Ludovic Vigouroux <ludovicv@theodo.fr> with the help of Fabrice Bernhard
* @since 2012-02-29