Skip to content

Instantly share code, notes, and snippets.

@sinhrks
sinhrks / sprint.md
Last active October 23, 2017 10:21
PyCon JP 2017 pandas sprint
@sinhrks
sinhrks / .bash_profile
Last active January 8, 2017 05:24
Macbook設定
#.bashrcを読み込む
if [ -f ~/.bashrc ] ; then
. ~/.bashrc
fi
pub enum Option<T> {
    None,
    Some(T),
}
fn is_some(&self) -> bool 
fn is_none(&self) -> bool
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.
@sinhrks
sinhrks / tsplot_freq.ipynb
Last active October 19, 2015 14:33
pandas time-series plot frequency adjustment
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sinhrks
sinhrks / pandas_plot_gridspec.ipynb
Last active September 4, 2015 13:36
pandas GH10657/GH10819
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.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.