agent

building Agents in c#

Is there anything like JADEX or JADE in C# or C++? I am doing a project on agents and so far I can't find anything like JADEX for building BDI agents in C#. Anything in C# that I have found is for doing Agent simulations rather than building agents. ...

Talking head library for Mac OS X

Is there a "talking head" library for Mac OS X / Cocoa / Objective-C? Specifically the ones that simplify translating spoken text into visemes / facial expressions? Microsoft has "Microsoft Agent" as part of their Text to Speech API, does the Mac has a worthy competitor for this feature? ...

Terrarium-like agent interaction framework

Hi, I'm looking for a framework for agent interaction simulation, where I can deploy some agents and let them interact and watch their evolution. Until now I found Terrarium 2.0 (http://terrarium2.codeplex.com/). In principle this is what I need: the ability to create some creature/agent and deploy it into a simulation framework where ...

Open-source inventory agent

Hi. Can anyone recommend a good open-source inventory-agent, which would help enumerate both the running software and the installed hardware? I'm actually looking to couple SIGAR (or alternatives) with such agent, to integrate the servers statistics into a single view. Thanks in advance. ...

Passing form data to another form via url in lotus

I am working on a new web app in lotus/domino. I am newer to lotus/domino programming, so forgive me for not knowing something simple. What I am trying to do is display a table of information, with one of the columns containing a link. The link is formatted like [http://server/app.nsf/form?openform&ideaNum=1&var2=foo2] How ca...

Glassfish Clustering architecture and Node Agents

I am going to be creating an application that will be highly distributed. There will be several "agents" each agent is a source of events, from external devices, ftp or filesystem. These agents will be deployed on seporate machines, close to the hardware source that will create the event. These agents will report back events to the ce...

using SMO.Agent to retrieve Sql Job execution status - security issue

So ive got a C# program that fires off Sql Agent jobs using the SMO interfaces. It looks something like: Server ssis_server = new Server( new ServerConnection(SERVER_NAME, SERVER_USERNAME, SERVER_PASSWORD) ); var agent = ssis_server.JobServer; var ssis_job = agent.Jobs[job_name]; var current_status = ssis_job.Curren...

"Failed to load Premain-Class manifest attribute" while trying to get the size of an object using java agent

When i try to run a java program (java -javaagent:size.jar ObjectSizeTest) i get the following error; Failed to load Premain-Class manifest attribute from D:\workspace\ObjectSizeTest\size.jar Error occurred during initialization of VM agent library failed to init: instrument public class ObjectSizeTest { public static void main(S...

Optimal Pathfinding

Background There is a square map with some obstacles on it. Obstacles are represented by polygons. I implemented following path finding algorithm: 1) Choose precision (it'll be denoted by k) 2) Divide map into k x k squares. 3) Make graph from those squares according to the following rules: - Every node represents one square - Two nodes ...

How to go about creating a SQL Server Agent clone / customization (NOT another SQL Server Express Agent question)

I'm managing a web app featuring countless ETL (Extract, Transform & Load) processes feeding a datawarehouse (using SSIS dtsx packages + *.sql files). At the moment, everything is governed by several SQL Agent processes monitoring "scheduling queue" tables. I'm trying to figure out a way to develop a scheduler or scheduling "framework"...

Does anyone know how to prevent Exchange 2010 unloading transport agents?

In Exchange 2007 transport agents (e.g. RoutingAgents) were loaded and remained loaded until the transport service shutdown. In Exchange 2010 this behaviour seems to have changed so that agents are unloaded. I'm not sure what the criteria for unloading the agent are, but it seems to happen very rapidly and frequently even when there is ...

TFS 2010 B2 64-bit build agent "unknown state"

Our TF Server is installed on a Windows 2008 Server (32-bit) and the build service is installed on a 2008 Server 64-bit. When attempting to get the build service going, the agent is reported as being in an unknown state. When testing connections between the controller and agent, everything is fine but it is impossible to successfully bui...

How to use Microsoft Agent

hi Folks ,do u know guys how to make the Microsoft Agent takes my voice and understand it and put the words into text or string ? i really could manage to make Microsoft Agent speak the text i gave him ,but i couldn't do the opposite . thanx all ready for the answers ...

How to create a maze (labyrinth) in NetLogo?

I am new to NetLogo software and I am trying to create a 5x5 grid with 2 exits and put some walls in it (in other words i want to create a maze or a labyrinth). I was wondering if there is a way to make thicker or change the colour of only the side and not the whole patch. I want to put only one agent inside and let him find the exit b...

Launchd agent not starting

I'm attempting to write a launchd agent that runs a simple application for every user that logs in to the Mac OS X system. I have created a file named com.mycompany.myapp.plist and placed it in /Library/LaunchAgents. The contents of that file are: { LimitLoadToSessionType = "Aqua"; StartInterval = 10; OnDemand = NO; Kee...

Classloader problems Tomcat 6 javagent

I am using Salve Dependency Injection library that instruments the byte code of the web application. I specified -javaagent in Tomcat VM options and pointed it to the Salve agent jar. The agent jar gets loaded, but then it throws a java.lang.NoClassDefFoundError unable to find classes that are in other Salve jars which are located in WE...

Setting user agent in Java httpclient and allow redirects to true

Hey guys - I am trying to set my user agent string in the HttpClient apache object in Java but I cannot find out how to do it. Please help! Also I am trying to enable redirects to true but also cannot find this option within the HttpClient object. Thanks Andy ...

NetLogo 4.1 - implementation of a motorway ( Problem creating collision of cars )

Hi there, I am trying to create a simulation of motorway and the behaviour of the drivers in NetLogo. I have some questions that I m struggling to solve. Here is my code: globals [ selected-car ;; the currently selected car average-speed ;; average speed of all the cars look-ahead ] turtles-own [ speed ;; the...

when a sql server agent job is created and sheduled should we start running the job manaully for the first time or will it start automaitcally

hi i have created a sql server agent job and scheduled it for every 10 mins. for the first time, when it runs should we need to run the job manually once before it starts with scheduled time. Basically how does the job run for the first time. Also when the job is created the owner of the job is in disabled state. will this effect the sc...

Microsoft Agent Speech Recognition

Hi folk ; i've been working on project where i can make Microsoft Agent Read a Text that i wrote , but i wonder can i make Microsoft Agent Recognize Speech or don't bother trying . ...