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
| sed '/^$/d' |
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
| POS - http://de.wikipedia.org/wiki/Polytechnische_Oberschule | |
| EOS - http://de.wikipedia.org/wiki/Erweiterte_Oberschule | |
| ESP - http://de.wikipedia.org/wiki/Einf%C3%BChrung_in_die_sozialistische_Produktion | |
| TZ - http://de.wikipedia.org/wiki/Technisches_Zeichnen | |
| PA - http://de.wikipedia.org/wiki/Produktive_Arbeit_(DDR) | |
| et al - http://de.wikipedia.org/wiki/Bildungssystem_in_der_DDR |
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
| downloader/... | |
| app/design/frontend/zibev/* | |
| errors/... | |
| skin/frontend/zibev/* | |
| media/... | |
| readme.txt | |
| .gitignore |
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
| #!/bin/bash -x | |
| # Precondition: | |
| # SparkleShare folder is located into a Mac Sparse Bundle that | |
| # must be mounted before SparkleShare is started | |
| # the user who runs this script needs to get permissions to | |
| # to delete a directory in /Volumes. Therefore sudo is used | |
| # entry in /etc/sudoers: | |
| # %users ALL=(All) NOPASSWD:/bin/rm -rf /Volumes/Sparkle |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am maxheadroom on github. | |
| * I am maxheadroom (https://keybase.io/maxheadroom) on keybase. | |
| * I have a public key whose fingerprint is C746 F84D E9E0 3926 B88B 2DC6 7F2C E31C D9C2 C107 | |
| To claim this, I am signing this object: |
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
| You need to have a free plugin installed to enable the sub-ticket filter function: https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner | |
| Assuming you have a list of tickets that you want to monitor this JQL will find all the sub-tickets as well: | |
| issueFunction in subtasksOf("key in (PKEY-5747, PKEY-5699, PKEY-5404)") OR key in (PKEY-5747, PKEY-5699, PKEY-5404) |
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
| # settings for AWS CLI tools | |
| export LANG=en_US.UTF-8 | |
| export LC_ALL=en_US.UTF-8 | |
| function _update_ps1() { | |
| export PS1="$(~/powerline-shell.py $? 2> /dev/null)" | |
| } | |
| export PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" |
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
| #!/bin/bash | |
| # | |
| REGIONS="us-east-1 ap-southeast-2 eu-west-1 ap-southeast-1 us-west-2 us-west-1" | |
| JQ=~/Downloads/jq | |
| OPTS="--profile mspprod" | |
| # check for maintenance in above AWS regions | |
| for region in $REGIONS; do | |
| #check for instance in the regions that need maintenance | |
| echo "===================================================" |
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
| Write the following lines into a text file and save as "ctemplate.txt" | |
| \n | |
| time_namelookup: %{time_namelookup}\n | |
| time_connect: %{time_connect}\n | |
| time_appconnect: %{time_appconnect}\n | |
| time_pretransfer: %{time_pretransfer\}n | |
| time_redirect: %{time_redirect}\n | |
| time_starttransfer: %{time_starttransfer}\n | |
| ----------\n |
OlderNewer