Using C++ std::merge
There have been a few times that I needed 2 vectors to be … merged… and they had...
Working with REST Index
Article Series, “Working with REST” This post is simply an index, to help navigate through the articles. Working...
Connecting with C++
Connecting to a local server, using C++ Previously … We connected to our local JSON server using a...
Making a connection using Swift
Previously Part 1, Working with REST In the previous article, we installed a local JSON server, to make...
Working with REST
An introduction on the server technology and how to connect your app to a web endpoint Intro This...
Rationalizing the expense of attending a C++ conference
In my mind, it is always a win to go to a C++ conference. There are still managers...
Perforce DVCS and iCloud Drive
I use Perforce DVCS for almost all of my projects: it’s a great new feature for p4, and...
A quick word on modern BASH
Here’s a page that has some useful tips for modern BASH scripting: http://www.davidpashley.com/articles/writing-robust-shell-scripts/
Building OpenCV as a macOS Universal Intel Binary
So, for my project, I needed an Intel Universal build of the OpenCV library. The copy of the...
Creating a remote from an already existing depo
Today, I created a remote depo, so that I can use the DVCS functionality in P4 with one...