I hereby claim:
- I am arjunmayilvaganan on github.
- I am arjunm (https://keybase.io/arjunm) on keybase.
- I have a public key ASCORb9pPG6jNG-0jH4PLs_ut3Y32ljoD1aZzQOjt9k4RAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
(function() { | |
let qx = $x; | |
let unwatch = function(org) { | |
let nodes = document.querySelectorAll('.Box-row'); | |
let rows = [ ...nodes ]; | |
let orgRows = rows.filter(e => e.innerText.startsWith(` ${org}/`)); | |
let orgUnsubButtons = orgRows.map(row => row.querySelector('button.select-menu-item[value="included"]')); | |
orgUnsubButtons.forEach(button => console.log(button.click())); | |
setTimeout(function() { | |
qx("//a[text()='Next']")[0].click(); |
#include<iostream> | |
using namespace std; | |
static int find_stack_direction () | |
{ | |
static char *addr = 0; | |
auto char dummy; | |
if (addr == 0) | |
{ | |
addr = &dummy; | |
return find_stack_direction (); |