StackOverflow! One day ago I've started to learn a new thing for me - GraphQL. Now I know how to add and read objects from a database using GraphQL. ...
I wanted to see how sockets work, so I skimmed through the HOWTO and the docs and tried to write my own code. The server side looks like this: ssock = soc...
I want to translate a word in my app. First I wanted to use Google Translate but I saw Google Translate's API is not free. So I tried to use Bing Tra...
I'm trying to convert a 2D Numpy array, representing a black-and-white image, into a 3-channel OpenCV array (i.e. an RGB image). Based on code sample...
I have a matrix of scalars (A): 1 2 3 4 5 6 7 8 9 And 3 other matrices of the same size (100X200), B,C,D. I want to do the following: A*[B,C,D] so that th...
I am running Turbo C on DOSBox in Ubuntu 12.04. The problem is that two black stripes are coming on either of screen. I want to remove them. My computer i...
when ever I compile this code, I get the following errors. module mv2_generate ( input [127:0] c_array [1:0], input [127:0] p_array [1:0], input [127:0] p...