Created by Christopher Manning




| var pcap = require('pcap'), // npm install pcap | |
| tcp_tracker = new pcap.TCP_tracker(), | |
| pcap_session = pcap.createSession('en1'); // Change to your interface | |
| pcap_session.on('packet', function (raw_packet) { | |
| var packet = pcap.decode.packet(raw_packet); | |
| tcp_tracker.track_packet(packet); | |
| }); | |
| tcp_tracker.on('http response body', function(session, http, data) { |
Created by Christopher Manning




| var fs = require('fs'); | |
| var path = require('path'); | |
| var vm = require('vm'); | |
| var argv = require('optimist').argv; | |
| function compileHandlebarsTemplate(file, onComplete) { | |
| //dummy jQuery | |
| var jQuery = function () { return jQuery } | |
| jQuery.ready = function () { return jQuery } | |
| jQuery.inArray = function () { return jQuery } |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2012 Sindre Sorhus <http://sindresorhus.com> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
| 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: | |
| 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: | |
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