Skip to content

Instantly share code, notes, and snippets.

View afrontend's full-sized avatar

Bob Hwang afrontend

View GitHub Profile
@afrontend
afrontend / withoutAsync.js
Created July 2, 2017 04:19
Async 모듈 사용전 도서 검색 코드
checkPointLimit = booklist.length;
appendBookId(booklist, body);
_.each(booklist, function(book, key) {
var o = _.clone(opt);
o.bookId = book.bookId;
var index = key;
searchDetail(o, function (err, exist) {
@afrontend
afrontend / ratmenu_test.sh
Last active July 2, 2017 04:23
ratmenu sample script
#!/usr/bin/env bash
ratmenu -label term -back xmenu -style dreary -bg RosyBrown -fg Black -align left -font '10x20' \
" terminology " "terminology" \
" terminator " "terminator" \
" gnome-terminal " "gnome-terminal"