Skip to content

Instantly share code, notes, and snippets.

View resnant's full-sized avatar

Yuta Suzuki resnant

View GitHub Profile
{
"description": "control+ sdefでカーソル移動",
"manipulators": [
{
"from": {
"key_code": "s",
"modifiers": {
"mandatory": [
"control"
]
@resnant
resnant / arxiv_JP_summarizer.gs
Last active May 5, 2023 04:14
arXiv新着論文のChatGPTによる日本語要約をメール送信するGoogle App Script
// 使い方:
// 1. OpenAIのAPI keyを取得する→(https://platform.openai.com/account/api-keys
// 2. https://script.google.com/home/ にアクセスし、新しいプロジェクトを作成する。
// 3. 作成したプロジェクトを開き、このコード全文をエディタにコピペする。API Keyとメールアドレスを埋める。
// 4. この時点でコードエディタ画面上部の実行ボタン(再生マーク)を押して正しく実行できるか確認しておくと良い
// 5. 左カラムからトリガー設定画面(目覚ましアイコン)を開き、よしなに自動実行を設定する。
// 参考にさせていただいたスクリプト:
// https://script.google.com/home/projects/1M6yhI6PTaFpvcZeRVycmJZoh2LhUL_Zk64pxwDYCLjD1K14Qirf7Nov-
// https://twitter.com/niniziv/status/1638155751515631617
@resnant
resnant / s-curve.ipynb
Last active November 10, 2021 13:41
s-curve
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@resnant
resnant / crystal_structure_prediction.ipynb
Created April 26, 2020 14:40
XRD論文のレビュアー用コード
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@resnant
resnant / 2_DSMO.ipynb
Created January 12, 2020 11:30
BBO-Rietveld-DSMO
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.