Building an Agent

2002 ◽  
pp. 84-97
Author(s):  
Paul Darbyshire

Since the emergence of agent technology, there have been many papers and articles written on the advantages and use of the technology. In particular, in the last two years, the number of papers discussing the use of agent systems seems to have risen exponentially. Whether this rise in the interest of agent technology corresponds to the emergence of eCommerce, Internet banking and the explosion in Web-based systems, or the maturity of the technology and programming languages used to develop them is another matter. For people interested in the technology and wanting to build their own agents, most of the material provides little insight in how to actually build an agent. This chapter discusses the problem of actually building an agent using an example of an “email helper” agent.

2020 ◽  
Vol 5 (1) ◽  
pp. 98
Author(s):  
Anita Ahmad Kasim ◽  
Raziyan Dwi Pathan

 Abstract—PT Sarana Sulteng Ventura is one company that aims to provide loan capital is micro, small, and medium enterprises (UMKM) as a venture partner timed short or long to be able to stand on its own with loan capital that fits with the kind of effort that it takes for the customer. In providing venture capital loans, the company has some terms and conditions that apply. and the company still cultivate customer data manually so that it takes quite a long time. Then with this author makes the eligibility decision support system which will facilitate customer acceptance staff employees of PT Sarana Sulteng Ventura to pre-screen customer deserves a loan business capital to client or small medium enterprises. The researchers used a system that is web -based systems using the programming language PHP and MySQL into its data base processing and sublime text 2 as editor of programming languages. This research used the method of profile matching process to perform the calculation of assessments to help give the eligibility decision of acceptance the customer at PT. Sarana Sulteng Ventura city of Palu.


CCIT Journal ◽  
2021 ◽  
Vol 14 (1) ◽  
pp. 70-78
Author(s):  
Usman Usman ◽  
Sitti Harlina

This study aims to design a web-based academic information system at STIEM Bongaya Makassar. During this academic service to students is still done manually, for example at the end of the semester students usually queue up to see grades and class schedules that use paper media that is posted on the bulletin board, so servants to students become ineffective and inefficient. With the advancement of information technology such as internet media, it can support the academic activities of a college. So with the use of internet media students do not need to come directly to the lecture to get academic information The web-based academic information system at STIEM Bongaya Makassar is expected to provide convenience in managing student data and academic services. This academic information system will later be web-based created using the Php and MySQL programming languages ​​as a database, and white box testing as a testing method to find out whether an application has been made free of logical errors


Author(s):  
Vinay Raj ◽  
Ravichandra Sadam

Service oriented architecture (SOA) has been widely used in the design of enterprise applications over the last two decades. Though SOA has become popular in the integration of multiple applications using the enterprise service bus, there are few challenges related to delivery, deployment, governance, and interoperability of services. To overcome the design and maintenance challenges in SOA, a new architecture of microservices has emerged with loose coupling, independent deployment, and scalability as its key features. With the advent of microservices, software architects have started to migrate legacy systems to microservice architecture. However, many challenges arise during the migration of SOA to microservices, including the decomposition of SOA to microservice, the testing of microservices designed using different programming languages, and the monitoring the microservices. In this paper, we aim to provide patterns for the most recurring problems highlighted in the literature i.e, the decomposition of SOA services, the size of each microservice, and the detection of anomalies in microservices. The suggested patterns are combined with our experience in the migration of SOA-based applications to the microservices architecture, and we have also used these patterns in the migration of other SOA applications. We evaluated these patterns with the help of a standard web-based application.


2020 ◽  
Vol 8 (4) ◽  
pp. 433
Author(s):  
Muhammad Husein ◽  
Ida Bagus Gede Dwidasmara

Event in Indonesia is an activity that utilizes a place or service in the implementation of these activities. Many obstacles that currently often occur when an event wants to be held either in the limited availability of information about the Event Organizer or where the event is inadequate due to limited sources. The similar information provided only display Event Organizer or Venue, but this is limited by the absence of a system that fulfills the transaction process directly. In the era of the development of science and technology as well as industry 4.0 that continues to expand, business ideas emerge that are initialized into one of the web-based marketplace application platforms that are able to promote Event Organizer and Venue also provide information and Event Organizer and Venue ordering processes for Event Users. The system, entitled Finding EO, uses the Prototyping method and its developed with PHP Programming languages.


2019 ◽  
Vol 11 (21) ◽  
pp. 2508 ◽  
Author(s):  
Argyro-Maria Boutsi ◽  
Charalabos Ioannidis ◽  
Sofia Soile

