Posts by Davi Pereira • 91 points
5 posts
-
-3
votes1
answer216
viewsQ: Send data to the server with javascript and then retrieve it
People I am with following problem, I need to send the data of a page to the server and after being able to recover this data, I was seeing an option to send this data of the page with an event…
-
2
votes2
answers1074
viewsQ: How to do for when click on an item from a menu to receive the corresponding view tab in Angularjs?
Good guys I’m starting to study Angularjs, and in my application I wanted to do something similar to the following. I have a dropdown menu and I also have some tabs that I created manually. By…
-
3
votes0
answers4730
viewsQ: Angularjs or JSF which to choose?
People the development team of the company where I work is deciding which technology to use for a web project that is to come. Some points were analyzed and we were in doubt between these two…
-
2
votes3
answers1157
viewsQ: Comparing values from an array
I have an array and in this array I have some dates, and I need to print out the dates that are repeated. To obtain this data I created one that goes from the size of the array, and inside this one…
-
2
votes1
answer347
viewsQ: How to compare dates that come from a CSV file in Ruby
Good staff I have a CSV file with some data on it in case this: Nome; Data; Salario JOANNA 1981-04-11 7519.07 LUCIMAR 1958-06-10 819.77 PEDRO 1976-05-11 83.43 JOAO 1989-03-12 867.5 CAIO 1954-02-13…