Skip to content

Instantly share code, notes, and snippets.

View anarresian's full-sized avatar

Anarresian anarresian

  • Internet
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aanarres on github.
  • I am anarresian (https://keybase.io/anarresian) on keybase.
  • I have a public key ASB67flLi8zM6Qs32cshQePL-485kfegZJBuzOICZgHINQo

To claim this, I am signing this object:

@anarresian
anarresian / hn_seach.js
Last active July 6, 2016 16:15 — forked from kristopolous/hn_seach.js
hn job query search
function query() {
var
// HN is done with very unsemantic classes.
job_list = Array.prototype.slice.call(document.querySelectorAll('.c5a,.cae,.c00,.c9c,.cdd,.c73,.c88')),
query_list = Array.prototype.slice.call(arguments),
shown = 0, total = job_list.length;
// Traverses up the dom stack trying to find a match of a specific class
function up_to(node, klass) {
if (node.classList.contains(klass)) {
Verifying that +anarres is my blockchain ID. https://onename.com/anarres
package tests;
import java.lang.reflect.Field;
public class VisibilityTest {
public static void main(String[] args){
try {
Class type = Class.forName("java.io.BufferedWriter");
Field defaultCharBufferSize = type.getDeclaredField("defaultCharBufferSize");