“No son los rebeldes los que crean los problemas del mundo, son los problemas del mundo los que crean a los rebeldes.” —Ricardo Flores Magón
This file contains 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
var elem = document.querySelectorAll('[style="float:right"]')[1]; elem.parentNode.removeChild(elem); |
This file contains 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 jenkins.model.Jenkins | |
import org.jenkinsci.plugins.docker.workflow.declarative.GlobalConfig | |
def global = Jenkins.instance.getDescriptorByType(GlobalConfig.class) | |
global.dockerLabel = 'A_LABEL_FOR_YOUR_REGISTRY' | |
import org.jenkinsci.plugins.docker.commons.credentials.DockerRegistryEndpoint | |
def registry = new DockerRegistryEndpoint('YOUR_DOCKER_REGISTRY', 'YOUR_JENKINS_CREDENTIAL_ID_FOR_THE_REGISTRY') | |
global.registry = registry |
This file contains 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
conversions = 1125 | |
minutes = 45 | |
minutes_per_conversion = minutes / conversions | |
conversions_to_go = 1605 - 1270 | |
minutes_to_go = conversions_to_go * minutes_per_conversion |
This file contains 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
Vagrant version: 1.9.7 | |
INFO global: Ruby version: 2.3.4 |
This file contains 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
(~/Development/University/github/AppDev/cap/client) artifactory {azazel}10:52am] gradle artifactoryPublish | |
Starting a Gradle Daemon (subsequent builds will be faster) | |
Download https://jcenter.bintray.com/org/jfrog/buildinfo/build-info-extractor-gradle/4.0.0/build-info-extractor-gradle-4.0.0.pom | |
Download https://jcenter.bintray.com/org/codehaus/groovy/groovy-all/2.3.6/groovy-all-2.3.6.pom | |
Download https://jcenter.bintray.com/org/jfrog/buildinfo/build-info-extractor/2.5.4/build-info-extractor-2.5.4.pom | |
Download https://jcenter.bintray.com/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom | |
Download https://jcenter.bintray.com/org/apache/commons/commons-parent/15/commons-parent-15.pom | |
Download https://jcenter.bintray.com/org/jfrog/buildinfo/build-info-client/2.5.4/build-info-client-2.5.4.pom | |
Download https://jcenter.bintray.com/com/google/guava/guava/15.0/guava-15.0.pom | |
Download https://jcenter.bintray.com/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom |
"They were given to us on stone tablets that have to be run through the COBOL compiler." —Chris Crosby-Schmidt
This file contains 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 | |
grep --no-filename --only-matching --extended-regexp --regexp='([[:digit:]]{1,3}\.){3}[[:digit:]]{1,3}' **/access.log* |
This file contains 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
Sometimes you have to remind them who has thumbs in the equation. —Michael Bearfoot |
NewerOlder