This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Jira Wide screen editor | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Remove white space in selected issues | |
| // @author You | |
| // @match https://*.atlassian.net/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "label": "Afghanistan", "value": "afghanistan" }, | |
| { "label": "Albania", "value": "albania" }, | |
| { "label": "Algeria", "value": "algeria" }, | |
| { "label": "Andorra", "value": "andorra" }, | |
| { "label": "Angola", "value": "angola" }, | |
| { "label": "Antigua & Deps", "value": "antigua-deps" }, | |
| { "label": "Argentina", "value": "argentina" }, | |
| { "label": "Armenia", "value": "armenia" }, | |
| { "label": "Australia", "value": "australia" }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| colors: { | |
| grey: [ | |
| "rgb(51, 51, 51)", | |
| "rgb(126, 126, 126)", | |
| "rgb(187, 187, 187)", | |
| "rgb(225, 225, 225)", | |
| "rgb(246, 246, 246)", | |
| "rgb(250, 250, 250)", | |
| "rgb(255, 255, 255)", | |
| ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://gist.github.com/zerocity/cf702dedcd106f61bf38717d3368e23d/raw/beeb7190bbcdd0a11a10adb941ce8514534174cb/FoobarFuture1 | |
| https://gist.github.com/zerocity/cf702dedcd106f61bf38717d3368e23d/raw/beeb7190bbcdd0a11a10adb941ce8514534174cb/FoobarFuture1 | |
| https://gist.github.com/zerocity/cf702dedcd106f61bf38717d3368e23d/raw/beeb7190bbcdd0a11a10adb941ce8514534174cb/FoobarFuture1 | |
| https://gist.github.com/zerocity/cf702dedcd106f61bf38717d3368e23d/raw/beeb7190bbcdd0a11a10adb941ce8514534174cb/FoobarFuture1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://gist.github.com/zerocity/b17fc31ee1aa8ccc6dedc8f81c9438de |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { Component } from "react"; | |
| import generated from "./generated"; | |
| import { StackNavigator } from "react-navigation"; | |
| import { generateNavStack, generateHeader } from './utils'; | |
| import { Toc } from './components'; | |
| const router = { | |
| Application: { | |
| screen: (props) => (<Toc {...props} generated={generated} />), | |
| navigationOptions : generateHeader("Table of Content") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # MIT © Sindre Sorhus - sindresorhus.com | |
| # git hook to run a command after `git pull` if a specified file was changed | |
| # Run `chmod +x post-merge` to make it executable then put it into `.git/hooks/`. | |
| changed_files="$(git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD)" | |
| check_run() { | |
| echo "$changed_files" | grep --quiet "$1" && eval "$2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Phaser from 'phaser'; | |
| class Spinner extends Phaser.Group { | |
| constructor(game, x,y){ | |
| super(game,undefined,'TESTER'); | |
| let scale = 0.3; | |
| let buttonHeight = 64 * scale; | |
| let padding = 10; | |
| this.value = 0 | |
| this.btOne = new Phaser.Button(game,x,y, 'plus',this.plus, this); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <nav id="startpage-search"><form method="GET" action="http://alpha.wallhaven.cc/search" accept-charset="UTF-8" id="search"><fieldset class="oneline"><div><input type="search" id="search-text" name="q" placeholder="Search..." autofocus="autofocus"></div><button class="icon-button"><i class="fa fa-search"></i></button></fieldset></form></nav> |
NewerOlder