Posts by Antônio Silva • 15 points
3 posts
-
-2
votes4
answers3477
viewsA: Press button with keyboard enter key
Using Javascript only When the user presses the Enter key of the keyboard the function will be executed. Any logic that is inside the function will be executed, in this example I put a simple…
-
0
votes2
answers70
viewsA: MODIFICATION AND READING OF DIRECTORIES IN C#
A viable solution would be to read the PATH of the Python installation. Your program would have a prerequisite that would be python installed, and from that you could read the python installation…
-
1
votes1
answer188
viewsA: Returning the firebase Father node
Data recovery in Firebase is done asynchronously, this means that it is not possible to assign variables outside the scope where this being called data recovery. codigo = (TextView)…