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
| # syntax=docker/dockerfile:1.4 | |
| FROM gusto/ruby:2.7.6-ubuntu20.04 as build | |
| ARG GIT_TAG=0.5.10458.20220926130158-4007ec60a | |
| SHELL ["/bin/bash", "-o", "pipefail", "-c"] | |
| RUN <<END_OF_RUN | |
| set -ex | |
| apt-get update | |
| apt-get install -y software-properties-common |
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
| - template: | |
| src: zshrc | |
| dest: "$HOME/.zshrc" | |
| - command: | |
| exec: git clone --recursive https://github.com/ethankhall/prezto.git $HOME/.zprezto | |
| - command: | |
| exec: ln -s $HOME/.zprezto/runcoms/@it@ $HOME/.@it@ | |
| items: |
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 com.hashicorp.nomad.apimodel.EphemeralDisk | |
| import com.hashicorp.nomad.apimodel.Job | |
| import com.hashicorp.nomad.apimodel.Resources | |
| import com.hashicorp.nomad.apimodel.RestartPolicy | |
| import com.hashicorp.nomad.apimodel.Task | |
| import com.hashicorp.nomad.apimodel.TaskGroup | |
| import com.hashicorp.nomad.javasdk.NomadApiClient | |
| import com.hashicorp.nomad.javasdk.NomadApiConfiguration | |
| import org.apache.commons.lang.RandomStringUtils | |
| import org.slf4j.Logger |
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
| configurations { | |
| groovy | |
| } | |
| dependencies { | |
| groovy localGroovy() | |
| } | |
| project.tasks.create("generateExample", JavaExec) { task -> | |
| def inputFile = file("input.groovy") |
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
| NAME=$1 | |
| DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
| REPO="" | |
| USERNAME="" | |
| KEY="" | |
| echo "Uploading $1 to bintray" | |
| if jfrog bt package-show $USERNAME/$USERNAME/$NAME > /dev/null; then | |
| echo "Package already exists, not creating" |
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
| $ tree | |
| ├── build.gradle | |
| ├── gradlew | |
| ├── foo | |
| │ ├── build.gradle | |
| │ ├── setup.cfg | |
| │ ├── setup.py | |
| │ ├── src | |
| │ │ └── foo |
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
| from setuptools.dist import Distribution | |
| import os | |
| class GradleDistribution(Distribution, object): | |
| """The Python to Gradle bridge.""" | |
| #: The name of the requirements file generated by pygradle. | |
| PINNED_TXT = 'pinned.txt' |
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
| apply plugin: 'python-sdist' | |
| dependencies { | |
| python 'pypi:Werkzeug:0.7', | |
| python 'pypi:Jinja2:2.4', | |
| python 'pypi:itsdangerous:0.21', | |
| python 'pypi:click:2.0' | |
| } |
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
| apply plugin: 'python-sdist' | |
| dependencies { | |
| python 'pypi:Werkzeug:0.7', | |
| python 'pypi:Jinja2:2.4', | |
| python 'pypi:itsdangerous:0.21', | |
| python 'pypi:click:2.0' | |
| } |
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
| echo | |
| echo -en "( º_º) ┬─┬ \r" | |
| sleep .5 | |
| echo -en " ( º_º) ┬─┬ \r" | |
| sleep .5 | |
| echo -en " ( ºДº)┬─┬ \r" | |
| sleep .5 | |
| echo -en " (╯'Д')╯︵⊏ \r" | |
| sleep .5 | |
| echo -en " (╯'□')╯︵ ⊏ \r" |
NewerOlder