Skip to content

Instantly share code, notes, and snippets.

View xsj0jsx's full-sized avatar

xsj0jsx

  • sogou inc
  • beijing,china
View GitHub Profile
@xsj0jsx
xsj0jsx / 0_reuse_code.js
Created January 14, 2016 00:41
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@xsj0jsx
xsj0jsx / Lua.cc
Last active January 28, 2016 02:57 — forked from alex-ac/Lua.cc
#include <Lua.hh>
extern "C" {
#include <lualib.h>
#include <lauxlib.h>
};
using namespace util;
int Lua::call(lua_State *vm) {