How to use:
./wordle.sh
Or try the unlimit mode:
| This is free and unencumbered software released into the public domain. | |
| Anyone is free to copy, modify, publish, use, compile, sell, or | |
| distribute this software, either in source code form or as a compiled | |
| binary, for any purpose, commercial or non-commercial, and by any | |
| means. | |
| In jurisdictions that recognize copyright laws, the author or authors | |
| of this software dedicate any and all copyright interest in the | |
| software to the public domain. We make this dedication for the benefit |
| name: Use Python Poetry cache on GitHub Actions workflow | |
| on: | |
| push: | |
| branches: | |
| - main | |
| env: | |
| PYTHON_VERSION: "3.11" | |
| POETRY_VERSION: "1.4.2" |
| #!/usr/bin/env bash | |
| # | |
| # Summary: | |
| # Distributes updated x509 tls certs and resolves outdate cert problems which effectively kill your kube cluster | |
| # ref: https://github.com/kubernetes-incubator/kube-aws/issues/1132 | |
| # ref: https://github.com/kubernetes-incubator/kube-aws/issues/1057 | |
| # | |
| # NOTES: Ensure this is the correct process for your etcd2 kube cluster before using. | |
| # Test on a dev/test cluster first. | |
| # Use at own risk. |
First, get the template, which will include a app.py module.
cookiecutter gh:pydanny/mountain
Second, get the package that includes dependencies like Flask, markdown2, etc
cd
Syntax: cat <filename> | jq -c '.[] | select( .<key> | contains("<value>"))'
Example: To get json record having _id equal 611
cat my.json | jq -c '.[] | select( ._id | contains(611))'Remember: if JSON value has no double quotes (eg. for numeric) to do not supply in filter i.e. in contains(611)
| Result: 1 | |
| Items { | |
| TemplateId: "BADGE_BATTLE_ATTACK_WON" | |
| Badge { | |
| BadgeType: BADGE_BATTLE_ATTACK_WON | |
| BadgeRanks: 4 | |
| Targets: "\nd\350\007" | |
| } | |
| } | |
| Items { |