Posts by CledsonJr • 65 points
4 posts
-
2
votes0
answers465
viewsQ: Determine neighborhood from Latitude and Longitude
I’m using the Google Maps API V3 more specifically angular-google-maps. I need to display the exact point of the user at the moment that opens the map and also display all the people who may be in…
-
3
votes1
answer611
viewsQ: Tracert or Traceroute in Java, without calling the OS
I am developing a web application that will test the servers and will bring the result equal to a tracert of Windows or the traceroute Linux. I am developing in Java and using the commands mentioned…
-
0
votes3
answers1682
viewsA: Gantt chart using C3.js: How to use Axis Y Category or Y timeseries?
I had to do a Gantt report and in addition to the report add some actions in it. I used Angularjs and there is this directive: https://github.com/angular-gantt/angular-gantt Very simple to edit, it…
-
1
votes2
answers1682
viewsQ: Consume Rest with Angularjs
I created a Webservices to receive query by string and return a list, example: url/mePath/Luiz - Since Luiz is the parameter that will be passed, based on this parameter will return me a list of…