Skip to content

Instantly share code, notes, and snippets.

@kolen
kolen / lookup_eac_log.html
Last active October 31, 2023 16:49
Lookup musicbrainz and freedb by EAC log
<!--
Lookup musicbrainz and freedb by EAC log.
MIT License
Copyright (c) 2018 Konstantin Mochalov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
@LouCypher
LouCypher / show-password-onfocus.user.js
Last active August 18, 2019 10:16
Show Password userscripts
// ==UserScript==
// @name Show Password onFocus
// @namespace http://zoolcar9.lhukie.net/
// @description Show password when focus on password field
// @version 20130114.01
// @author LouCypher
// @license free
// @homepageURL http://userscripts.org/scripts/show/1892
// @updateURL https://gist.github.com/raw/1870154/show-password-onfocus.user.js
// @downloadURL https://gist.github.com/raw/1870154/show-password-onfocus.user.js
@kepstin
kepstin / ratelimit.js
Last active January 6, 2016 10:43
More accurate copyright date.
/*
* Copyright (c) 2012 Calvin Walton <calvin.walton@kepstin.ca>
*
* This program can be used under the terms of either of the two
* licenses below, at your option.
*
* The MIT License (MIT)
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
(\(\
( ^_^)..
@kepstin
kepstin / CHAT
Created June 11, 2012 15:32 — forked from jesus2099/LAPIN
|\__/|
( ^_^)..
@jesus2099
jesus2099 / mf2mb-isrc.user.js
Last active February 28, 2016 11:20 — forked from kepstin/mf-isrc-https.user.js
Import ISRC from 音楽の森 to MusicBrainz release
// ==UserScript==
// @name MusicBrainz: Search Music Forest and add ISRCs
// @version 2013.0527.1631
// @description This adds a link to Music Forest next to catalogue numbers on release pages and a link on the Music Forest page to add the ISRCs
// @namespace df069240-fe79-11dc-95ff-0800200c9a66
// @updateURL https://raw.github.com/gist/3999676
// @downloadURL https://raw.github.com/gist/3999676
// @author nikki/kepstin(2011-12-03)+jesus2099(later)
// @licence CC BY-NC-SA 3.0 FR (http://creativecommons.org/licenses/by-nc-sa/3.0/fr/)
// @grant none
@LordSputnik
LordSputnik / eac-cue-submit-isrc.py
Last active July 9, 2017 07:32
A quick little script I wrote for scanning all the EAC CUE files in a single directory, and uploading any contained ISRCs to MusicBrainz.
#!/usr/bin/env python
# -*- coding: utf8 -*-
# Copyright 2013 Ben Ockmore
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@idbrii
idbrii / gist:e00b2c62120bc002ec1d
Created March 14, 2015 14:08
BugMeNot Bookmarklet
// The bookmarklet you can find online for bugmenot doesn't work. Looks like
// bugmenot now wants just the hostname instead of the full url. Here's one
// that works.
javascript:(function() { var url = ('http://www.bugmenot.com/view/' + escape(location.hostname)); w = open(url, 'w', 'location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=500,height=400,modal=yes,dependent=yes'); if (w) { setTimeout('w.focus()', 1000) } else { location = url } })();
@robertpainsi
robertpainsi / commit-message-guidelines.md
Last active June 27, 2024 14:45
Commit message guidelines

Commit Message Guidelines

Short (72 chars or less) summary

More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).

Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages