Skip to content

Instantly share code, notes, and snippets.

View nurinamu's full-sized avatar

nurinamu nurinamu

View GitHub Profile
@nurinamu
nurinamu / tag_img.rb
Created September 7, 2014 23:13
jekyll plugin for custom size img tag.
module Jekyll
class RenderImgTag < Liquid::Tag
def initialize(tag_name, text, tokens)
super
@url , *@val= text.split(/ /)
if @val.length > 0
@width , *@height = @val[0].split(/x/)
end
@nurinamu
nurinamu / kub_sh
Last active September 5, 2019 01:19
shell function for kubectl alias - This is for preventing input incorrect namespace when kubectl is typed.
function kub() {
kubectl -n $@
}
@nurinamu
nurinamu / _photo0.png
Last active November 5, 2016 08:05
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Created November 5, 2016 07:50
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Last active November 5, 2016 07:47
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Created November 5, 2016 07:38
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Created November 5, 2016 07:27
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Last active November 5, 2016 07:13
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Created November 5, 2016 07:04
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png
@nurinamu
nurinamu / _photo0.png
Created November 5, 2016 06:02
GDG DevFest Seoul 2016 EmotoBooth
_photo0.png