Bradley Matusiak
Bradley Matusiak
i hate git new line and tab conversions.. but here is a update to this repo, so everything can be done with platform.io
Hello I'm looking for a depth map example. Using "Stereo Images" to compile the depth map. To upload to Facebook , like here https://www.facebook.com/help/414295416095269
having issue compiling ``` Checking for program g++ or c++ : /usr/bin/g++ Checking for program cpp : /usr/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib...
updates i use for my site. i have more exposed to the events added `'before_authorize_form', function(req, res, client_id, function doAuthorizeForm(),function doBypass())` changed `'create_access_token', req, user_id, client_id, function callback(scope)` changed extra_data...
Properly extending EventEmitter in node.js read a good example at http://opensourcejason.info/2013/10/08/properly-extending-eventemitter-in-node-js/
can you add/change this to your lovely little module ``` js } else if(req.method == 'POST' && self.options.access_token_uri == uri) { var client_id = req.body.client_id || req.query.client_id, client_secret = req.body.client_secret...
if you notice i changed the .width() to .css() did this is because `.width()` gives the measurement in px not a % and `.css()` does here is a gist of...
I would like to create a drawing tracing app to overlay on top of MSPaint or any image drawing editor.. the problem is,, alpha needs to be `0` for current...