CURRENT=$(cd $(dirname $0) && pwd)
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
if GetKeyState("LCtrl") | |
{ | |
SC07B & v:: | |
{ | |
WinActivate "Google Chrome" | |
} | |
SC07B & c:: | |
{ | |
WinActivate "Powershell" |
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
{ | |
"$schema" : "https://aka.ms/winget-packages.schema.2.0.json", | |
"CreationDate" : "2024-10-02T22:11:03.823-00:00", | |
"Sources" : | |
[ | |
{ | |
"Packages" : | |
[ | |
{ | |
"PackageIdentifier" : "XPFFZHVGQWWLHB" |
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
// File Inclusion | |
exclude | |
extends | |
files | |
include | |
references | |
typeAcquisition | |
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
# Rename files recursively | |
find . -name "*.jsx" -type f | xargs rename "s/hoge/fuga/g" | |
# Rename files | |
for f in *; do mv "$f" "${f/%./}"; done | |
# Retrieve only file name (eliminate paths) | |
find . -name "*.png" -type f | awk -F/ '{print $NF}' | |
# プロンプトを出さずにキーを生成 |
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
{ | |
"errors": [], | |
"tokens": [], | |
"type": "Program", | |
"loc": { | |
"source": "tests/dev/ur.js", | |
"start": { | |
"line": 4, | |
"column": 0 | |
}, |
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
## sfi | |
SharedFunctionInfo | |
## smi | |
Small Integer | |
## Map |
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
var obj1 = { | |
x: 1, | |
}; | |
var obj2 = {}; | |
obj2.x = 1; | |
// d8 map.js --allow-natives-syntax | |
print(%HaveSameMap(obj1, obj2)); // false |
- 水1500mlに対し、たまねぎ小2個
- 味の素チキンコンソメx3
- ローリエ1枚
- たまねぎの水分をちゃんと飛ばさないとまずい -> レンジでチンする
- バターを使うのをやめてみる。あじつけは塩コショウで
NewerOlder