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
| # Inspired by https://gist.github.com/tzachz/419478fc8b009e953f5e5dc39f3f3a2a | |
| ## INSTRUCTIONS | |
| # | |
| # 1. Place this in build.gradle of root project | |
| # 2. Execute `gradle projectDependencyGraph` - A new file called `project-dependencies.puml` will be generated in the current directory | |
| # 3. Render the PUML file to get a directed graph illustrating dependencies among project modules under the root project | |
| # | |
| ## | |
| task projectDependencyGraph { |
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 ubuntu:latest | |
| RUN apt-get update \ | |
| && apt-get -y install openjdk-8-jdk \ | |
| && apt-get -y install git \ | |
| && mkdir -p /src \ | |
| && cd /src \ | |
| && git clone https://github.com/buzypi/spring-boot-hello.git \ | |
| && cd spring-boot-hello \ | |
| && ./mvnw clean install \ |
Gautham Pai https://jnaapti.com/
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 | |
| readonly START_NUM=90000 | |
| readonly END_NUM=90300 | |
| function download() { | |
| curl -v -O --fail http://file-cdn.example-cdn.download/jkkkdsfdsggffsdhfghgfdfghgkfjgh/files/${1}.mp4 | |
| rc=$? | |
| if [ ${rc} != 0 ]; then | |
| curl -v -O --fail http://file-cdn.example-cdn.download/jkkkdsfdsggffsdhfghgfdfghgkfjgh/files/${1}.mp4 |