Skip to content

Instantly share code, notes, and snippets.

View hnishi's full-sized avatar
🏠
Working from home

hnishi hnishi

🏠
Working from home
View GitHub Profile
@hnishi
hnishi / iterm-tabs-panes-management.md
Created April 8, 2021 08:47
iterm window management

pane

  • cmd + d : split vertically
  • cmd + [ or cmd + ] : move pane

tab

  • cmd + t : open a new tab
  • ctrl + tab : move tab
@hnishi
hnishi / get_coincheck_api_btc_yen.py
Created April 4, 2021 05:02
coincheck API を叩いて bitcoin の金額を取得する
from pprint import pprint
import requests
BASE_URL = 'https://coincheck.com'
url = BASE_URL + '/api/trades'
params = {
'pair': 'btc_jpy'
}
@hnishi
hnishi / gpt-neo-sampling.ipynb
Last active March 30, 2021 14:27
gpt-neo sampling
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hnishi
hnishi / 20210329-rl-mario.ipynb
Last active March 30, 2021 10:11
20210329-rl-mario.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hnishi
hnishi / 20210328-gpt2-small-ja.ipynb
Last active April 3, 2021 03:58
20210328-gpt2-small-ja.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hnishi
hnishi / statespace_forecasting.ipynb
Created March 27, 2021 08:24
statespace_forecasting.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hnishi
hnishi / cifar10_classifiers.ipynb
Created March 18, 2021 08:43
cifar10_classifiers.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hnishi
hnishi / check_spec_cpu_gpu_colab.ipynb
Last active March 13, 2021 15:19
check_spec_cpu_gpu_colab.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hnishi
hnishi / 2021-03-13-try-gpt2-japanese.ipynb
Created March 12, 2021 15:34
2021-03-13-try-gpt2-japanese.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.