https://jenkins.io/doc/developer/extensions/jenkins-core/#queueitemauthenticator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a = [[1,2,3,4],[3,4,5,6],[234,456,555,6789]] | |
b = [[0 for _ in range(len(a[0]))] for _ in range(len(a)) ] | |
def build_b(pos): | |
i, j = pos | |
if i ==0 and j == 0: | |
b[i][j] = a[0][0] | |
return b[i][j] | |
elif b[i][j] !=0: | |
return b[i][j] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^[+-]?\d{1,2}((?=\.).\d{1,5}|)?\,[+-]?\d{1,3}((?=[.]).\d{1,5}|)?$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cloud Possee (sweet ops) | |
## Template | |
``` | |
Date: | |
Keywords to Follow up: | |
new features: | |
``` |
OOM
- https://success.mirantis.com/article/what-causes-a-container-to-exit-with-code-137
- https://docs.docker.com/config/containers/logging/configure/
- https://docs.docker.com/config/daemon/#read-the-logs
commands:
docker container log --since "10m" <id>
docker container log --until "" <id>
journalctl -u docker.service
chat gpt limitations:
Experience emotions or personal feelings Make decisions or take actions based on my own will Have access to information that is not contained in my training data Provide information or make predictions about the future with 100% accuracy Interact with the physical world beyond generating text-based responses
OlderNewer