Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.
[Brief description ]
- [more description]
- [more description]
- [more description]
| # Source: https://gist.github.com/ed8ad113fff4322ef309198d5455687f | |
| ############################################################################################## | |
| # Full App Lifecycle In Kubernetes With Argo CD, DevSpace, vCluster, k3d, and GitHub Actions # | |
| # https://youtu.be/uU-EAQ8Vbvk # | |
| ############################################################################################## | |
| # Referenced videos: | |
| # - How To Create Virtual Kubernetes Clusters With vcluster By loft: https://youtu.be/JqBjpvp268Y | |
| # - DevSpace - Development Environments in Kubernetes: https://youtu.be/nQly_CEjJc4 |
| openssl rand -base64 6 | |
| openssl rand -hex 4 | |
| openssl rand -base64 8 | md5 | head -c8;echo | |
| openssl rand -base64 6 | |
| ping -c 1 yahoo.com |md5 | head -c8; echo |
| version: '3' | |
| services: | |
| database: | |
| image: 'mongo:3.6' | |
| command: --serviceExecutor adaptive | |
| container_name: 'mongodb-service' | |
| volumes: | |
| - mongo_data:/data/db |
2PACX-### of Web Published Google SpreadsheetThis is a sample script for retrieving the direct links of all sheets from the URL like https://docs.google.com/spreadsheets/d/e/2PACX-###/pubhtml of the web published Google Spreadsheet. This sample script can be used for the following situation.
https://docs.google.com/spreadsheets/d/e/2PACX-###/pubhtml is knownUnder above situation, unfortunately, the direct links of each sheet cannot be directly retrieved. I think that this is the specification of Google side. So in this post, I would like to introduce a workaround for retrieving the direct links of each sheet under above situation.
| import 'package:flutter/material.dart'; | |
| class AnimatedCount extends ImplicitlyAnimatedWidget { | |
| AnimatedCount({ | |
| Key key, | |
| @required this.count, | |
| @required Duration duration, | |
| Curve curve = Curves.linear, | |
| }) : super(duration: duration, curve: curve, key: key); |
| import 'dart:convert'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:webview_flutter/webview_flutter.dart'; | |
| void main() => runApp(MyApp()); | |
| class MyApp extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { |
| //plugins/axios.js | |
| export default function ({ $axios, app }) { | |
| $axios.onError(error => { | |
| const code = parseInt(error.response && error.response.status) | |
| if ([401, 403].includes(code)) { | |
| app.$auth.logout(); | |
| } |
| AWSTemplateFormatVersion: "2010-09-09" | |
| Description: > | |
| Launch a static website backed by an S3 bucket and served via https through cloudfront. | |
| Assumes you have the following available already | |
| * An address in mind (e.g. blog.example.com) | |
| * An existing Route53 Hosted Zone for the domain | |
| * A validated AWS ACM certificate arn for the desired web address which must be in eu-west-1 | |
| Parameters: | |
| HostedZoneID: | |
| Description: > |
| a4b.amazonaws.com | |
| access-analyzer.amazonaws.com | |
| account.amazonaws.com | |
| acm-pca.amazonaws.com | |
| acm.amazonaws.com | |
| airflow-env.amazonaws.com | |
| airflow.amazonaws.com | |
| alexa-appkit.amazon.com | |
| alexa-connectedhome.amazon.com | |
| amazonmq.amazonaws.com |