National Repository of Grey Literature 11 records found  1 - 10next  jump to record: Search took 0.01 seconds. 
Template system for generating text documents
Vávro, Petr ; Kopecký, Michal (advisor) ; Kulič, Luboš (referee)
This thesis aims on design and implementation of a three-tier system for generating text documents from templates and supplied data. The system is going to be a part of the information system Munis developed by Triada. The thesis significantly extends the possibilities, provided by the component Aspose. Words by Aspose, Templates may contain expressions evaluated at time of data insertion, master-detail constructs of arbitrary level as well as conditionally shown text blocks.
Workgroups Support System
Kobr, Dan ; Kopecký, Michal (advisor) ; Kulič, Luboš (referee)
This bachelor's thesis deals with collaborative management tools. It classifies them into groups and identifies typical functions of these programs. This thesis designs and implements new groupware application. Emphasis was put on its usefulness, ease of its use and modularity, which makes possible simple adding new functions and/or deactivating of existing modules and replacing theirs functionality with other third-party applications. Software combines simplicity of web based applications with comfort user interface provided by programs with fat client. Implemented modules allow administration of groups, administration of projects, calendar, contacts and journal.
Peer-to-peer communication
Plachý, Milan ; Nečaský, Martin (advisor) ; Kulič, Luboš (referee)
Title: Peer-to-peer communication Author: Milan Plachý Department: Department of Software Engineering Supervisor: Mgr. Martin Nečaský, Ph.D. Supervisor's e-mail address: necasky@ksi.mff.cuni.cz Abstract: This text is especialy intended to those who are interested into users communication on local network and the internet. It is mainly foccused on Instant messaging. Also on analysing possible and existing solutions. Part of text is dedicated to describing existing communication protocols and desining one. Part of the work is design, implementation and creation of easy messenger. It should also serve as a guide for implementing all parts of aplication for mutual text communication in group of users with certain factors and criteria which are for example network type or range of solution. Keywords: Client-server, Peer-to-peer, Communication, Protocol
Adaptability in XML-to-Relational Mapping Strategies
Kulič, Luboš ; Holubová, Irena (advisor) ; Nečaský, Martin (referee)
One of the ways how to manage XML documents is to exploit tools and functions o ered by (object-)relational database systems. The key aim of such techniques is to nd the optimal mapping strategy, i.e. the way the XML data are stored into relations. Currently the most efficient approaches, so-called adaptive methods search a space of possible mappings and choose the one which suits the given sample data and query workload the most. In the thesis we exploit a general heuristic method called Ant Colony Optimization (ACO) to solve the XML-to-Relational mapping problem. We also adapt the algorithm so it can be used on a dynamic variant of the problem. The algorithms are evaluated in a set of experiments with a conclusion that the ACO-based algorithms are suitable for the problem and can be even used as a basis of a dynamic mapping mechanism.
Automatické třídění pošty pro IMAP servery
Kulič, Luboš ; Bednárek, David (advisor) ; Obdržálek, David (referee)
Number of received e-mail messages is growing explosively which forces users to classify them into several categories. In the presented work we introduce a tool called Apofis, which helps users to automate their routine every-day work with IMAP mailbox by sorting new messages for them and also by step-by-step creating of new rules based on their behaviour, while it still lets the user create, edit or delete the rules and thus affect the process of sorting and learning effectively. Two-level system of sorting rules is introduced - final rules, which the application uses to sort, and potential rules, which have been created according to user's behaviour and are waiting for more successes to prove their usability. Two potential rule learning algorithms were designed - the basic algorithm, fast but not accurate for some cases, and the advanced algorithm, which improves the accuracy by creating a new rule based on condition relevances determined from the organization of the whole mailbox. This thesis contains the most important facts and decisions about the design and implementation of the application and its algorithms.
Template system for generating text documents
Vávro, Petr ; Kopecký, Michal (advisor) ; Kulič, Luboš (referee)
This thesis aims on design and implementation of a three-tier system for generating text documents from templates and supplied data. The system is going to be a part of the information system Munis developed by Triada. The thesis significantly extends the possibilities, provided by the component Aspose. Words by Aspose, Templates may contain expressions evaluated at time of data insertion, master-detail constructs of arbitrary level as well as conditionally shown text blocks.
OprDU - Software for Correcting Homework
Rosa, Rudolf ; Knap, Tomáš (advisor) ; Kulič, Luboš (referee)
It has been discovered that there is no suitable tool for teachers which would make correcting of homework easier for them. Therefore the goal of this work is to create a complex yet flexible software solution for students and teachers for dealing with written homework. The solution combines advantages of current approaches to the issue and eliminates their disadvantages. By its components it covers all phases of work on the document, i.e. its creation by the student, submission to the teacher, correction by the teacher, sending the corrected homework to the student and displaying the corrections to the student. The main part of the solution is an application for the teacher which enables him to make the corrections. It contains advanced functions, e.g. spell-checking or document export. There is an emphasis on maximum effectiveness and user-friendliness. An XML format has been created to represent the documents, which supports not only easy marking of corrections but insertion of other information as well. A server communicating via Web services has been created for a more sophisticated management of the documents and for communication between teachers and students. The last component is a simple student application for documents handling.
Peer-to-peer communication
Plachý, Milan ; Kulič, Luboš (referee) ; Nečaský, Martin (advisor)
Title: Peer-to-peer communication Author: Milan Plachý Department: Department of Software Engineering Supervisor: Mgr. Martin Nečaský, Ph.D. Supervisor's e-mail address: necasky@ksi.mff.cuni.cz Abstract: This text is especialy intended to those who are interested into users communication on local network and the internet. It is mainly foccused on Instant messaging. Also on analysing possible and existing solutions. Part of text is dedicated to describing existing communication protocols and desining one. Part of the work is design, implementation and creation of easy messenger. It should also serve as a guide for implementing all parts of aplication for mutual text communication in group of users with certain factors and criteria which are for example network type or range of solution. Keywords: Client-server, Peer-to-peer, Communication, Protocol
Workgroups Support System
Kobr, Dan ; Kulič, Luboš (referee) ; Kopecký, Michal (advisor)
This bachelor's thesis deals with collaborative management tools. It classifies them into groups and identifies typical functions of these programs. This thesis designs and implements new groupware application. Emphasis was put on its usefulness, ease of its use and modularity, which makes possible simple adding new functions and/or deactivating of existing modules and replacing theirs functionality with other third-party applications. Software combines simplicity of web based applications with comfort user interface provided by programs with fat client. Implemented modules allow administration of groups, administration of projects, calendar, contacts and journal.
Adaptability in XML-to-Relational Mapping Strategies
Kulič, Luboš ; Nečaský, Martin (referee) ; Holubová, Irena (advisor)
One of the ways how to manage XML documents is to exploit tools and functions o ered by (object-)relational database systems. The key aim of such techniques is to nd the optimal mapping strategy, i.e. the way the XML data are stored into relations. Currently the most efficient approaches, so-called adaptive methods search a space of possible mappings and choose the one which suits the given sample data and query workload the most. In the thesis we exploit a general heuristic method called Ant Colony Optimization (ACO) to solve the XML-to-Relational mapping problem. We also adapt the algorithm so it can be used on a dynamic variant of the problem. The algorithms are evaluated in a set of experiments with a conclusion that the ACO-based algorithms are suitable for the problem and can be even used as a basis of a dynamic mapping mechanism.

National Repository of Grey Literature : 11 records found   1 - 10next  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.