Installation of OpenLink Virtuoso Server in Ubuntu

OpenLink Virtuoso is the first CROSS PLATFORM Universal Server to implement Web, File, and Database server functionality alongside Native XML Storage, and Universal Data Access Middleware, as a single server solution. OpenLink Virtuoso plays a vital role for semantic web programming, it can work as a solid SPARQL end point, which can be supported . . . → Read More: Installation of OpenLink Virtuoso Server in Ubuntu

Java Syntax Sheet – Basics

Dear Open Peta Users

I have prepared Java basics syntax sheet which would be very useful for beginners and students . The following topics has been covered in style sheet

Java Comments
Data Types
Variables
Constants
Operators
Mathematical Functions
Reading Input
String Class
Conditional Statements
Branching and Looping
Classes and Objects
Inner Class
Interface

The Remaining topics will be released in next version .

Click Here To Download the . . . → Read More: Java Syntax Sheet – Basics

How to Use Python and SPE in Windows ?

If you are a python programmer and keen to use python in windows environment with the most popular Stani’s Python Editor IDE then follow the given below steps-

Download and install Python 2.6 from Here (http://www.python.org/download/). for your appropriate windows (32 or 64 bit)
Download & Install wxPython (NOT wxWidgets) from Here. (http://www.wxpython.org/download.php)
Download & Install SPE from Here(http://developer.berlios.de/project/showfiles.php?group_id=4161). Get this file: “SPE-0.8.4.c-wx2.6.1.0-no_setup.zip”.
Unzip . . . → Read More: How to Use Python and SPE in Windows ?

Python Web Programming Using Apache and mod-python

Python client/server programming with Apache and mod-python in Ubuntu 9.10.

1. Goto Synaptic Package Manager and install the following packages

a) apache2                                   [Apache Web Server]
b) libapache2-mod-python      [Module for running Python Programs in Apache using mod-python ]
c) mysql-server                          [Mysql Database Server]
d) mysql-client                         [Mysql Client Terminal]
e) pyhton-mysqldb               . . . → Read More: Python Web Programming Using Apache and mod-python