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
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890 | |
| # Path to your oh-my-zsh installation. | |
| export ZSH="/Users/hongchaodeng/.oh-my-zsh" | |
| # Set name of the theme to load --- if set to "random", it will | |
| # load a random theme each time oh-my-zsh is loaded, in which case, |
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
| package main | |
| import ( | |
| "io" | |
| "net/http" | |
| "net/url" | |
| "os" | |
| "os/signal" | |
| "syscall" |
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
| Below is the code for SM4 Encryption tool: | |
| ``` | |
| <template> | |
| <h-text-transform | |
| ref="cryptRef" | |
| enableFile | |
| :fileOutputAlert="t('enc')" | |
| :sampleData="sample" | |
| :transform="encrypt" | |
| :fileOutputName="fileName"> |
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
| { | |
| "env": { | |
| "myIncludePath": [ | |
| "${workspaceFolder}/src", | |
| "${workspaceFolder}/cpp/include", | |
| "${workspaceFolder}/cpp/example/thirdparty/include", | |
| // "${workspaceFolder}/bazel-out/darwin_arm64-opt/bin/external/com_github_gflags_gflags/_virtual_includes/gflags", | |
| ] | |
| }, | |
| "configurations": [ |
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
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Effect": "Allow", | |
| "Action": [ | |
| "iam:CreateServiceLinkedRole" | |
| ], | |
| "Resource": "*", | |
| "Condition": { |
OlderNewer