National Repository of Grey Literature 331 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
Information System of the Mensa Organization
Madunický, Andrej ; Rychlý, Marek (referee) ; Bartík, Vladimír (advisor)
This bachelor’s thesis aims to design an information system for the organization Mensa Slovakia, whose current information system is insufficient for its needs. The proposed information system aims to simplify work for the organization's management, groups within the~organisation, and other users. This thesis analyzes the organization's requirements, focuses on system design, and summarizes user testing of the system. The information system was designed in PHP, with the front end designed in HTML using the template engine Twig and the CSS framework Tailwind CSS. The database was implemented using the relational database system MySQL. The main outcome of the work is a functional prototype of~the~information system for the organization Mensa Slovakia.
Creating a modern web application
Fanta, Tomáš ; Sikora, Marek (referee) ; Benedikt, Jan (advisor)
This bachelor thesis deals with the design and development of a web application to enable the user to better understand the behaviour of critical infrastructure. The thesis describes the modern technologies that were used in the implementation. Furthermore, the thesis discusses the security risks of web applications. The main goal is to create the mentioned web application and secure it against common vulnerabilities.
Training tracking using NFC technology
Blažík, Vojtěch ; Zachariášová, Marcela (referee) ; Strnadel, Josef (advisor)
This bachelor thesis describes the development of mobile application which uses NFC technology for training tracking and monitoring of gym equipment usage. The work summarizes the basic motivation and approaches to training and equipment tracking as well as NFC technology and mobile app development focused on the multiplatform framework Flutter. The resulting app is based on the client-server architecture with offline mode support and uses the identifiers of deployed NFC tags to identify the machine and exercises. The goal of this work is to show a functional system, which incorporates this technology in an unconventional way to achieve a higher user comfort.
Navigation of UAVs in unknown 3D environment including collision avoidance
Jirka, Lukáš ; Klouda, Jan (referee) ; Raichl, Petr (advisor)
This bachelor thesis focuses on the issue of drone navigation in an unknown 3D space with the use of stereocamera and algorithms for tracking and obstacle avoidance. It combines ROS2 (Robot Operating System) framework, PX4 autopilot and Gazebo simulator to create an enviroment suitable for development and testing of said algorithms.
Framework for interactive web textbooks of music theory
Neděla, Jakub ; Říha, Kamil (referee) ; Lieskovan, Tomáš (advisor)
Musical notation plays a crucial role in accessing and interpreting musical content while also serving as a means of communication between musicians and performers. This work explores existing frameworks for displaying musical scores and playing sounds on web pages. The aim of the project is to design and implement a solution enabling the display and playback of musical scores. To achieve this goal, various library options are examined. For the implementation of the program for web pages, the VexFlow and Tone.js frameworks have been selected. The result of the work is a proprietary software tool that allows the display and playback of musical scores on web pages with the aim of promoting a better understanding of musical notation.
Visual testing using OpenQA framework
Vacek, Tomáš ; Králík, Jan (referee) ; Krejsa, Jiří (advisor)
This Bachelor’s thesis aims to validate the viability of using openQA framework to test PC applications, web applications and applications for embedded systems. The first part deals with the theory concerning application testing. The preparations of said framework is then described in the second part. The last part presents test examples for different scenarios.
Framework for Analysis of Changes in Data Structures of Core Routers
Bednářová, Marie ; Martínek, Tomáš (referee) ; Matoušek, Jiří (advisor)
Páteřní směrovače jsou síťová zařízení, která v kontextu výkonnosti musejí držet krok s požadavky nových internetových služeb a aplikací. Jeden z faktorů, který výkonnost směrovače ovlivňuje, je klasifikační algoritmus, který je součástí procesu přeposílání příchozích paketů na základě jejich cílové IP adresy. Každá adresa je předložena Forwarding Information Base (FIB), která implementuje algoritmus Longest Prefix Matching (LPM) - hledání nejdelšího shodného prefixu. FIB tabulka obsahuje prefixy všech dosažitelných sítí z daného směrovače a na základě poskytnuté IP adresy pak rozhodne, kam daný paket dále přeposlat, aby dorazil na místo určení. Existuje několik LPM algoritmů s různými vlastnostmi, jako je rychlost vyhledávání, náročnost na paměť, náročnost na aktualizaci, a další. FIB tabulka se v průběhu provozu směrovače aktualizuje na základě změn ve Routing Information Base (RIB). Tyto změny jsou prováděny na základě směrovacích informací, které si mezi sebou směrovače vyměňují. Z těchto poznatků vychází téma této práce, které se věnuje tomu jak, dynamické jsou změny datových struktur FIB tabulek v páteřních směrovačích. Tato práce se věnuje návrhu a implementaci frameworku, který je možné použít jako pomocný nástroj pro vyhodnocování LPM algoritmů, na základě toho, jak daný algoritmus mění datové struktury FIB tabulek v páteřních směrovačích. Test je prováděn pomocí simulace, kdy LPM algoritmus je nejprve umístěn do zjednodušeného modelu směrovače jako implementace FIB tabulky. Poté, na základě zpráv protokolu BGP (Border Gateway Protocol), bude algoritmus aktualizovat datovou strukturu FIB tabulky. Celá simulace je monitorována a účinky změn jsou zaznamenávány. Na konci simulace jsou poskytnuty výsledné statistiky. Framework dále umožňuje změnit implementaci LPM algoritmu a také nastavení samotné simulace. Nakonec je funkčnost frameworku prověřena na základě experimentů.
Framework for backtesting of algorithmic trading including the strategy improvement using the evolutionary algorithms.
Kmenta, Martin ; Plchot, Oldřich (referee) ; Szőke, Igor (advisor)
This thesis focuses on the development of an advanced framework for backtesting algorithmic trading strategies, emphasizing the optimization of strategies using evolutionary algorithms. It deals with the analysis and application of technical analysis in the trading context. It also focuses on the design and development of modules for efficient retrieving, processing, visualization, and analysis of various types of market data, allowing users to create and backtest their indicators and trading strategies using a robust framework.
Universal Framework for Experiments with 3D Displaying Devices
Hlávka, Marek ; Milet, Tomáš (referee) ; Chlubna, Tomáš (advisor)
Devices displaying three-dimensional images are becoming more and more common in everyday life, and therefore it is necessary to ensure the best quality of the displayed space. This thesis deals with comparing the effectiveness of various methods of virtual reality display today, such as stereoscopic or holographic displays. It also deals with design, implementation, and publication of a framework that allows for the comparison and testing of such devices. The framework is created in the Unity game engine, mostly using scripts in the C# language. Thanks to the framework, it is easier and more efficient to compare different types or specific variations of devices for displaying the three-dimensional images. The published framework is available as open-source.
CMS Framework
Tomek, Jiří ; Mazal, Zdeněk (referee) ; Jurka, Pavel (advisor)
This thesis is concerned with design and description of framework for internet content management systems. Framework is implemented using PHP5 programming language and MySQL 4.1 database engine. It is aimed to simplify creation of various internet presentations using simple principles that are repeated in similar projects. We closely look on concept of framework using UML and we analyse choice of used technologies. There are principles of function of whole system, its' structure and used technologies described further in text. This work also contains sample implementation of framework module for practical use.

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