Posts by Solon Barbosa • 13 points
3 posts
-
0
votes0
answers42
viewsQ: Populating select via the other select option
I have a system made in Cakephp. I have 3 selects in one view: One to list stocks; One to list the locations of the stock (A stock can have several locations); And one to list the products you have…
-
1
votes1
answer108
viewsQ: Machine Learning with a server language and another desktop language
I could use Python, for the machine Learning and C++ for a desktop program? The machine Learning is done on the server, correct?
-
-1
votes1
answer61
viewsQ: Simple Html returns nothing?
Code: require_once("simple_html_dom/simple_html_dom.php"); html = new simple_html_dom(); $html->load_file('http://www.g1.globo.com/'); echo $html; Mistakes: Notice: file_get_contents(): send of…