iijimakazuyuki posted at Aug 08, 2020
Helmチャートで無効なパラメータをチェックする
set=version=version > /dev/null
パラメータのタイプの定義
次のように type などのプロパティを設定しておくと、name 文字列が32 ...
- 0
tadokoro posted at Oct 22, 2014
パスワードを作るワンライナー
ワンライナー
ruby -e 'puts Array.new((ARGV[0] || 32).to_i){ rand(62) }.pack(%q!C*!).tr(%Q!\x0 ...
- 9
Vit-Symty posted at Apr 25, 2014
ランダム文字列をたくさん生成する
-zA-Z0-9]{16}なランダム文字列をたくさん生成する。 シェルで実行するワンライナー
cat /dev/urandom | tr -dc 'a-zA ...
- 86
kazumasamatsumo posted at Aug 31, 2020
実践CloudFormation FSx編
Type: String
Default: "test"
AllowedPattern: "[a-zA-Z][a-zA-Z0-9][ -~]*"
Const ...
- 0
worldmotor posted at May 02, 2020
Squid プロキシサーバー構築(ホワイトリスト方式)[Cent OS7]
visible_hostname centos7
acl manager proto cache_object
acl localhost src 127.0.0.1/32 ...
- 1
yucatio posted at Mar 02, 2020
正規表現の可視化ツールRegulexを使おう!
他にも、こんな時に気づける、はず
グルーピングの途中にハイフンをハイフンの意味で入れたのに、範囲を表してしまった場合
こんな感じの正規表現を作りたいとき
1文字以上32文字以 ...
- 578
- 1
kumagi posted at Sep 18, 2015
parserをtreetopで作る
コード
targets = [
"int main(void);",
"void main(int a, int b);",
"void hoge(int a, uint32 ...
- 18
yousan posted at Apr 07, 2019
MacとLinuxのBashでランダムな文字列を取得する
$ LC_CTYPE=C tr -dc A-Za-z0-9 < /dev/urandom | head -c 32
CbV13JABZPi8L4Ej7 ...
- 1
noriaki posted at Apr 03, 2020
重複しない任意長のランダム文字列を生成する方法
サイズ108bytes (min & gzip)、依存パッケージ無し
高速:UUIDより40%速い
安全:重複しづらく、予測されにくく、偏りが小さい
短い:[a-zA ...
- 3
AWtnb posted at Sep 19, 2020
【PowerShell】文字列の読みがなを取得する
Microsoft Windows 10.0.18362
Platform Win32 ...
- 0
Search syntax
- title:Git
- Containing "Git" in title
- body:Ruby
- Containing "Ruby" in body
- code:function
- Containing "function" in code
- tag:Rails
- Tagged with "Rails"
- user:qiita
- Created by qiita
- stocks:>3
- more than 3 stocked
- created:>2020-12-22
- Created after 2020-12-22
- updated:>2020-12
- Updated after 2020-12-01
- -tag:Ruby
- Not containing "tag:Ruby"
- Ruby OR Rails
- Containing "Ruby" or "Rails"