Saturday, December 7, 2013

Nexus 7 3G not working

If you want the 3G Network, then Just change the network mode as 'WCDMA ONLY'  But the network selection mode is hidden.  check this out.  http://forum.xda-developers.com/showthread.php?t=2455928.   Install...

Thursday, December 5, 2013

Free Key Finder Software

1. Belarc Advisor Belarc Advisor is the standard when it comes to system information software. I've been using this program for many, many years. One small aspect of Belarc Advisor is its ability...

Unroot Google Nexus 7

1. Install Nexus Root Toolkit http://www.wugfresh.com/nrt/ Select Appropriate Device and Software (Nexus 7v1, Androi 4.2) Waiting for downloading some .img from Google 2. Install Nexus success 3....

Tuesday, December 3, 2013

Open Linked Data Service

How to run Open Linked Data Service http://www.openlids.org/ http://km.aifb.kit.edu/services/facewrap/events/conference?access_token=YOUR_TOKEN#list Existing LIDS In the following we link to some LIDS: GeoNames Wrapper LIDS description Example URI: http://km.aifb.kit.edu/services/geonameswrap/findNearby?lat=49.009&lng=8.412#point Facebook...

Wednesday, November 27, 2013

RDF Visualization Tools

1. http://rhizomik.net/html/redefer/rdf2svg-form/ Can use your own RDF, N3 data - This is what we need for our own visualization 2. http://graves.cl/visualRDF/?url=http%3A%2F%2Fgraves.cl%2FvisualRDF%2F 3....

Tuesday, November 26, 2013

Sgvizler - renders SPARQL results in visualization

http://code.google.com/p/sgvizler/ Include charts your web pages simply by adding html element of the following form to your page:  <div id="sgvzl_example1"       data-sgvizler-endpoint="http://sws.ifi.uio.no/sparql/npd"  ...

Wednesday, October 30, 2013

Freebase Resource to RDF

import com.hp.hpl.jena.rdf.model.Model; import com.hp.hpl.jena.rdf.model.ModelFactory; import com.hp.hpl.jena.rdf.model.Property; import com.hp.hpl.jena.rdf.model.Resource; import java.io.FileInputStream; import java.util.Properties; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import...

Saturday, October 26, 2013

Node.js

http://nodejs.org Cannot find module Error cmd>npm install <name_of_module> ie: ejs, express, formidable Setup App cmd>node server...

Friday, October 25, 2013

App Engine SDK - Google Engine

com.google.apphosting.utils.config.AppEngineConfigException: Invalid configuration include the following chunk in your appengine-web.xml: <threadsafe>true</threadsafe> It is mandatory to explicitly set expectations whether your application is designed in a thread-safe way. Source: http://stackoverflow.com/questions/13880528/running-appengine-with-eclipse...

Thursday, October 17, 2013

22 Useful Online Chart & Graph Generators

Have you ever encounter situations where you need to create a simple yet good-looking chart, graphs or diagrams and all you have is your browser? Charts are good...