Posts by A. G. Araujo • 37 points
6 posts
-
-1
votes5
answers140
viewsA: Is it possible to scroll to git bash?
When opening Git Bash right-click and choose scroll. Try to get the 32 bit version. They work better on windows 8.
-
-1
votes2
answers426
viewsA: Git Bash - Segmentation fault
Segmentation failure (Segmentation fault, also referred to as segfault) is an error that occurs in a program when it attempts to access (read or write) an address in RAM that is reserved for another…
-
0
votes2
answers89
viewsA: Can you help me optimize this SQL query?
Complementing the reply of @someone. When we talk about optimization we need to understand the query time that each table has, because each table has a certain amount of real data and we can measure…
-
1
votes1
answer53
viewsQ: Inclusion of`final` by Eclipse after saving file
When I am working in some class and save the changed file, for some reason Eclipse adds final in random vegetarians, I don’t know the criteria that Eclipse makes this change, but it bothers too…
-
0
votes1
answer90
viewsQ: Replace this for with a Lambda solution
I’m studying lambda and wanted to change this solution of for who owns a break. The solution today suits me, however I wanted to know if the way I am using is ideal or there is a better. Basically…
-
0
votes2
answers453
viewsQ: Is it possible to return a float value with 2 decimal places to end 0?
I am pushing to be fed in Google Analytics and one of the guidelines that the prices are returned as float, so far all well managed to solve using parseFloat(), however, they need two decimals up to…