- Put the
gong-bot.yml
in the folder.github/workflows
in your repository - Add a new webhook in the Discord Server Settings > Integrations > Webhooks
- Copy the webhook url
- Add the secret
DISCORD_WEBHOOK
in your GitHub repository Actions secrets
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
UI zum testen: https://overpass-turbo.eu/
Map Features Docs: https://wiki.openstreetmap.org/wiki/Map_features
GeoJSON Preview: https://geojson.io/#map=2/0/20
Future<void> main() async { | |
// List/Iterable: | |
var array = [1,2,3,4]; | |
array.forEach(print); | |
for(var item in array) { | |
print(item); | |
} |
https://glitch.com/
https://github.com/eclipse-theia/theia
https://github.com/cdr/code-server
https://github.com/features/codespaces
https://www.gitpod.io/
https://codeanywhere.com/
https://aws.amazon.com/de/cloud9/
https://coder.com/pricing
https://stackblitz.com/membership
https://glitch.com/
Name | Build Minutes | Concurrent Builds | Outbound Transfer | Source Provider | Number of Sites | Next pricing step/Month | Website |
---|---|---|---|---|---|---|---|
CloudFlare Pages |
500 | 1 | Unlimited | Github | Unlimited | 20$, 5 concurrent builds, 5K Build minutes | https://pages.cloudflare.com |
Vercel | |||||||
Github Pages | |||||||
Gitlab | |||||||
Bitbucket | |||||||
Digitalocean | |||||||
Netlify | |||||||
Render |
wget \ | |
--recursive \ | |
--no-clobber \ | |
--page-requisites \ | |
--convert-links \ | |
--restrict-file-names=windows \ | |
--domains $1 \ | |
--no-parent \ | |
https://$1/ |
<div class="" style=" | |
padding-bottom: 1rem; | |
margin-bottom: 1rem; | |
border-bottom: 1px solid #c8c8ca; | |
"> | |
<h3 class="title">Install latest version:</h3> | |
<div style=" | |
display: flex; | |
align-content: center; | |
"> |