National Repository of Grey Literature 972 records found  previous11 - 20nextend  jump to record: Search took 0.02 seconds. 
Central Portal for Project Development in IT Company
Cigánik, Marek ; Španěl, Michal (referee) ; Beran, Vítězslav (advisor)
The goal of the thesis is to create a system to support development of team IT projects~by eliminating the need of various actions through automation and providing information from numerous sources in one place. These sources of information, as well as automation, are Git's development tools, issue managing tools, and timers. Examples of such tools in the same order are Gitlab, Jira and Clockify. The core of the created system is communication with these tools using their API, performing actions on behalf of the developer and obtaining the necessary informations. The created system provides two repository implementations, two issue managing tools implementations, and two timer implementations. The application provides possibility to be extended by implementing other tools. The benefits of this work are small aspects of the system that allow the developer to save time on repetitive and~formal issues and allows him to focus more on the software development itself.
Test Case Management with Support of BDD
Bložoňová, Barbora ; Janoušek, Vladimír (referee) ; Smrčka, Aleš (advisor)
This thesis focuses on test management tools and automated testing. The project covers analysis of existing open source tools and proposes its own BDD orientated test management tool in the form of a web service. The project aims to specify and design this application based on the process of Behaviour driven development. The resulting application TestBuDDy allows for test library management. Changes on the test library are projected onto a remote repository of software under test (SUT) and triggers a test run (the test library is being run against SUT by the BDD framework). TestBuDDy is able to save the test run results, parse them into a report and generate and group found issues. The application also allows requirement management and user management. The application is integrated with the CI/CD tool Gitlab CI, the BDD framework JBehave and the issue tracker JIRA. The application is designed to help testers during their work and also to be expandable within the open source community.
Digital Library
Krbeček, Daniel ; Přinosil, Jiří (referee) ; Číka, Petr (advisor)
The thesis contains basic information about image documents digitalization. A brief list of common used standards in Czech republic is shown. The standards can be used in description of digitalized documents by institutions such as libraries, scientific departments and universities. The thesis specifically solves the dilemma of the preservation and the accessing of B.P.Molls large map collection stored in Moravian Library in Brno city. It analyses step by step the characteristics of the saved documents, style of their interlacing and data representation. In terms of deposition and manipulation it comes with description list of open-source digital libraries and it chooses the Fedora repository. It solves methods of object-model implementation while using this digital library. The functional parts are web presentation of the mentioned map collection and an effectiveness test showing large-scale maps using the flash Zoomify browser. Web presentation uses the repository services as often as possible, and thus allows searching and searching through the bibliographic records of the presented documents. The end of the thesis sums up the obtained results and presents the incoming development course of presentation and popularization of the map collection.
Framework for Building and Testing Network Security Solution
Suška, Jiří ; Očenášek, Pavel (referee) ; Mates, Vojtěch (advisor)
This master thesis discourses upon problems with automatic building and testing of network security solution AVG for Linux/FreeBSD on platforms GNU/Linux and FreeBSD. This work introduces AVG for Linux/FreeBSD and its usage.  Compilation and link are discussed from the source code to the distribution packages, which users can install on your computer. Also, the repository term was introduced, containing the information about their creation and usage. The part about AVG for Linux/FreeBSD testing discusses suitable  automatic testing proposals for this product and implementation of the best solutions. In the practical part, the testing tool was developed. AVG for Linux/FreeBSD was tested using the test tool and implemented test set.
Evaluation of teaching Health and Physical Education at primary and secondary schools: Analysis of existing research
Jahnická, Natalie ; Křivánková, Markéta (advisor) ; Nováková, Pavlína (referee)
Title: Evaluation of teaching Health and Physical Education at primary and secondary schools: Analysis of existing research Objectives: The objective of this thesis is to analyse and evaluate contemporary state of teaching Health and Physical Education at schools in the Czech Republic with using existing research studies. Methods: In this theses methods of comparative analysiswere used in order to evaluate existing bachelor and diploma theses focused on health and physical education. The data were drawn from Google Scholar database, the digital database of Charles University, theses.cz and from the ResearchGate. Furthermore, data from questionaires carried out among teachers in 2005 were included. Results: The results say, that Health and Physical education is not taught at 194 schools from the whole of 226 researched schools. The most common health issue mentioned by 104 schools being the weakenning of moving apparatus. The main obstacles for inclusion of PE into school curriculum mentioned insufficiant finances and lack of professional teaching staff. Such issues are mentioned by 64 schools. Effective options mentioned are various projects supporting PE as well as inclusion of physical activities in other school subjects. Keywords: younger school age, older school age, pupils weaknesses, release...
Economic determinants of gender employment gap in Europe: emphasis on Visegrad countries
Frimpomah Wereko, Jennifer
ABSTRACT IN ENGLISH The presence of gender discrimination in the labou market has attracted a lot of attention in recent years. A greater in balance in the labou market does not only lead to economic loss but also has a high effect on the well being of women and quality of our society. The study investigates the economic determinants of gender employment gap with a focus on Visegrad Countries; Czech Republic, Hungary, Poland and Slovakia, where little attention has being given to gender employment in the past years. The secondary data for the study was obtained from the world bank database. All Visegrad country's data was downloaded, combined into one dataset, and then examined using ordinary least squares estimation. The analysis revealed that a total of 8 variables out of the initial 16 variables were significant predictors of gender employment gap. Also, almost all the variability in the dependent variable is being explained by the 8 predictors in the model. This is evidenced by a 98.7% coefficient of determination value. The study recommends that since female employment to population ratio increases whiles gender employment gap decreases, more job opportunities for women should be created including engaging women in entrepreneurship. Additionally, flexible work schedules make it easier for women to balance their various obligations and create a better work-life balance. If parents have access to inexpensive childcare options and parental leave, more women will work in advanced economies. The proportion of women who leave the employment after giving birth might be decreased with the aid of improved child care facilities, lengthier leave regulations, and more flexible work environments.
Convergent Real-Time Collaborative Document Editor and Repository
Kloda, Vojtěch ; Kruliš, Martin (advisor) ; Zavoral, Filip (referee)
Online document editors are useful tools that allow users to create, edit, and often also store and share documents. Some editors additionally support collaborative real-time editing for multiple users, allowing them to get live feedback from others. Collaborative editors need to face the issue of conflicting user changes. To avoid desynchronization, such editors need to be able to resolve conflicts in a consistent way at the site of each user. To do so, editors use the technology of operational transformation, which proposes a series of complex algorithms aiming to achieve consistency. The goal of this thesis is to develop a collaborative editor and repository prototype which is able to automatically resolve conflicting user changes and support large numbers of active users. To achieve this, a new theory for handling consistency is devised from an existing one by introducing a set of constraints to improve scalability. 1
Debian repository web interface
Murgaš, Marek ; Jablončík, Lukáš (referee) ; Sysel, Petr (advisor)
The theme of this bachelor’s thesis is implemetation of web interface for Debian repository. The main goal of this bachelor’s thesis was to create application, which will be able to get information from compressed debian packages and generate corresponding index files for the purpose of simulating Debian repository structure. The theoretical part of this thesis concentrates on introduction of technologiesused for implementation of web interface. Further, it deals with description of Debian repository structure. Theoretical part also includes description of Debian packages structure and information needed for generating index files. Additionally, there is also introduction of possible ways for signing Debian packages. Practical part of this thesis consists of description of web interface implementation and presentation of user interface.
Public Licences
Schwarz, Vojtěch ; Holcová, Irena (advisor) ; Dobřichovský, Tomáš (referee)
Public licenses Abstract This master thesis aims to provide a comprehensive overview of the legal concept of public licenses and the issue of free (libre) and open source software. To achieve this, it analyzes all relevant legislation, both on a national constitutional and statutory level, specifically the Czech Civil Code and the Czech Copyright Act, and on an international level through the relevant legislation of the European Union and international treaties signed by the Czech Republic. In addition to the analysis of legislative acts, it deals with the relevant judicial decisions of foreign countries, since no such decisions were yet made by Czech courts. Apart from the above mentioned, the most important analysis consist of an in-depth dive into the wording of the license terms of selected licenses, namely Creative Commons and its variants, the GNU General Public License (versions 2.0 and 3.0), the BSD License and the MIT License, all of which apart for the Creative Commons licenses were selected due to them being the most used public licenses based on data from the online open source software repository Sourceforge. The thesis consists of three main topical areas, each of which forms an important part of the comprehensive analysis of the legal concept of public licenses. The first offers an overview...
Web Interface for RDF Storage Browsing
Tomov, Patrik ; Hynek, Jiří (referee) ; Burget, Radek (advisor)
The aim of this thesis is to create a web interface for browsing the RDF storage, where the user will be able to manipulate its content. Within the storage, he will be able to create and delete repositories, add and delete repository content, view and interact with repository content, and also perform SPARQL queries within the repository. The client part of the application is written in Javascript using the Vue framework. The RDF4J server, which is deployed on the Apache Tomcat service, is used for the server part. Communication between the server and the client is secured using the RDF4J REST API. The resulting application allows to interactively and easily browse the content of the RDF storage.

National Repository of Grey Literature : 972 records found   previous11 - 20nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.