Skip to content

Instantly share code, notes, and snippets.

View t3yamoto's full-sized avatar

t3yamoto t3yamoto

  • Kanagawa, Japan
View GitHub Profile
@t3yamoto
t3yamoto / LICENSE
Created July 4, 2024 23:54
This license applies to all public gists https://gist.github.com/t3yamoto
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
@t3yamoto
t3yamoto / count_contribution.py
Created March 24, 2024 14:46
GitHubの指定Organization、期間内に作成したPR数
import requests
# 設定
token = '' # あなたのPersonal Access Tokenを設定してください
organization = '' # 調べたいOrganization名を設定してください
user = '' # 調べたいGitHubユーザー名を設定してください
start_date = '2023-09-01' # 開始日
end_date = '2024-02-29' # 終了日
headers = {'Authorization': f'token {token}'}
@t3yamoto
t3yamoto / index.md
Last active April 18, 2023 07:19
個人的 OSS コントリビューションのネタ
@t3yamoto
t3yamoto / 1.md
Last active July 4, 2022 00:48
shell-oneliner-160
bc
sudo -s
sudo su -
sudo apt update
sudo apt install manpages-ja
sudo apt install manpages-ja-dev
sudo apt install language-pack-ja
sudo update-locale LANG=ja_JP.UTF-8
sudo apt install gawk
@t3yamoto
t3yamoto / update.sh
Last active November 2, 2021 05:35
anyenv で pyenv 入れてる場合の `pyenv install --list` で出てくるバージョンの最新化方法
$ anyenv update
$ pyenv install --list
$ pyenv install 3.9.7 # 入れたいバージョン
$ pyenv local 3.9.7 # 使いたいバージョン
$ pipenv --python $(cat .python-version) # pipenv で使うバージョン、仮想環境も更新
@t3yamoto
t3yamoto / index.md
Last active July 4, 2024 23:58
Boxで開いているフォルダをBoxDrive(Finder)で開きたい時に便利なブックマークレット

Boxで開いているフォルダをBoxDrive(Finder)で開きたい時に便利なブックマークレット

以下の様に、ブラウザでBoxのフォルダを開いている時に、当該フォルダをBoxDrive(Finder)で開きたくなることがある。そんな時にこのブックマークレットを使用すれば、いい感じにパスをコピーできる。

6A4A264E-CB08-4D8C-8CE5-A0024379A771

インストール方法

以下のスクリプトをChromeのブックマークに任意の名前で登録する。 ([ブックマークマネージャー] > [新しいブックマークを登録])

@t3yamoto
t3yamoto / Learning_AWS_Solution_Architect_Professional.md
Last active December 30, 2019 07:35
AWS認定ソリューションアーキテクトの勉強メモ

試験ガイド

https://d1.awsstatic.com/training-and-certification/docs-sa-pro/AWS%20Certified%20Solutions%20Architect%20-%20Professional%20Exam%20Guide%20001%20v.1.1%20JPN.pdf

この試験で評価する能力は次のとおりです。

  • AWS における、動的なスケーラビリティ、高可用性、フォールトトレランス、信頼性を備えたアプリケーションの設計およびデプロイ
  • 与えられた要件に基づいてアプリケーションを設計およびデプロイするための、適切な AWSサービスの選択
  • AWS における複雑な多層アプリケーションの移行
  • AWS におけるエンタープライズ全体のスケーラブルな運用の設計およびデプロイ
@t3yamoto
t3yamoto / History|-1091041f|entries.json
Last active August 15, 2022 12:08
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///Users/t3yamoto/dev-work/src/github.com/serverworks-annex/sls-python-boilerplate/.github/workflows/deployment.yml","entries":[{"id":"yVNY.yml","timestamp":1657621847992}]}
@t3yamoto
t3yamoto / a.md
Created September 10, 2019 00:55
test

ffff