I have set up git and homebrew, ran brew reset-update, brew update and brew doctor none of these give me errors but when I try to install glew using: brew insta
My spark streaming context is successfully subscribed to my kafka topic where my tweets are streamed using my twitter producer.But no messages is being streamed
I’m debugging some login/logout issues on a site maintained by an outside vendor for a client and hopefully the title explains things, but more details ar
I have a problem making pdf files ionic with pdfmake.js. because the data I use is in the form of arrays.This is my first data First data but if i run func
I want to return a tuple using an observable but I get this error in the last return line : " Cannot convert return expression of type '(PublishSubject, Bool)'
std::vector<size_t> vector; std::vector<size_t> v_vector; Hello, Suppose 2 threads are reading from "vector" and compute a simple math operatio
Is there a method faster than this method to print all permutations of a string: #include <bits/stdc++.h> using namespace std; int main(
In OS X 10.8 I had a neat little AppleScript that I used to toggle Bluetooth quickly without using the mouse. I updated to 10.9 which added several UI changes
Hi I can't find a solution to prepare my data. At the moment I have two Vectors like below and would like to match those to the corresponding titles in an extra
I'm currently learning python and trying few pandas functions in Jupyter notebook. I'm trying to split the column values based on '/' delimite