This is limited to what i saw, which is a small part of Italian cinema :)
A bit sad bit i love a lot its aesthetics and the psychology
This is limited to what i saw, which is a small part of Italian cinema :)
A bit sad bit i love a lot its aesthetics and the psychology
var cradle = require('cradle'); | |
var connection = new cradle.Connection( | |
'https://user:password@host', | |
443 | |
); | |
var db = connection.database('database') | |
db.all({include_docs: true}, function(err, allDocs) { | |
if (err) { |
We could manage them with Grunt in Angular apps, but i think that it would be nicer to use a script that is suitable also for the backend. I found the following possibilities:
I am not fully convinced about any of them. erica
and node.couchapp
have many issues. Specifically, erica
seems to not be very active. couchapp
seems fine, but the documentation server seems to be down now.
This is now maintained here https://github.com/eHealthAfrica/tools-reference/blob/master/view-naming-convention.md
Naming convention for views, starting from the basic case of no reduce functions. Views are couples of arbitrary functions, and as such it is impossible to express their whole variety with a name, so i am just trying to cover the most common cases.
var a = { | |
place: 'europe', | |
animal: 'dog' | |
}, | |
b = { | |
animal: 'dog' | |
}, | |
c = { | |
place: 'africa' | |
}, |
chflags | |
ls -lO |
a script that prettifies JSON files in place |