Posts by Igor Nunes • 33 points
4 posts
-
0
votes1
answer36
viewsQ: Ajax $()click event does not work
I have a problem at the event $().click() ajax. I’m trying to send an HTML table to convert to JSON and send it to PHP. However, when I click on the button to grab the event, nothing happens. Nor…
-
1
votes1
answer315
viewsQ: Doubt on how to use Shift in Java
Well, I have a question about how to use Shift Left in java. I have a String representing a hexadecimal value. Only I need to pass this value to binary. For this I use an integer variable to turn…
-
1
votes0
answers51
viewsQ: File directory
Hello, I am making a program in java in which I need to open a file and read it. However when I am trying to put the file path, it does not find such file and so I get Null Pointer Exception error.…
-
0
votes0
answers96
viewsQ: File encoding error
Hello, I have a file encoding problem with my program that I made in C. It is writing in a format full of special characters which before was not writing this way. The Program is a Numerical Turing…