Skip to content

Instantly share code, notes, and snippets.

View shgtkshruch's full-sized avatar
:octocat:

Shigetaka Shirouchi shgtkshruch

:octocat:
View GitHub Profile
@shgtkshruch
shgtkshruch / Async JavaScript
Created February 9, 2014 03:24
Async JavaScript
$ ->
# use settimeout
console.log 0
setTimeout ->
console.log 'hi, 1'
setTimeout ->
console.log 'hi, 2'
, 1000
console.log 1
, 1000
@shgtkshruch
shgtkshruch / index.html
Created January 30, 2014 09:35
create table by jade mixin
<table class="orenge">
<tbody>
<tr>
<th class="apple">name</th>
<th class="apple">birthday</th>
<th class="apple">tel</th>
<th class="apple">mail</th>
</tr>
<tr>
<td class="cherry">shgtkshruch</td>