This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name MusicBrainz chatlogs | |
// @namespace http://dev.rassie.org | |
// @description Make Musicbrainz IRC logs readable | |
// @include http://chatlogs.musicbrainz.org/* | |
// ==/UserScript== | |
/* | |
* A JavaScript implementation of the RSA Data Security, Inc. MD5 Message |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Demonstrate Bash | |
[Service] | |
ExecStartPre=/usr/bin/bash -c "/usr/bin/systemctl set-environment MYVAR=$(( 2 + 2 ))" | |
ExecStart=/usr/bin/echo "2 + 2 = ${MYVAR}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $Id: PKGBUILD 87401 2013-03-31 13:44:28Z bisson $ | |
# Maintainer: Gaetan Bisson <[email protected]> | |
# Contributor: Mateusz Herych <[email protected]> | |
# Contributor: sysrq | |
pkgname=picard-local | |
_pkgname=picard | |
pkgver=1.2 | |
pkgrel=1 | |
pkgdesc='Official MusicBrainz tagger' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# Copyright 2009-2013 Johannes Dewender ( brainz at JonnyJD.net ) | |
# | |
# 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. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
traverse_io_registry: traverse_io_registry.c | |
${CC} $^ -framework CoreFoundation -framework IOKit -o $@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
disc_drive_numbers: disc_drive_numbers.c | |
${CC} $^ -framework CoreFoundation -framework IOKit -o $@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Johannes Dewender arch at JonnyJD dot net | |
pkgname=python2-discid-local | |
_pkgname=discid | |
_python=python2 | |
pkgver=0.2.1 | |
pkgrel=1 | |
pkgdesc="Python binding of Libdiscid" | |
arch=('any') | |
url="https://python-discid.readthedocs.org/" | |
license=('LGPL3') |