Posts by Richard Lopes • 26 points
3 posts
-
0
votes1
answer49
viewsA: I can’t access an index from an array
Following the values you want to receive... You must replace the access index to the vertex values, from 3 to 0. This error (List index out of range) happens because you are trying to access an…
-
0
votes1
answer32
viewsA: How to merge images in PHP
I don’t know exactly how you want to join the images, but I created a code to put one image next to the other... I mean, join two images in one image. I left some comments in the code to help you…
-
1
votes0
answers51
viewsQ: Validate angular input by Javascript (Chrome console)
I am creating a code to insert values in an Angular form. I input these values from the Chrome console... only when I input it that way Angular doesn’t validate the information. How can I make…