- By Edmond Lau
- Highly Recommended 👍
- http://www.theeffectiveengineer.com/
- They are the people who get things done. Effective Engineers produce results.
#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 (); |
(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(); |
I hereby claim:
To claim this, I am signing this object: