Saturday, December 26, 2009
Wednesday, November 25, 2009
Difference Between JADE and WADE
WADE adds to JADE two main features which are given below.
1) The possibility for agents extending the WorkflowEngineAgent class (that on its turn extends jade.core.Agent) to execute tasks defined as workflows by means of the Wolf graphical development environment. The tutorial available on the WADE web site (http://jade.tilab.com/wade/doc/tutorial/WADE-Tutorial.pdf) provides a step by step description about that.
2) An architecture and additional mechanisms that facilitate the administration of a WADE based application such as the possibility to start a platform distributed on several hosts from a central point specifying which containers to activate and where (in which hosts) and which agents to activate and where (in which containers).
FYP(Final Year Project) Poster and Abstract
Agent Interactive Modelling Tool-kit is aimed to develop a toolkit that provides the designers with building agents. These are java based agents which contains seamless agent simulation environment. In general, this toolkit supports the development of flexible models of agent behaviors emphasizing sophisticated social interactions and social structure development. The designer can modify our agent according to his requirements and use them for their specific applications. Users can also add their agents in our toolkit as long as they fulfill the definition of agents defined by us. This toolkit is open-source that is we provide the users with agent’s interaction code along with the AUML diagrams.
Sunday, June 21, 2009
Desktop Sharing,File Transfer and Remote Control Software
Thursday, June 11, 2009
Remove WGATray.exe - Genuine Windows Advantage (WGA)
First of all go to task manager and exit the process of "WGA.exe" then follow the given steps
Open Registry.. (type "regedit" in run)
Delete the folder "WGALOGON" located in the following location
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows NT\CurrentVersion\WinlogonNotify.
After deleting the WGALOGON Folder ... just reboot your PC and Enjoy
Regards
Obaid
Wednesday, June 10, 2009
Tuesday, June 9, 2009
Installing Microsoft .Net 1.1 framework on Windows Vista without tears …
Unfortunately, installing .Net 1.1 on some Windows Vista system is not a bed of roses. On some system, .Net 1.1 will simply throw the following error halfway through its installation.
RegSvcs.exe – Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process id=0×5aa (1450), Thread id=0xd86 (3462).
Click OK to terminate the application.
Click CANCEL to debug the application.
For me, I have encountered the above error even though I have purchased a certified Windows Vista home edition pre-installed HP Notebook just one year ago (HP DV6000). This becomes a very frustrating experiences as I try many suggestions from internet without much success.
However, just today, I try the following solution even though I’m not expecting any success.
To my surprise, this solution work perfectly. This solution seem to patch some crucial files and seem to do the job effectively.
The following text is what I get from the helpful site:
--------------------------------------------------------------------------------
http://kbase.gfi.com/showarticle.asp?id=KBID003100
However, when you try to install Microsoft .NET Framework 1.1 on Windows Vista, you get an error similar to the following. This occurs when ‘System.EnterpriseServices.dll’ is being registered by the installation:
RegSvcs.exe – Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process id=0×5aa (1450), Thread id=0xd86 (3462).
Click OK to terminate the application.
Click CANCEL to debug the application.
More information
This is an issue in the Microsoft .NET Framework 1.1 installation which is known to occur on Windows Vista.
Solution :
This issue is resolved in Microsoft .NET Framework 1.1 SP1, however you will need to use the following procedure to install both the .NET Framework and the Service Pack at the same time:
Download Microsoft .NET Framework 1.1 Redistributable Package and Microsoft .NET Framework 1.1 Service Pack 1 using links below:
Microsoft .NET Framework 1.1 Redistributable Package
Microsoft .NET Framework 1.1 Service Pack 1
Save both installations in the same directory
Ensure that the Microsoft .NET Framework 1.1 Redistributable Package is named dotnetfx.exe. If not, change its name to dotnetfx.exe.
Ensure that Microsoft .NET Framework 1.1 Service Pack 1 is named dotnetfxsp1.exe. If not, change its name to dotnetfxsp1.exe.
Open command prompt as Administrator, and change to the directory where the two installations are saved.
Run the following commands using the order shown below :
dotnetfx.exe /c:”msiexec.exe /a netfx.msi TARGETDIR=C:\dotnet”
dotnetfxsp1.exe /Xp:C:\dotnet\netfxsp.msp
msiexec.exe /a c:\dotnet\netfx.msi /p c:\dotnet\netfxsp.msp
Install both Microsoft .Net Framework 1.1 and Service Pack 1 by running C:\dotnet\netfx.msi
Regards
Obaid