National Repository of Grey Literature 500 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
Web Based Simulator of Superscalar Processors
Majer, Michal ; Olšák, Ondřej (referee) ; Jaroš, Jiří (advisor)
A clear and interactive visualization of the superscalar processor is a valuable tool for studying its operation, particularly due to its complexity. The main contribution of this work is the extension of the existing RISC-V instruction set simulator with a new web-based user interface and improvements of the simulation quality. Nearly all modules of the simulator have been enhanced. Among other things, errors in the implementation have been resolved, statistics collection has been improved, and the instruction set has been expanded. The integration with the C language compiler is of great benefit. The simulator has been expanded to include HTTP and CLI interfaces. The React library has been utilized for implementing the web application. The result of the work is a functional and tested application, ready for practical use and with a positive impact on education.
User Interface for the bee hive management system
Torbin, Evgeny ; Rozman, Jaroslav (referee) ; Veigend, Petr (advisor)
The aim of this thesis is to create a user interface for the bee hive management system and its implementation as a multiplatform application. The user will be able to view statistics about their hives, apiaries and manage them. This information is provided by the server and received from special sensors installed directly in the hives. To solve this problem, Ionic framework written in JavaScript language and web technologies HTML and CSS were used. Communication with the server is done using REST API. The final application provides an interactive and user-friendly interface for managing bee hives, and is available on different platforms. The main result of this work is to prove that it is currently possible to create a full-fledged application without knowledge of platform-specific technologies. This approach makes the development of similar projects cheaper, more efficient and much faster.
Uživatelské rozhraní nástroje Combine
Nenutil, Patrik ; Rozsíval, Michal (referee) ; Smrčka, Aleš (advisor)
This bachelor's thesis aims to create a new user interface for the Combine tool, since the current one was merely a prototype to showcase the tool's operations. The newly developed user interface allows use of datasets and simplified criteria inserting. Furthermore, shortcomings were fixed based on the studied principles. Automated GUI tests were implemented to validate the implementation's accuracy. As a result of this project, the user interface of tool Combine was improved.
Graphical Interface for the NetLoiter
Ščupák, Marian ; Smrčka, Aleš (referee) ; Rozsíval, Michal (advisor)
The aim of this work is to create a graphical user interface that simplifies working with the NetLoiter tool. The chosen form for implementing the user interface is a web application. The created user interface allows the user to fill out forms, which validate their input and convert it into configuration files. The generated configurations can be used to run the NetLoiter tool via the SSH protocol and subsequently monitor the output in a user-friendly manner in real-time. The interface also provides users with the ability to perform basic statistical analyses on the data generated by the NetLoiter tool. The result of the work is increased efficiency in managing the NetLoiter tool and easier interpretation of its outputs.
Optimization and testing of the frontend on the Smart City platform
Špaček, Ján ; Hynek, Jiří (referee) ; John, Petr (advisor)
Cílem této práce je ve spolupráci s firmou Logimic vytvořit prostředí pro automatizované testování uživatelského rozhraní a výkonu platformy ACADA. Dalším cílem je odhalit problematické části platformy způsobující omezení výkonu a navrhnout optimalizace. K~dosažení stanovených cílů byl analyzován aktuální stav testování ve firmě a navržen nejvhodnější softvér pro testování. Výsledkem práce je soubor testů imlementový v knihovně Cypress, umožňující časnou identifikaci problémů v procesu vývoje. Využitím schopností knihovny Cypress zajišťuje tento soubor testů rychlejší a efektivnější postup testování a přispívá také k spokojenosti uživatelů zajištěním spolehlivosti a respozivity.
Audio files analysis application
Dřevojánek, Dalibor ; Schimmel, Jiří (referee) ; Přinosil, Jiří (advisor)
This bacherol thesis focuses on RIFF format files, their structure, processing, usage and creating an application, which is able to show the structure of these files and their simple editing. Application is developed using the C# programming language and .NET framework. It can show the structure of a file in a tree view, plot a waveform sotred in an audio file, edit values in some chunks, extract a chunk of a RIFF file, save it to another file and add or remove a chunk from a RIFF file. Application also contains a console version which can be used in evironments without graphical interface. It is developed using integrated development environment Rider from the company JetBrains s.r.o and git repository stored in cloud service GitHub was used for source code storage and preservation.
Integration of Geovisto library components
Utíkalová, Iva ; Lazúr, Juraj (referee) ; Hynek, Jiří (advisor)
Many tools have been created for the visualization of geographic data with different purposes and with different level of abstraction. Among the tools for data visualization on web applications in 2021 also included by the Geovisto library. This tool was created in order to easily visualize geographic data, which, according to the user’s choice, converts the input data into a visual form and allows easy configuration of this display. Due to unsatisfactory current status web application that presents the Geovisto library, this work aims to redesign this application to attract more users or developers and convey information, how the library itself works. The new web application should be user friendly and easy for administrators to maintain.
Online video annotation tool
Moiseev, Nikita ; Bařina, David (referee) ; Klíma, Ondřej (advisor)
Cílem bakalářské práce bylo vyvinout webový nástroj pro anotaci objektů ve videích. Nástroj je navržen tak, aby poskytoval rozhraní pro anotaci objektů za účelem dalšího využití dat anotace v jiných aplikacích. Nástroj využívá moderní frameworky a knihovny pro vytváření uživatelsky přívětivých webových aplikací. Tato práce obsahuje informace o existujících nástrojích, knihovnách a nástrojích použitých v procesu vývoje, o procesu vývoje uživatelského rozhraní a podrobnosti o implementaci. Implementovaný nástroj obsahuje funkce pro správu videa, editaci anotací a import či export dat. Díky aplikaci má uživatel možnost anotovat svá videa pro další využití v různých oblastech.
Interaktivní manuál v rozšířené realitě
Přichystal, Filip ; Beran, Vítězslav (referee) ; Kapinus, Michal (advisor)
The goal of this thesis is to create mobile application, that provides interactive manuals in augmented reality. Users can create manuals by placing interactive objects in the space. These can further move, rotate and edit their information. The manual thus created is saved and user is able to view it in the application. The application was implemented in the Unity game engine. The thesis includes a description of the design of the application, the implementation procedure and its testing. Based on the testing, a possible direction for future development was made.
Web for Transcribing of Genealogical Sources
Susík, Josef ; Kočí, Radek (referee) ; Rozman, Jaroslav (advisor)
This bachelor thesis deals with the creation of a new web environment for transcribing genealogical sources using modern technologies. The existing web application used for transcribing genealogical records http://radegast.fit.vutbr.cz/ is functional, but has shortcomings in the user interface. Therefore, the aim of this work is to improve the current application and implement it using new technologies, for possible future maintenance. The first part of the thesis focuses on analyzing the current state of the application and identifying problem areas. Subsequently, the architecture and design of the new web environment is proposed. The next phase of the work focuses on the implementation of the proposed architecture and problem solving. In the final part of the work, testing is performed. The conclusion of the thesis summarizes the achieved results and suggests possible next steps for the development of the application.

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