Discover gists
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
全てのイメージの一覧を取得 | |
docker images -a | |
全てのコンテナの一覧を取得 | |
docker ps -a | |
ボリュームの一覧を取得 | |
docker volume ls | |
ネットワークの一覧を取得 |
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
Ondesoft iTunes Converter Crackeded |
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
pragma solidity 0.6.10; | |
// SPDX-License-Identifier: UNLICENSED | |
/* | |
* @dev Provides information about the current execution context, including the | |
* sender of the transaction and its data. While these are generally available | |
* via msg.sender and msg.data, they should not be accessed in such a direct | |
* manner, since when dealing with GSN meta-transactions the account sending and | |
* paying for execution may not be the actual sender (as far as an application |
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
2025-03-13 14:49:00,440 1348 [DEBUG] - XmlConfiguration is now operational | |
2025-03-13 14:49:00,673 1348 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-03-13 14:49:00,673 1348 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-03-13 14:49:00,688 1348 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-03-13 14:49:00,688 1348 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco' | |
2025-03-13 14:49:00,688 1348 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-03-13 14:49:00,704 1348 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco' | |
2025-03-13 14:49:00,704 1348 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-03-13 14:49:00,719 1348 [DEBUG] - Adding new typ |
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
{ | |
"sub": "...", | |
"scopes": [ | |
"template:read", | |
"template:write" | |
], | |
"access": { | |
"all": true, | |
"owned": true, | |
"templates": [ |
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
https://docs.google.com/forms/d/e/1FAIpQLSdG0fJdAkVFmESmeBlLLrl7H8uE5bg6plnp5dxeld3xDKvNTw/viewform?usp=pp_url&entry.793974982=Nam&entry.1681882962=H%E1%BB%87%20th%E1%BB%91ng%20th%C6%B0%C6%A1ng%20m%E1%BA%A1i%20%C4%91i%E1%BB%87n%20t%E1%BB%AD&entry.258830616=R%E1%BA%A5t%20th%C6%B0%E1%BB%9Dng%20xuy%C3%AAn&entry.1670864759=Lazada&entry.1034426251=Ch%C6%B0%C6%A1ng%20tr%C3%ACnh%20khuy%E1%BA%BFn%20m%C3%A3i&entry.278042589=%C4%90%E1%BB%8Dc%20nh%E1%BA%ADn%20x%C3%A9t%20t%E1%BB%AB%20ng%C6%B0%E1%BB%9Di%20mua%20kh%C3%A1c&entry.278042589=T%C3%ACm%20ki%E1%BA%BFm%20th%C3%B4ng%20tin%20tr%C3%AAn%20c%C3%A1c%20trang%20web%20so%20s%C3%A1nh%20gi%C3%A1&entry.278042589=Xem%20video%20%C4%91%C3%A1nh%20gi%C3%A1%20s%E1%BA%A3n%20ph%E1%BA%A9m&entry.278042589=Kh%C3%B4ng%20t%C3%ACm%20ki%E1%BA%BFm%20g%C3%AC%2C%20mua%20tr%E1%BB%B1c%20ti%E1%BA%BFp&entry.1514203413=S%C3%A1ng&entry.1514203413=Chi%E1%BB%81u&entry.1514203413=T%E1%BB%91i&entry.1774639915=Thanh%20to%C3%A1n%20qua%20v%C3%AD%20%C4%91i%E1%BB%87n%20t%E1%BB%AD%20(Momo%2C%20Zalopay%2C%20v. |
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
HitPaw Video Enhancer Crackeded |
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
/* | |
장지원 | |
챌린지2. 중복없는 회원관리 시스템 | |
*/ | |
import java.util.*; | |
public class Week2_05 { | |
static HashSet<Integer> memberSystem = new HashSet<>(); | |
public static void main(String[] args) { | |
while (true){ |
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
version: "3.7" | |
services: | |
caddy: | |
image: lucaslorentz/caddy-docker-proxy:ci-alpine | |
ports: | |
- 80:80 | |
- 443:443 | |
environment: | |
- CADDY_INGRESS_NETWORKS=caddy | |
networks: |
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
internal class Program | |
{ | |
private static void Main(string[] args) | |
{ | |
int[] numbers = new int[30]; | |
Random random = new Random(); | |
int maxValueRandom = 90; | |
int minValueRandom = 10; | |
int lastIndexOfNumbers = numbers.Length - 1; |