This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| version: "3" | |
| networks: | |
| kong-net: | |
| driver: bridge | |
| services: | |
| ####################################### | |
| # Postgres: The database used by Kong |
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| kubectl get pods | grep Evicted | awk '{print $1}' | xargs kubectl delete pod |
| #!/usr/bin/env python | |
| '''Crop an image to just the portions containing text. | |
| Usage: | |
| ./crop_morphology.py path/to/image.jpg | |
| This will place the cropped image in path/to/image.crop.png. | |
| For details on the methodology, see |
Code is clean if it can be understood easily β by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
| ---------- Usage | |
| The syntax created by these parameters is placed in an alert's description on TradingView | |
| to be utilized by Autoview, a Chrome Extension. | |
| Autoview: https://chrome.google.com/webstore/detail/autoview/okdhadoplaoehmeldlpakhpekjcpljmb | |
| > Website: https://autoview.with.pink | |
| > Help: https://use.autoview.with.pink | |
| > Discord: https://discordapp.com/invite/BFz8VPn | |
| TradingView: https://tradingview.go2cloud.org/aff_c?offer_id=2&aff_id=1187 |
This is a general purpose Ant build file that execute JaCoCo offline instrumentation.
Requirement: Just create a environment variable JACOCO_LIBS that point to a directory with the JaCoCo jar files.
There is also two BASH scripts to help setting the necessary build variables. Execute the BASH script with -h option for more information.