The evolution of the high-quality 3D archaeological representations from niche products to integrated online media has not yet been completed. Digital archives of the field often lack multimodal data interoperability, user interaction and intelligibility. A web-based cultural heritage archive that compensates for these issues is presented in this paper. The multi-resolution 3D models constitute the core of the visualization on top of which supportive documentation data and multimedia content are spatial and logical connected. Our holistic approach focuses on the dynamic manipulation of the 3D scene through the development of advanced navigation mechanisms and information retrieval tools. Users parse the multi-modal content in a geo-referenced way through interactive annotation systems over cultural points of interest and automatic narrative tours. Multiple 3D and 2D viewpoints are enabled in real-time to support data inspection. The implementation exploits front-end programming languages, 3D graphic libraries and visualization frameworks to handle efficiently the asynchronous operations and preserve the initial assets’ accuracy. The choice of Greece’s Meteora, UNESCO world site, as a case study accounts for the platform’s applicability to complex geometries and large-scale historical environments.


Author(s):  
Xudong Hu ◽  
Chuanyu Wu ◽  
Hong Yu

Java becomes one of the most acceptable programming languages in the Intemet because of the characteristics of distribution, object-orientation, interpretation, and independence of computer platform. An application code programmed in Java can be downloaded and run in any client machine with Java VM through Internet. Most of internet-based application uses Java as the first choice of programming language. The Web-based Tele-calligraphy of pneumatic calligraphic manipulator described in here is one of these applications. In this article, authors will discuss the procedures of how to embed Unispen software package Wintab to Javaapplet using Java native interface (JNI). In the server machine, all communication functions between pneumatic servocontroller SPC-200 and computer had been compiled and linked to a dynamic loaded library in Ch language. Under the C/C++ superset interpreted language Ch, calligraphy handwrote by user in client machine will be formatted, sent, and calligraphed in a far located pneumatic robot manipulator through Internet.


Author(s):  
Yu-Cheng Chou ◽  
Harry H. Cheng

Message Passing Interface (MPI) is a standardized library specification designed for message-passing parallel programming on large-scale distributed systems. A number of MPI libraries have been implemented to allow users to develop portable programs using the scientific programming languages, Fortran, C and C++. Ch is an embeddable C/C++ interpreter that provides an interpretive environment for C/C++ based scripts and programs. Combining Ch with any MPI C/C++ library provides the functionality for rapid development of MPI C/C++ programs without compilation. In this article, the method of interfacing Ch scripts with MPI C implementations is introduced by using the MPICH2 C library as an example. The MPICH2-based Ch MPI package provides users with the ability to interpretively run MPI C program based on the MPICH2 C library. Running MPI programs through the MPICH2-based Ch MPI package across heterogeneous platforms consisting of Linux and Windows machines is illustrated. Comparisons for the bandwidth, latency, and parallel computation speedup between C MPI, Ch MPI, and MPI for Python in an Ethernet-based environment comprising identical Linux machines are presented. A Web-based example is given to demonstrate the use of Ch and MPICH2 in C based CGI scripting to facilitate the development of Web-based applications for parallel computing.


Author(s):  
Merrilee Cunningham ◽  
Ruth Robbins

This article addresses the use of embedded scaffolding to enhance web-based learning in an online course which covers an introduction to multiple programming languages, utilizing selected resources and strategies as scaffolding techniques. This programming languages class is taught at the junior level in the Information Systems discipline as an online elective class, in a public institution located in a large, urban setting. Low to high knowledge learners are guided in the development of programs and implementation of systems through the use of four different programming languages. Learners with various experience levels were surveyed to determine if they thought these reinforcing scaffolding techniques were effectively used to provide all students with their own success producing pathway through the course. While finding out which scaffolding sections actually added to student success may not be absolutely necessary in designing a successful course, embedding hypermedia fostering a systematic improvement of learning options requires the constant “redesign” and encompasses web-based scaffolding processes as a very real advantage.


Author(s):  
A. Guarnieri ◽  
A. Masiero ◽  
M. Piragnolo ◽  
F. Pirotti ◽  
A. Vettore

In this paper we present the results of the development of a Web-based archiving and documenting system aimed to the management of multisource and multitemporal data related to cultural heritage. As case study we selected the building complex of Villa Revedin Bolasco in Castefranco Veneto (Treviso, Italy) and its park. Buildings and park were built in XIX century after several restorations of the original XIV century area. The data management system relies on a geodatabase framework, in which different kinds of datasets were stored. More specifically, the geodatabase elements consist of historical information, documents, descriptions of artistic characteristics of the building and the park, in the form of text and images. In addition, we used also floorplans, sections and views of the outer facades of the building extracted by a TLS-based 3D model of the whole Villa. In order to manage and explore these rich dataset, we developed a geodatabase using PostgreSQL and PostGIS as spatial plugin. The Web-GIS platform, based on HTML5 and PHP programming languages, implements the NASA Web World Wind virtual globe, a 3D virtual globe we used to enable the navigation and interactive exploration of the park. Furthermore, through a specific timeline function, the user can explore the historical evolution of the building complex.


Sign in / Sign up

Export Citation Format

Share Document