Skip to content

Instantly share code, notes, and snippets.

var async = require('async');
var obj = ["a", "b", "c"];
function done()
{
console.log("Done");
}
function output(key, n, cb)
{
var async = require('async');
var obj = ["a", "b", "c"];
function done()
{
console.log("Done");
}
function output(key, n, cb)
{
@wengxt
wengxt / db.c
Last active August 29, 2015 14:01
#include <iostream>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "sqlite3.h"
using namespace std;