Posts by Hector Cardoso • 157 points
6 posts
-
6
votes3
answers22761
viewsQ: Compile C in Sublime Text
I’m using Windows, and need to know how to compile programs written in C in this editor. No ubuntu is easier, but in Windows 8.1 I don’t know how to do it. I’m using Sublime Text 2, because he’s my…
-
1
votes1
answer556
viewsQ: POO with PHP $_POST
How It Should Be Done for a Super Global $_POST Value To Enter a Class. I’ve tried several ways, but without success. This value will be dealt with within the class.
-
2
votes1
answer1943
viewsQ: boleto php - how to check if the boleto generated by my system was paid
My system is generating billet to be paid in the Bank of Brazil. How do I know if that billet was paid?
-
1
votes0
answers578
viewsQ: Linkedin API - Capturing profile information
Good afternoon. Well, my question is to capture user profile information from Linkedin with PHP. I tried but I can only return to SESSION the firstname, lastname and aimagem of the account .…
-
1
votes1
answer120
viewsQ: Twitter ( php ) - how to get a picture of the user and the email this user uses on the social network
I am not able to find in the documentation whether this data can be accessed or not. The documentation (in my opinion) is very superficial in relation to Facebook SDK documentation. I am using Oauth…
-
3
votes1
answer155
viewsQ: Migration to Heroku
I’m migrating my DB app pro Heroku, the deploy worked: $ git push heroku master When trying to migrate the database according to the command $ heroku run rake db:migrate does not work and returns…