Quantcast
Channel: Joshua Burkholder
Browsing index pages (10 articles)

Printing Tuples in C++ 2011

Under Construction – Begin From my “Printing Standard Library Sequence and Associative Containers in C++ 2011″ post, let’s discuss how to print Tuples: template < size_t i, size_t n, typename ......

View Article


How To Run A Java MapReduce Version 2 (MRv2) Job Using Hadoop

This tutorial covers how to compile and run a MapReduce Version 2 (MRv2) job written in Java using Hadoop. All the code and some of the commands used in this tutorial are derived from the Map-Reduce...

View Article


How To Run A Java MapReduce Version 1 (MRv1) Job Using Hadoop On Windows

This tutorial covers how to compile and run the MaxTemperature example covered in Chapter 2 (MapReduce) of Hadoop: The Definitive Guide, 3rd Edition, using the Microsoft HDInsight Emulator for Windows...

View Article

Online Weighted Mean

View Article

Online Covariance

View Article


Online Variance

View Article

Two Dimensional Givens Rotation

View Article

How To Compile Boost Using g++ -std=c++11 From MinGW

To compile Boost using g++ -std=c++11 from MinGW, do the following: Ensure that MinGW is installed at C:\MinGW\ Launch a regular Windows Command Prompt, not a MSys Command Prompt: cmd Ensure that the...

View Article


C++ Compiler Updates – September 2013

In SEP 2013, Minimalist GNU for Windows (MinGW) was updated to version 4.8.1 of the GNU Compiler Collection (GCC). MinGW: http://sourceforge.net/projects/mingw/ Changes to GCC 4.8 and GCC 4.8.1:...

View Article


How To Compile Boost Using MinGW

To compile Boost using MinGW, do the following: Ensure that MinGW is installed at C:\MinGW\ Ensure that the PATH Environment Variable contains C:\MinGW\bin\: set PATH=C:\MinGW\bin;%PATH% Change...

View Article
Browsing index pages (10 articles)


Latest Images