Posts by Allyson de Paula • 205 points
3 posts
-
3
votes1
answer91
viewsQ: Recombination algorithm
Imagine the following scenario: a gas station is fined for tax evasion for issuing tax coupons already issued - what happens is that each vehicle of the companies contracted to the station supplied…
algorithmasked Allyson de Paula 205 -
5
votes1
answer2096
viewsQ: Algorithm for cutting plane
I don’t know if this is the best place to ask this question, but I searched the Internet a lot for some algorithm for cutting plan - that informing the dimensions of the pieces it shows the best…
-
2
votes3
answers2145
viewsA: How to display the exception message(ex.getMessage()) launched by the server in a jquery ajax?
In addition to the answer given by friend Paulo there is another solution that perhaps few people know about - you can rewrite the global $.ajax method, $.get, $.post using $.ajaxSetup:…