Skip to content

Instantly share code, notes, and snippets.

View nochiel's full-sized avatar

Nick Ochiel nochiel

  • 20:06 - 3h ahead
View GitHub Profile
#!/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
@nochiel
nochiel / larb_single_page_view.user.js
Created November 2, 2012 18:34
Usercript: L.A. REVIEW OF BOOKS Single Page View (go to full page view by default)
// ==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
@nochiel
nochiel / new-twitter.js
Created October 7, 2010 22:53
Completely functional conkeror page mode for #newTwitter
/**
* (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.
// ==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() {