Skip to content

Instantly share code, notes, and snippets.

View lancejpollard's full-sized avatar
🐢
Code

Lance Pollard lancejpollard

🐢
Code
View GitHub Profile

Header 1

Header 2

Header 3 ### (Hashes on right are optional)

Header 4

Header 5

Markdown plus h2 with a custom ID ## {#id-goes-here}

Link back to H2

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 = [];

Is well documented.

Description

Weight

TBD

Has CI

Description

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

@lancejpollard
lancejpollard / mountain-lion-brew-setup.markdown
Created November 29, 2012 07:17 — forked from myobie/mountain-lion-brew-setup.markdown
Get Mountain Lion and Homebrew to Be Happy

Get Mountain Lion and Homebrew to Be Happy

1) Install XCode 4.4 into /Applications

Get it from the App Store.

2) Install Command Line Tools

In XCode's Preferences > Downloads you can install command line tools.

@lancejpollard
lancejpollard / LICENSE.txt
Created November 20, 2012 12:34 — forked from furf/LICENSE.txt
Return the ordinal suffix for a number.
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: