All Questions

1
answer

Call ASP.NET application via HTML page

I have an application that I can not change the source code that generates purchase orders. For each request an html with the request data is stored. I want to implement this html with the following: When opening the html, embed a simple page in...
asked on 18.06.2015 / 16:51
1
answer

Operation with three-dimensional arrays

Reframing the question, I would like to implement the following equation: WhereDisanarrayoforderixkxl,lambdaisamatrixkxjandpk={1,2,3,4,5,6}.ForthisIneedsomefunctionthatoperateswiththree-dimensionalarrayinsteadofnestedloops.Belowthepostaddedby...
asked on 26.05.2015 / 02:37
1
answer

Mathematical operations on ARM-M4 lock when PWM interrupt is on

When I turn off the timer overflow interruption of PWM (+ - 15Khz) operations occur normally. But when it's turned on the processor gets lost in floating-point operations. I follow the debug in step mode but at some point the debug does n...
asked on 08.04.2014 / 20:48
4
answers

Codeigniter 3.0 giving 404 not found

I've installed CodeIgniter 3.0 in my apache and when I have access link it returns me error 404 not found . The files of controller is correct and views too (only has HTML). What happens to give this problem in version 3....
asked on 26.05.2015 / 05:56
1
answer

Deleting local product image Laravel

Well I have a product and I have an image being recorded locally. I need the backend when the product is deleted the local image is deleted. When I delete it, it deletes the data from the database, deletes the image information in the da...
asked on 17.06.2015 / 20:57
2
answers

Different guidelines on your smartphone and tablet

Hello, I'm developing an app and I need the screen to be in portrait for smartphones and portrait / landscape for tablets. The customer does not want to accept separate apps and does not want to leave the unlocked orientation on the smartphone....
asked on 27.02.2014 / 18:15
1
answer

Configuring Vagrant for Small Teams

I have a small team of PHP developers and want to set up their development environment using Vagrant . However, I have some doubts. How do I make a Vagrant configuration available so that other developers can download and start a VM with...
asked on 24.07.2014 / 16:13
3
answers

Recover MySql table

I reinstalled WAMP and did not export the database (.sql), but I have the ".ibd" and ".frm" files. After installation, I created a blank database and copied all the ".ibd" and ".frm" files to the folder, but when trying to open the table via...
asked on 24.06.2014 / 14:04
1
answer

What is the best way to read an XML in PHP and insert it in the Database?

I am reading XML files of about 50M of information (about a hundred thousand records, may be more), and I have two classes read XML read from a DOM and another SAX. I'm having a problem in terms of runtimes, take me longer than 10 minutes, ma...
asked on 17.06.2014 / 15:34
2
answers

C # Difference between BeginAccept and AcceptAsync

What is the difference between the two asynchronous forms? Which has better performance by handling sockets and handling thousands of connections simultaneously? Example for BeginXXX: link Example for XXXAsync: link     
asked on 12.06.2014 / 00:59