This file contains 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/env python3 | |
# Copyright (c) 2017-2021 The Bitcoin Core developers | |
# Distributed under the MIT software license, see the accompanying | |
# file COPYING or http://www.opensource.org/licenses/mit-license.php. | |
"""Chaincode Bitcoin seminar sanity test | |
Based on example functional test. | |
""" | |
from collections import defaultdict |
This file contains 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 L.A. REVIEW OF BOOKS Single Page View | |
// @namespace http://lifefiction.tumblr.com | |
// @description Automatically redirect to single page version if available | |
// @include http://*lareviewofbooks.org/* | |
// ==/UserScript== | |
// Get the current window location |
This file contains 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
/** | |
* (C) Copyright 2010 Nicholas Ochiel | |
* | |
* Use, modification, and distribution are subject to the terms specified in the | |
* COPYING file. | |
08102010 | |
New Twitter page-mode for Conkeror (much better than twitter.js) | |
Based on gmail page-mode. | |
TODO: Extend it in awesome ways. |
This file contains 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== | |
// @version 1.9 | |
// @name Twitter Old Style Retweet | |
// @namespace http://d.hatena.ne.jp/hirokan55/ | |
// @include http*://*twitter.com/* | |
// ==/UserScript== | |
// Source: http://userscripts.org/scripts/show/68058 | |
// Modified by Nicholas Ochiel (27102010) to make it work in Google Chrome | |
(function() { |