Skip to content

Instantly share code, notes, and snippets.

View mwiencek's full-sized avatar
🥴

Michael Wiencek mwiencek

🥴
View GitHub Profile
@mwiencek
mwiencek / gist:1e8a78d2d65ed97dbf0e
Created November 1, 2015 14:07
Genres: Tags in qntm.org/genres genre list
rock,114040
electronic,71530
pop,44940
heavy metal,35767
classical,33648
hard rock,29962
jazz,29022
alternative rock,25304
country,23371
punk,23283
@mwiencek
mwiencek / gist:b35b260c9e20d3968b7b
Created November 1, 2015 14:04
Genres: Tags in Discogs genre/style list
rock,114040
pop/rock,87277
electronic,71530
pop,44940
heavy metal,35767
classical,33648
hard rock,29962
jazz,29022
alternative rock,25304
country,23371
// This file is part of MusicBrainz, the open internet music database.
// Copyright (C) 2015 MetaBrainz Foundation
// Licensed under the GPL version 2, or (at your option) any later version:
// http://www.gnu.org/licenses/gpl-2.0.txt
var React = require('react');
var i18n = require('../../../common/i18n.js');
var PartialDate = React.createClass({
render: function () {
// This file is part of MusicBrainz, the open internet music database.
// Copyright (C) 2015 MetaBrainz Foundation
// Licensed under the GPL version 2, or (at your option) any later version:
// http://www.gnu.org/licenses/gpl-2.0.txt
var React = require('react');
var PartialDate = require('./PartialDate.js');
var i18n = require('../../../common/i18n.js');
var DatePeriod = React.createClass({

Keybase proof

I hereby claim:

  • I am mwiencek on github.
  • I am mwiencek (https://keybase.io/mwiencek) on keybase.
  • I have a public key whose fingerprint is 76CE DF1B 47A4 AC70 D54D 9D8F 5A35 4B49 6745 A67E

To claim this, I am signing this object:

@mwiencek
mwiencek / bitbucket.user.js
Last active August 29, 2015 14:05
Bitbucket: Sortable pull requests
// ==UserScript==
// @name Bitbucket: Sortable pull requests
// @version 2014-08-22
// @author Michael Wiencek <mwtuea@gmail.com>
// @include https://bitbucket.org/*/*/pull-requests*
// @match https://bitbucket.org/*/*/pull-requests*
// ==/UserScript==
//**************************************************************************//
var script = document.createElement("script");