intermediate

Accessing the Twitter API via PHP

I'm working on making my script mesh with OAuth instead of Basic Auth, and I'm stuck. So far, I'm just working on authenticating at the moment, but I can't get that working. This code: <?php include 'config.php'; include 'twitteroauth/twitteroauth.php'; // Use config.php credentials $conn = new TwitterOAuth(CONSUMER_KEY,CONSUM...

GPS intermediate driver...

I am writing a program that should take several GPS coordinations and do some processing on them. I assume the server on which the app is going to be installed should be equipped with a gps receiver. I am quite new to GPS things. 1) One of my question is that does the GPS receiver store the gps coordinations temporarily to be used in a...

IP Hook through java

Hey guy's I'm an intermediate programmer looking to learn more. I'm trying to figure out the basic idea about IP Hooking. I'm trying to make a program similar to what the hosts file does in windows but for one specific program. How would I go about doing this? I want to implement it to a website ...