Skip to content

Instantly share code, notes, and snippets.

View osoner's full-sized avatar

Onur Alp Soner osoner

View GitHub Profile
@osoner
osoner / 0_reuse_code.js
Created January 4, 2014 12:12
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
@osoner
osoner / countly.clean.db.js
Created July 27, 2012 10:14
Countly - Clean server data
/*
Usage;
$ mongo countly countly.clean.db.js
*/
db.sessions.remove()
db.users.remove()
db.carriers.remove()
db.locations.remove()
db.realtime.remove()