Skip to content

Instantly share code, notes, and snippets.

@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
#sVim-command {
let hintcharacters = "asdfjklrughvn";
unmap "t"
unmap "r"
unmap "x"
unmap "w"
unmap "i"
unmap "shift+x"
unmap "ctrl+shift+x"
unmap "g x shift+t"
unmap "g x t"
@itommyyang
itommyyang / profile.md
Last active August 28, 2015 10:20
profile

Tommy Yang

哪上班 | Nextoffer 联合创始人 & CTO

连续创业者

  • 联合创立基于校园的课本分享平台 IdleBook
@itommyyang
itommyyang / longpolling.js
Last active December 20, 2015 01:19
long polling (php+ajax)
function waitForDisc(){
$.ajax({
type: "POST",
url: "/longpolling.php",
data: "timestamp="+timestamp_d+"&mid="+jt,
async: true,
cache: false,
success: function(feed){