All Questions

1
answer

What are the ServiceProvider and ServiceContainer design patterns used in Laravel and Symfony?

In the Laravel 4 ou 5 and Symfony frameworks, I realize that there are two classes that are essential for the operation of the whole system: ServiceContainer and ServiceProvider. It seems to be a way for you to store instances o...
asked on 02.03.2016 / 13:11
1
answer

How to know the direction of the mouse wheel scroll

How to know the direction and amount of the scroll when scrolling with the mouse wheel? Browsers have different ways of passing information on the event object. Some use .wheelDelta , others .detail , and others (new genera...
asked on 12.07.2014 / 00:28
2
answers

What is the difference between varchar and nvarchar?

What's the difference between using data types varchar and nvarchar ? nvarchar exists in every SQL database? Is there any significant difference in performance between the two? Is there a criteria for using them? A...
asked on 21.06.2017 / 15:13
2
answers

How do I get an error alert generated by the Google Maps API?

If for some reason an error occurs and Google disables access to the maps API, an alert of this genre will appear to the visitor:    Google has disabled use of the Maps API for this application. The provided key is not valid Google API Key, o...
asked on 25.12.2013 / 13:56
1
answer

Problems decoding x86 assembly from binary

I have written a program whose purpose is to read a compiled binary executable file for the x86 (intel) architecture and interpret the assembly code contained therein by executing it instruction by instruction. The part of reading the executable...
asked on 15.12.2013 / 17:40
2
answers

What do I save in a login session?

I am developing a login system in PHP and MySQL for an administration panel, and I have seen many "secure" login systems where they store the user login or password in the session, when they are not both or until all the user logged in data....
asked on 02.11.2014 / 13:32
1
answer

How to translate the Android application?

I created the values-es folder, with the file strings.xml with items in the string array. But when I put the translation into Spanish on the phone, I open the application and nothing happens, continues Portuguese.     
asked on 29.11.2014 / 19:12
1
answer

How to do a text break in Excel programmatically with a check in C #

I'm using Microsoft.Office.Interop.Excel to create an Excel report from a txt file. Everything works perfect, but sometimes some columns become extremely large and when we need to print, we need to resize and look horrible. When I t...
asked on 08.04.2016 / 20:11
2
answers

Identify if coordinate set is within a radius in Android

I want to delimit a radius from a central coordinate (the red marker in the figure) and, from a set of coordinates (the green markers), check if they are within the area delimited by this radius. > How to identify, from a set of coordinates (...
asked on 25.03.2015 / 02:11
2
answers

What is von Neumann's architecture?

How does it work and why has it become the dominant computational model?     
asked on 10.03.2017 / 17:21