Skip to content

Instantly share code, notes, and snippets.

View lancejpollard's full-sized avatar
🐢
Code

Lance Pollard lancejpollard

🐢
Code
View GitHub Profile
@lancejpollard
lancejpollard / fb_chat_sniffer.js
Created October 30, 2012 10:32 — forked from jchaney/fb_chat_sniffer.js
Facebook Chat Sniffer using Node.JS + node_pcap
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) {
@lancejpollard
lancejpollard / README.mkd
Created November 15, 2012 12:07 — forked from christophermanning/README.mkd
Cubic Hamiltonian Graphs
<style type="text/css">p {text-align:center;width: auto}</style>

Created by Christopher Manning

Gallery

Axle Eight [Fibbobaci](http://bl.ocks.org/d/1703449/#/[0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811, 514229, 832040, 1346269, 2178309, 3524578, 5702887, 9227465, 14930352, 24157817, 39088169]32/0/1) Florets [![Star](https://raw.github.co

@lancejpollard
lancejpollard / ember-precompile.js
Created November 20, 2012 09:05 — forked from cesine/ember-precompile.js
Precompile .handlebars templates with node js
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 }
@lancejpollard
lancejpollard / LICENSE.txt
Created November 20, 2012 12:31 — forked from sindresorhus/LICENSE.txt
Photo Booth (140byt.es)
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
@lancejpollard
lancejpollard / LICENSE.txt
Created November 20, 2012 12:33 — forked from ste-lam/LICENSE.txt
base64 encoder w/padding
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
@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:
@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:
@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.

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

Is well documented.

Description

Weight

TBD

Has CI

Description