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...

Wednesday, October 16, 2013

SPARQL in Android

Using ARQoid for Android-based SPARQL Query Execution I was recently asked about the SPARQL support in Sparql Droid and whether it could serve as a way for other Android applications to execute...

Tuesday, October 15, 2013

Android Development

Error: The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files Solution: Make sure that you have a valid JRE or JDK defined in the Java Build Path of your...

Monday, October 14, 2013

SAP - ERP Solution

SAP Modules SAP ERP (SAP Enterprise Ressource Planning) SAP BI (SAP Business Intelligence) SAP CRM (SAP Customer Relationship Management) ABAP Programming SAP ERP Customizing SAP ByD (SAP Business...

Thursday, October 10, 2013

Monday, October 7, 2013

Python - Setup and Install Packages A-Z

Setup Python Download Python Setup: Click to install Install Modules/Packages Preparing for easy_install package - setuptools cmd\setuptools directory>python setup.py install If setuptools appears...

Semantic Web Accounting

http://code.google.com/p/3account/wiki/Getting_Started This page describes a simple installation on Windows. For Unix see following page for detailed install for developers and none Windows OS and description of system architecture. Installing Download and Install Java (there is good chance...

Friday, October 4, 2013