Posts by adailton moraes • 302 points
13 posts
-
-6
votes1
answer912
viewsA: How much reverse engineering is a crime?
It is a crime to inflict the laws of personal code or imagine I work on a project for 2 to 3 years in a software and suddenly the guy applies reverse engineering in his work and steals functions and…
-
2
votes1
answer148
viewsQ: Access.txt file data via Ajax
I have an ajax + a txt simple script and can access the txt data, but I want to select the data of an array in ajax, example, search only the name or only the age. See the code; <!DOCTYPE…
-
3
votes1
answer134
viewsQ: Error when selecting multiple data in php login
I have a script simple that makes a user of mine website can view your data on a page, for example: name, email, age, image. See script down below: <html> <head> <title> Login de…
-
0
votes1
answer637
viewsQ: access apps in Heroku giving error
well guys I’m trying to install an apps in Heroku but I’m not getting to visualize the status of my apps my apps is a server in Node.js and socket.io in Heroku there is the option of deploying by…
-
2
votes1
answer55
viewsQ: run updated loop with js returning another
well the code is that down here where: <html> <head> <style> #main { border:#333; border-width:2px; border-style:solid; } </style> <script type="text/javascript"> var…
-
1
votes1
answer71
viewsQ: Error passing JS array values to simple PHP
My code is this down here: <html> <body> <form method="post" action="recebe.php" > <input type="hidden" id="send_string_array" name="send_string_array" value="" /> <input…
-
1
votes0
answers59
viewsQ: openshift giving problem
good guys I have some projects in openshift but as they do not support anyone by the company website then they use stackoverflow to answer people’s questions: for those who do not know openshift is…
-
5
votes1
answer21697
viewsQ: Commands to upload files to github
I’m trying to upload files to Github. I already created the directory and in Github created the account. I cannot establish a connection to Github when I enter the folder containing the file I want…
-
1
votes1
answer62
viewsQ: making error message variable?
personal hello I have a servdor and it is giving a simple error but I do not know how to solve being that the objects are apparently normal see the code below. var io =…
-
-1
votes2
answers307
viewsQ: pass php value to js giving error
<!DOCTYPE html> <html> <head> <style> table { width: 100%; border-collapse: collapse; } table, td, th { border: 1px solid black; padding: 5px; } th {text-align: left;}…
-
1
votes1
answer309
viewsQ: I need script to delete mysql data with php
people need a php script where I log in and grab the user id and where you can change user properties for example: I have a table in mysql with: USER: TEST, POSICAOX: 10, POSICAOY: 10. the script…
-
2
votes2
answers21710
viewsQ: How to create txt with js?
And guys I have a JS that has some functions that takes the name of the player, position, position, level, image etc. I want to save this data in a dB, the user logs in with the account and access…
-
0
votes0
answers341
viewsQ: Change the position of an object on a map
Guys, I need a logic that, by detecting whether the value of x, y changed, change the position of an object on the map. I have a map that contains 50x50 tiles, and in these Tiles there are objects…