This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
sudo apt-get update && apt-get install git-core curl build-essential openssl libssl-dev | |
git clone https://github.com/joyent/node.git | |
cd node | |
# 'git tag' shows all available versions: select the latest stable. | |
git checkout enter-a-version | |
# Configure seems not to find libssl by default so we give it an explicit pointer. | |
# Optionally: you can isolate node by adding --prefix=/opt/node |
upstream chef_server { | |
server 127.0.0.1:4000 fail_timeout=0; | |
} | |
upstream chef_server_webui { | |
server 127.0.0.1:4040 fail_timeout=0; | |
} | |
server { | |
listen 443 default ssl; |
module.exports = function(redisClient,prefix) { | |
var Autocomplete = {}; | |
Autocomplete.prefix = prefix; | |
Autocomplete.terminal = "+"; | |
Autocomplete.add = function(word, next) { | |
function add(letters, key, last, x) { | |
var letter = last ? Autocomplete.terminal : letters[x]; | |
var score = last ? 0 : letter.charCodeAt(0); |
Server Software: nginx | |
Server Port: 80 | |
Document Path: /site_media/images/sprites.png | |
Document Length: 47795 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 29.411 seconds | |
Complete requests: 800 | |
Failed requests: 0 |
(function () { | |
'use strict'; | |
var next_id, Context; | |
next_id = 1; | |
Context = function () { | |
this.id = next_id++; | |
this.invalidateBindings = []; |
NuvolaBase is an add-on to create, share and exchange your database across the internet.
NuvolaBase it's a private OrientDB database in the cloud.
NuvolaBase has created its own Cloud infrastructure to provide databases to the users. The Cloud is composed of a network of servers located in multiple data centers around the globe. The server list is constantly expanding and updated. Check the updated list on the official website. Each database is replicated in real time across multiple data centers. The propagation time of the changes is, on average, less than one second. The user can choose how many replicas they want and in which data center by balancing network latency with reliability. The higher the number of copies of the database, the greater the reliability and performance because users can work simultaneously on different instances of the same database. In contrast choosing a data center further awa
Copyright (c) 2011 Dave Furfero, http://furf.com | |
Permission is hereby granted, free of charge, to any person obtaining | |
a copy of this software and associated documentation files (the | |
"Software"), to deal in the Software without restriction, including | |
without limitation the rights to use, copy, modify, merge, publish, | |
distribute, sublicense, and/or sell copies of the Software, and to | |
permit persons to whom the Software is furnished to do so, subject to | |
the following conditions: | |