WebGL is a context of the canvas HTML element that provides a 3D graphics API implemented in a web browser without the use of plug-ins.[1] The specification is currently a work in progress.
The Eclipse Test & Performance Tools Platform (TPTP) Profiling tool can be used to profile Eclipse plug-ins, local Java(TM) applications or complex applications running on multiple hosts and different platforms. The tool is tightly integrated with Eclipse, allowing profiling of applications running from within Eclipse. This article demonstrates how to use the TPTP Profiling tool [...]
Tags: Eclipse Plug-in, Java, TPTP
University of Texas http://nn.cs.utexas.edu/?risto
Facebook introduced more social interactions with their new “Like” or “Recommend” Button. This Facebook button enables the user to interact with a site or page. Additionally share it with his/her friends at their own Facebook profile. Reference: Link
Tags: Facebook
This lesson will show you how to use the KeyEventPostProcessor interface. Reference: Link
Tags: Java
Many developers already have experience with an object-oriented programming language like C++. As you make the transition to Java, you will encounter many differences, despite some strong similarities. In this excerpt from “Thinking in Java“, Bruce Eckel highlights the important differences that C++ programmers should be aware of.
J2SETM 5.0 brought some great monitoring and management capabilites to the JavaTM platform. The built-in instrumentation in the Java Virtual Machine means you can monitor and manage it using JMX
Tags: Java
The Google Web Toolkit SDK contains the core libraries and compiler that you need to write web applications. See the Release Notes for this latest version.
Tags: Google Web Toolkit, Java
In descending order, the greatest software ever written is: 12. The Morris worm 11. Google search rank 10. Apollo guidance system 9. Excel spreadsheet 8. Macintosh OS 7. Sabre system 6. Mosaic browser 5. Java language 4. IBM System 360 OS That leaves my third, second, and top-most choices still to go. So here they [...]
Constructing Intelligent Agents in Games Risto Miikkulainen Department of Computer Sciences The University of Texas at Austin Reference: Link
Tags: Game Theory, NERO
import java.awt.*; This example show how to get position of mouse cursor with respect to the full screen
Tags: Java
When using IDE such as Visutal C++ 2005 you might get errors similar to this: fatal error C1083: Cannot open include file: ‘windows.h’ This is because you are missing Platform SDK. It is not included in Visual C++ 2005 by default. Read the rest to learn how to download it.
Tags: C++
The RMI Plugin for Eclipse, WSAD and RAD provides the essential tools for developing RMI applications in Eclipse and derived tools. Apart from automatically generating the stubs and skeletons, RMI Plugin for Eclipse helps you to launch your RMI Application with all the correct parameters (such as the codebase that can be configured using the [...]
public class Stack extends Vector The Stack class represents a last-in-first-out (LIFO) stack of objects. It extends class Vector with five operations that allow a vector to be treated as a stack. The usual push and pop operations are provided, as well as a method to peek at the top item on the stack, a [...]
Facebook Connect is a set of APIs that make your application more social. With it you gain access to: Identity: name, photos, events and more — User. Social Graph: friends and connections — Connection. Stream: activity, distribution, and integration points within Facebook, like stream stories and Publishers UI Dialogs.
Learn about C++ Reference: http://cplus.about.com/od/learning1/ss/clessonone.htm
Tags: C++