Skip to content

Instantly share code, notes, and snippets.

View qharlie's full-sized avatar

charlie qharlie

  • Texas
View GitHub Profile
@chandinijain
chandinijain / Time Series Analysis 3.ipynb
Last active September 11, 2020 19:30
Time Series Analysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stared
stared / live_loss_plot_keras.ipynb
Last active February 25, 2023 10:20
Live loss plot for training models in Keras (see: https://github.com/stared/livelossplot/ for a library)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ser1zw
ser1zw / Emacs.ahk
Last active November 16, 2021 09:37
AutoHotKey Emacs keybind script
;; AutoHotKey_LでEmacsキーバインドにするスクリプト
;;
;; 使い方
;; ・AutoHotKey_L(http://l.autohotkey.net/)をインストール
;; ・Emacs.ahkをAutoHotkeyをインストールしたフォルダ(デフォルトならC:\Program Files\AutoHotkey)に保存
;; ・タスクバーにあるAutoHotkeyのアイコン([H])を右クリックし、"Edit This Script"を選択
;; ・メモ帳でAutoHotkey.ahkが開くので、最後に以下の行を追加
;; #include Emacs.ahk
;; ・AutoHotkeyアイコンを右クリックして"Reload This Script"を選択してリロード
;;