This file contains hidden or 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
| [custom] | |
| ;外部配置文件:ACL4SSR 分组结构 + QuixoticHeart 规则集 | |
| ;基于用户要求:分组和规则都在 Profile 中,Base 仅保留基础配置 | |
| ;指定基础模板 | |
| clash_rule_base=https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/GeneralClashConfig.yml | |
| rename=\(?((x|X)?(\d+)(\.?\d+)?)((\s?倍率?)|(x|X))\)?@$1x | |
| remove_old_emoji=true |
This file contains hidden or 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
| #!/bin/bash | |
| jq ' | |
| del(.items[]?.status) | | |
| del(.items[]?.metadata.annotations."kubectl.kubernetes.io/last-applied-configuration") | | |
| del(.items[]?.metadata.annotations."ingress.kubernetes.io/backends") | | |
| del(.items[]?.metadata.annotations."ingress.kubernetes.io/https-forwarding-rule") | | |
| del(.items[]?.metadata.annotations."ingress.kubernetes.io/https-target-proxy") | | |
| del(.items[]?.metadata.annotations."ingress.kubernetes.io/url-map") | | |
| del(.items[]?.metadata.creationTimestamp) | |
This file contains hidden or 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
| #!/bin/bash | |
| jq ' | |
| del(.items[].status) | | |
| del(.items[].metadata.annotations."kubectl.kubernetes.io/last-applied-configuration") | | |
| del(.items[].metadata.annotations."ingress.kubernetes.io/backends") | | |
| del(.items[].metadata.annotations."ingress.kubernetes.io/https-forwarding-rule") | | |
| del(.items[].metadata.annotations."ingress.kubernetes.io/https-target-proxy") | | |
| del(.items[].metadata.annotations."ingress.kubernetes.io/url-map") | | |
| del(.items[].metadata.creationTimestamp) | |
This file contains hidden or 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
| #!/bin/bash | |
| jq ' | |
| del(.items[].status) | | |
| del(.items[].metadata.annotations."kubectl.kubernetes.io/last-applied-configuration") | | |
| del(.items[].metadata.annotations."ingress.kubernetes.io/backends") | | |
| del(.items[].metadata.annotations."ingress.kubernetes.io/https-forwarding-rule") | | |
| del(.items[].metadata.annotations."ingress.kubernetes.io/https-target-proxy") | | |
| del(.items[].metadata.annotations."ingress.kubernetes.io/url-map") | | |
| del(.items[].metadata.creationTimestamp) | |
This file contains hidden or 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
| genrule( | |
| name = "readme", | |
| srcs = ["@com_github_ashi009_bazel_repo_rule_test//:README.md"], | |
| outs = ["readme"], | |
| cmd = "cat $(location @com_github_ashi009_bazel_repo_rule_test//:README.md) | tee $@", | |
| ) |
This file contains hidden or 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
| all: | |
| @./run 128 res-size | |
| @./run 512 res-size | |
| @./run 1024 res-size | |
| @./run 2048 res-size | |
| @./run 4096 res-size | |
| @./run 16384 res-size | |
| @./run 65536 res-size | |
| @echo |
This file contains hidden or 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
| <html> | |
| <head> | |
| <link href="placeholder-fix.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <div class="Control"> | |
| <input type="text" placeholder="123"> | |
| </div> | |
| </body> | |
| </html> |
This file contains hidden or 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
| #include <vector> | |
| using std::vector; | |
| struct BinaryIndexedTree { | |
| public: | |
| BinaryIndexedTree(int n) : tree_(n + 1, 0) {} | |
| // Primitive Methods |
This file contains hidden or 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
| #ifndef ASTAR_DRIVER_INL_H_ | |
| #define ASTAR_DRIVER_INL_H_ | |
| #include "driver.h" | |
| namespace astar { | |
| template<typename T, typename Explorer, typename Evaluator> | |
| bool Driver<T, Explorer, Evaluator>::search(const T &start, const T &end) { |
This file contains hidden or 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
| node shuafen.js |