Skip to content

Instantly share code, notes, and snippets.

@rinx
rinx / cnn-tikz.tex
Created January 15, 2017 10:04
TikZでCNNの図を描くやつ
\begin{figure}[htbp]
\centering
\tikzset{%
every channel/.style={
rectangle,
draw,
draw=black,
fill=white,
minimum size=1cm,
},
@wradlib
wradlib / netcdf-cf-radial.ipynb
Last active October 15, 2021 22:27
read and plot cf-radial nectdf radar data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ba0918
ba0918 / gitlab-manual-install.md
Last active January 21, 2016 10:01
GitLab7.0をCentOS5.8に入れた時のメモ
@qrush
qrush / Inconsolata-dz-Powerline.otf
Created January 11, 2012 16:50
vim-powerline patched fonts
@glidenote
glidenote / .tmux.conf
Created December 14, 2011 21:44
.tmux.conf
# status
set -g status-fg cyan
set -g status-bg black
set -g status-left-length 30
set -g status-left '#[fg=white,bg=black]#H#[fg=white]:#[fg=white][#S#[fg=white]][#[default]'
set -g status-right '#[fg=black,bg=cyan,bold] [%Y-%m-%d(%a) %H:%M]#[default]'
# window-status-current
setw -g window-status-current-fg black
@migrs
migrs / dropbox
Created September 23, 2010 00:19
/etc/init.d/dropbox
# /etc/init.d/dropbox
### BEGIN INIT INFO
# Provides: dropbox
# Required-Start: $network $syslog $remote_fs
# Required-Stop: $network $syslog $remote_fs
# Should-Start: $named $time
# Should-Stop: $named $time
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start and stop the dropbox daemon for debian/ubuntu