I hereby claim:
- I am sceeter89 on github.
- I am yakuza (https://keybase.io/yakuza) on keybase.
- I have a public key whose fingerprint is CDF8 4EF7 EF6B 6C98 3C86 BE2F 5F24 6BDE 41CA 2E14
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| import argparse | |
| import os | |
| import re | |
| import shutil | |
| import subprocess | |
| import sys | |
| from ruamel.yaml import YAML | |
| from ruamel.yaml.parser import Parser |
| import sys | |
| import traceback | |
| import ast | |
| import _ast | |
| import argparse | |
| processed_objects = set() | |
| def print_indented(indentation_size, message): |
| import collections | |
| input_array = [1, 2, 3, 4, 5, 6, 7, 8, 9] | |
| output_array = [] | |
| temp = collections.deque(input_array) | |
| from_beginning = True | |
| while temp: | |
| output_array.append(temp.popleft() if from_beginning else temp.pop()) |
| // ==UserScript== | |
| // @name AutoRefresh board | |
| // @namespace JIRA | |
| // @include http://<JIRA URL>/secure/RapidBoard.jspa | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| var i = setInterval(reloadBoard, 1000); | |
| function reloadBoard() { | |
| if (AJS.$('.js-refresh-now').length && AJS.$('.js-refresh-now').is(':visible')) { |
I hereby claim:
To claim this, I am signing this object: