Posted on October 31st, 2007 by LinuxGuru
Japan based NEC Corporation has announced its latest Super Computer SX-9 which can deliver 839 teraflop (near to 1 petaflop), that is 839 trillion floating point operations per second.
This super computer targets high end applications involved in ultra-fast simulations of complex, large capacity scientific computing.
The model of this super computer will be displayed in […]
Popularity: 59% [?]
1 Comment »
Filed under: Linux News
Posted on October 30th, 2007 by LinuxGuru
MPlayer is the opensource media player that can play a variety of media files including RM, RAM, WMV, and ASF. Apart from playing and streaming media files MPlayer supports recording of both audio and video streams.
Here is a nice article from Linux.com that features these facilities in MPlayer.
MPlayer can be downloaded from MPlayerHQ.hu
Popularity: 19% [?]Share […]
Popularity: 19% [?]
1 Comment »
Filed under: Multimedia
Posted on October 27th, 2007 by santy
Microsoft and Turbolinux, a Tokyo-based Linux distributor, are cozying up with a patent cross-licensing deal and agreement to work more closely together, the companies said Tuesday. […]
Popularity: 16% [?]
1 Comment »
Filed under: Linux News
Posted on October 24th, 2007 by LinuxGuru
Mandriva Linux 2008 is the latest release from Mandriva. There are lot unique features with Mandriva Linux 2008, that would make it the best Linux Distribution. Also Mandriva may drive lot of Windows users to Linux.
Features offered by Mandriva Linux 2008
Complete Multimedia Support: All the commonly used multimedia codecs, even proprietary ones, are also […]
Popularity: 31% [?]
4 Comments »
Filed under: Linux Distros
Posted on October 23rd, 2007 by santy
Creating a simple “Hello World” web service using Axis
1. Download and Install Axis in your machine
2. Set the your CLASSPATH to the axis lib folder jar file
Example :
Assuming your are installed in /usr/local/ folder.
export CLASSPATH = $CLASSPATH: /usr/local/axis-1_4/lib/axis.jar:/usr/local/axis- 1_4/lib/jaxrpc.jar:
/usr/local/axis-1_4/lib/saaj.jar:
/usr/local/axis-1_4/lib/commons-logging-1.0.4.jar:
/usr/local/axis-1_4/lib/commons-discovery-0.2.jar:
/usr/local/axis-1_4/lib/wsdl4j-1.5.1.jar:
3. Create a folder called axis in the Tomcat webapps folder […]
Popularity: 88% [?]
5 Comments »
Filed under: Web Services