- 購入日: 2022-10-15
- Lenovo直販サイトで購入
- 製品番号: 20XW00LBJP
- 商品名: ThinkPad X1 Carbon Gen 9 - ブラック8
- シリアル番号: PF-3YEEF7
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
| # Use rg instead of: | |
| grep -r FooBar --exclude-dir={.next,node_modules,.pnpm-store,dist,coverage} |
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
| term = xterm-ghostty | |
| theme = Andromeda | |
| font-family = HackGen Console NF | |
| font-size = 9 | |
| font-thicken = true | |
| font-thicken-strength = 1 |
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
| #!/usr/bin/bash | |
| # disable to sleep | |
| sudo pmset -a disablesleep 1 | |
| # enable to sleep | |
| sudo pmset -a disablesleep 0 | |
| # ☕ | |
| caffeinate |
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
| .actions[].resolves[].id as $id | |
| | .advisories[$id|tostring] | |
| | "\(.severity): \(.module_name): (\(.vulnerable_versions) → \(.patched_versions))" |
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
| name: Build and Push Docker Images | |
| on: | |
| push: | |
| tags: | |
| - '*' | |
| env: | |
| REGISTRY: ghcr.io | |
| IMAGE_NAME: ${{ github.repository }} |
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
| #!/usr/bin/env bash | |
| __check() { | |
| if [[ $# == 0 ]]; then | |
| echo "usage: $0 <ENV> [spn opt]..." | |
| exit 0 | |
| fi | |
| if ! command -v curl git &>/dev/null; then |
Created at: 2025-04-01
[tool.hatch.version]
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
| <?xml version='1.0' encoding='UTF-8' ?> | |
| <opml version="2.0"> | |
| <head> | |
| <title>PodAura</title> | |
| <dateCreated>Sat Feb 22 23:21:24 GMT+09:00 2025</dateCreated> | |
| </head> | |
| <body> | |
| <outline text="Comedy" title="Comedy"> <outline htmlUrl="https://feeds.megaphone.fm/TBS6605278277" link="https://www.tbsradio.jp/titi/ " icon="https://megaphone.imgix.net/podcasts/f5f21262-c863-11ed-8b4e-0ba84038c724/image/06f9636e026858734dbc26c1a31605b8.png?ixlib=rails-4.3.1&max-w=3000&max-h=3000&fit=crop&auto=format,compress" description="ラジオ父ちゃんが、ポッドキャストで復活!ラジオを父親のように慕っていた真空ジェシカが、再びラジオにかわいがってもらえるように…そんな気持ちでお送りします。 ------ お題のシチュエーションに合わせた、「いい声で、ぐっとくる一言」を真空ジェシカが挑戦!「インフォマJUNK」で配信中:https://cms.megaphone.fm/channel/TBS9666344403 番組作りの参考のため、以下のアンケートにご協力をお願いいたします。 https://www.tbs.co.jp/radio/podcast/en.html 制作:TBSラジオ #ラジ父 TBS Podcast:https://www.tbsradio.jp/podcast/" text="真空ジェシカのラジオ父ちゃん" title="真空ジェシカのラジオ父ちゃん" xmlUrl="https://feeds.megaphone.fm/TBS6605278277" /> | |
| </outlin |
NewerOlder