I have a question. Is it possible to set up a system so that you have a private GIT server that you host, which automatically syncs with a remote one, hosted by a site like Sourceforge, and then you c
I am programming a game in java, and as the question title suggestions i am using public fields in my classes. (for the time being)
i\'ve one stupid question. I keep trying to write my framework, but ... i miss something. I have one base class Base.class.php, with some functions.
This question already has answers here: Closed 12 years ago. Possible Duplicate: How do you implement a “Did you mean”?
I\'m looking for a way to call a web service to check for obvious misspellings in names of culturally significant people:
I\'m writing Android app and need to know my public IP. In my app i\'m using Smack library for conversation with XMPP server (that needed not only to know my IP)
When and why should I use public, private, and protected functions and variables inside a class? What is the difference between them?开发者_Go百科
Greetings.I\'m pretty sure there\'s a cleaner way to do this, but I can\'t find it. I have a directory of icons users can pick to include in their content.I have a partial to create the palette of ic
I have this script.php file which i want to run as a cron job on my linux/apache server. However, i do not want public to access www.mycompanyname.c开发者_C百科om/script.php and also run the script c
I have a class that has A LOT of开发者_StackOverflow社区 public variables and I need to be able to get a list of them.