| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b4d104d commit 6ee92f0
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,7 @@ | |||
| 1 | + FROM gitpod/workspace-full | ||
| 2 | + | ||
| 3 | + # Install custom tools, runtimes, etc. | ||
| 4 | + # For example "bastet", a command-line tetris clone: | ||
| 5 | + # RUN brew install bastet | ||
| 6 | + # | ||
| 7 | + # More information: https://www.gitpod.io/docs/config-docker/ | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,6 @@ | |||
| 1 | + image: | ||
| 2 | + file: .gitpod.Dockerfile | ||
| 3 | + | ||
| 4 | + tasks: | ||
| 5 | + - init: 'echo "TODO: Replace with init/build command"' | ||
| 6 | + command: (e.g. 'npm start', 'yarn watch'...) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,5 @@ | |||
| 1 | + [](https://gitpod.io/#https://github.com/TheAlgorithms/Java) | ||
| 2 | + | ||
| 1 | 3 | # The Algorithms - Java | |
| 2 | 4 | [](https://travis-ci.com/TheAlgorithms/Java) | |
| 3 | 5 | [](https://www.paypal.me/TheAlgorithms/100) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments