Saturday, 25 July 2009
Eclipse Plugin Information...
In the URLs below you have some information about Eclipse Plugin
architecture and how create a simple plugin.
http://www.eclipsepluginsite.com/
http://onjava.com/pub/a/onjava/2005/02/09/eclipse.html?page=1
First of all you can start from the "Plugin with a View" sample (see
http://www.eclipsepluginsite.com/eclipse-plugin-development-2.html ). This
sample creates the necesary code and files for the plugin. Then you can add
in the view class your GUI objects. If you have a SWT GUI you can add it as
a simple widget in the view plugin. If your GUI is a SWING GUI I think there
is a SWT composite that can contain the SWING GUI.
architecture and how create a simple plugin.
http://www.eclipsepluginsite.
http://onjava.com/pub/a/
First of all you can start from the "Plugin with a View" sample (see
http://www.eclipsepluginsite.
sample creates the necesary code and files for the plugin. Then you can add
in the view class your GUI objects. If you have a SWT GUI you can add it as
a simple widget in the view plugin. If your GUI is a SWING GUI I think there
is a SWT composite that can contain the SWING GUI.
NAREGI Important commands...
naregi-signon https://pfg1041.naregi.org/portal
naregi-simplejob-submit ~/sort -j=sort1 -o=stdout1.txt -e=stderr1.txt
naregi-simplejob-submit /bin/sh -a=post.sh -j=n-body -o=nbody.out -e=nbody
naregi-simplejob-submit /bin/sh -a=exe.sh -j=n-body-new -o=nbodynew.out -e=nbodynew.err
C:\>naregi-mpijob-submit /home/ot/gocusr14/hello -np=2 -S -j=mpi-job -o=mpinew.out -e=mpinew.err
Submitting is done...
JobID=CID_30948
Subscribe to:
Posts (Atom)
Azure OpenAI Architecture Patterns & Deployment Patterns
Sharing some useful links that will help customers architect Azure OpenAI solution using the best practices: (1) Azure OpenAI Landing Zone r...
-
Setting up a MPI cluster on Ubuntu involves the following steps: 1. Install OpenMPI on all machines. $sudo apt-get install libopenmpi-de...
-
Very Useful Link: http://people.cc.ku.edu/~grobe/intro-to-LSL/index.html#particle Using the Linden Script Language This page is a short...
-
float p_size = 0.1; default { state_entry() { llSay(0, "Hello, Avatar!"); llSetPrimitiveParams( [ PRIM_...