Skip to content

Instantly share code, notes, and snippets.

@sisingh
sisingh / SLLasDLL.cpp
Created December 16, 2017 07:32
Singly Linked List as Doubly to move in both the directions
#include <iostream>
using std::cout;
using std::endl;
template < typename TYPE >
class NODE {
public:
NODE() {
@theleoborges
theleoborges / DepthJS setup
Created April 29, 2012 11:41 — forked from gabriel/DepthJS setup
xcode jpeg tiff dylib fix
# Install ZeroMQ
sudo brew install zmq
easy_install pyzmq
[0] http://www.zeromq.org/bindings:python
# Install OpenCV
sudo brew install opencv
# Install libusb