All Questions

2
answers

$ .GET JQuery Doubt

I have method: RepoApi.prototype.getContributors = function() { var returnList = []; $.get(this.url).done(function(response) { console.log(response); returnList = response; }).fail(function(response){ cons...
asked on 05.05.2016 / 17:14
1
answer

Htaccess - redirecting the subdomain

I had the subdomain "b2b" .domain.com and now I have changed the files to the "catalog" .domain.com I want an htaccess rule When you enter the link No matter what level it is Be redirected to link I think that if I create seve...
asked on 27.04.2016 / 02:47
1
answer

1D array for Bitmap

I've been working on an FPGA project that sends an array (1D) of Bytes from a grayscale image to the PC. Well, I made a simple code with some image to simulate the sending and receiving of an array and the error remained: System::Void button1_...
asked on 27.04.2016 / 03:34
1
answer

Fit height is width of Qr Coder using MessagingToolKit.QRCode C #

Is there any way to adjust height is width? I thank you public void GerarQrCode(string NomeImagem,string Data) { QRCodeEncoder encoder = new QRCodeEncoder(); Bitmap img = encoder.Encode("www.teste.com.br...
asked on 18.05.2016 / 18:34
1
answer

R: Insert date difference into a function for time difference

I found a function made by J.Ahumada and found it super interesting, everything to do with my work. The function is to separate photographic records of a species into a given sample unit (ua) from a desired range of independence. I created an...
asked on 08.05.2016 / 17:32
1
answer

How to calculate the download time of a website using wget?

I'm working on a project where I need to calculate the loading time of a webpage for optimization purposes. I'm using this command:    $ time wget -H -p --delete-after melga.com 2 & / dev / null But I'm not sure if the access time...
asked on 29.04.2016 / 16:32
1
answer

Is it possible to know if a two-dimensional array is empty?

Basically my doubt is already cleared in the question. That's it, I wonder if can you tell if a two-dimensional array is empty? Thank you in advance!     
asked on 19.05.2016 / 02:03
1
answer

How to "Copy and Paste" a form in VBA?

I have a form ready that I want to take advantage of everything I did for him but in another form, it would be the case to do something similar to "Copy and Paste", how can I do it?     
asked on 15.05.2016 / 23:16
1
answer

Error using Split within Select

Why does the following exception occur when using Split within a Select in a IQueryable ?    The LINQ expression node type 'ArrayIndex' is not supported in LINQ to Entities. I've been able to solve the problem using...
asked on 20.05.2016 / 00:50
1
answer

Because the expression "$ a-b-c-d-e-f-g-h-i-j = & $ null;" returns several objects inside the other, since it does not even exist?

I was doing some benchmarking tests with PHP references and I came across a curious example. $a->b->c->d->e->f->g->h->i->j =& $null; Both variables $a and Null do not exist in any scope of my scr...
asked on 11.05.2016 / 21:21