Skip to content

Instantly share code, notes, and snippets.

View micha3lbrown's full-sized avatar

Michael Brown micha3lbrown

View GitHub Profile
_ _ _ ____ _ _
| | | | __ _ ___| | __ | __ ) __ _ ___| | _| |
| |_| |/ _` |/ __| |/ / | _ \ / _` |/ __| |/ / |
| _ | (_| | (__| < | |_) | (_| | (__| <|_|
|_| |_|\__,_|\___|_|\_\ |____/ \__,_|\___|_|\_(_)
A DIY Guide
@bryanhuntesl
bryanhuntesl / riak fullsync just one partition.md
Created April 25, 2018 11:04
riak fullsync just one partition
(riak@riak2.ci)9> {ok,Pid} = riak_repl2_fssource:start_link(0, {{172,18,0,8}  , 9080}   ).
{ok,<0.1371.0>}

Finishes very quickly, as no data in paritition

(riak@riak2.ci)10> sys:get_status(Pid).
** exception exit: {noproc,{sys,get_status,[<0.1371.0>]}}
@jjthrash
jjthrash / thing.js
Created January 5, 2016 19:31
User script to hide Facebook Trending stuff
// ==UserScript==
// @name Remove FB Trending
// @namespace com.jimmythrasher.removetrending
// @include https://www.facebook.com/*
// @version 1
// @grant none
// ==/UserScript==
function doItDude() {
var it = document.getElementById("pagelet_trending_tags_and_topics");