Národní úložiště šedé literatury Nalezeno 1,069 záznamů.  1 - 10dalšíkonec  přejít na záznam: Hledání trvalo 0.01 vteřin. 
Databázový systém soutěže Stříbrný píst SMC
Lenhart, Vojtěch ; Šeda, Miloš (oponent) ; Dobrovský, Ladislav (vedoucí práce)
Tato diplomová práce se zaměřuje na návrh a realizaci databázového systému pro soutěž Stříbrný píst SMC. Práce zahrnuje seznámení se se soutěží, analýzu stávající databáze a technické aspekty vývoje, včetně bezpečnostních opatření. Analyzuje potřeby a požadavky soutěže a navrhuje vhodné řešení pro správu soutěžních úloh, bodování a správu uživatelských účtů. Implementace aplikace obsahuje vytvoření databázové struktury, implementaci bezpečnostních opatření a vývoj uživatelského rozhraní s responzivním designem pro různá zařízení. Výsledkem je komplexní databázový systém splňující požadavky soutěže a poskytující uživatelsky přívětivé prostředí pro správu soutěže Stříbrný píst SMC. Dosažené výsledky jsou zhodnoceny a jsou zde pak zmíněny možnosti pro další rozvoj a zlepšení systému.
Grafický simulátor superskalárních procesorů s webovým rozhraním
Majer, Michal ; Olšák, Ondřej (oponent) ; Jaroš, Jiří (vedoucí práce)
Názorná a interaktivní vizualizace superskalárního procesoru je velmi užitečnou pomůckou při studiu jeho fungování, zejména kvůli jeho složitosti. Hlavní přínos této práce je rozšíření stávajícího simulátoru procesoru instrukční sady RISC-V o nové webové uživatelské rozhraní a zkvalitnění simulace. Vylepšeny byly téměř všechny moduly simulátoru. Velký přínos má integrace s překladačem jazyka C. Simulátor byl rozšířen o HTTP a CLI rozhraní. Mimo jiné byly také odstraněny chyby v implementaci, vylepšen sběr statistik a doplněna instrukční sada. K implementaci webové aplikace byla využita knihovna React. Výsledkem práce je funkční a otestovaná aplikace, která je připravena k použití v praxi a bude mít pozitivní přínos pro vzdělávání.
Uživatelská přívětivost systému hlasování obecních zastupitelstev
Osinek, Pavel ; Hynek, Jiří (oponent) ; Zaklová, Kristýna (vedoucí práce)
Tato bakalářská práce se zabývá uživatelskou přívětivostí systému pro vizualizaci hlasování Zastupitelstva města Brna. Cílem práce bylo analyzovat výchozí stav systému a na základě zjištěných poznatků navrhnout a implementovat redesign uživatelského rozhraní s důrazem na uživatelskou přívětivost i v mobilní verzi. Součástí práce bylo také vytvoření nových rozšíření systému. V teoretické části jsou shrnuty základní informace o obecních zastupitelstvech a možné způsoby prezentace dat z jejich jednání. Též jsou zde vysvětleny pojmy z oblasti uživatelské přívětivosti a vizualizace dat. Vytvořený redesign byl implementován pomocí kaskádových stylů a knihoven React, chart.js a PrimeReact. Součástí praktické části byla také refaktorizace a optimalizace klientské části aplikace. Systém byl otestován vybranou skupinou uživatelů. Výstupem této práce je průzkum cílové skupiny uživatelů, návrh a implementace uživatelsky přívětivého systému s rozšířenými funkcemi.
Web for Displaying Archive Materials
Malík, Oto ; Veigend, Petr (oponent) ; Rozman, Jaroslav (vedoucí práce)
The thesis deals with the websites analysis of the archives in the Czech Republic and used technologies. The aim of the thesis is to design an intuitive user interface and to create a datacentric web application for displaying archival materials from eight main archives in the Czech Republic. The server part of the application is implemented by using the Java programming language with Spring Boot. The client part of the application is built by using Angular, and the part of the application that is designed for a detailed browsing of the digitized attachments is created by using the OpenSeadragon JavaScript library.
Web pro zobrazování archiválií
Šesták, Pavel ; Veigend, Petr (oponent) ; Rozman, Jaroslav (vedoucí práce)
Cílem diplomové práce je sjednotit data jednotlivých archivů do jednoho systému, v rámci kterého bude tato data uživatel moci vyhledávat a prohlížet. Především se jedná o naskenované archiválie a jejich metadata. Práce se věnuje popisu jednotlivých typů archiválií a analýze aktuálních systémů. V práci jsou porovnány čtyři scrapovací systémy, a to na základě velikosti datových sad, chybějících hodnot a konzistence mezi jednotlivými datovými sadami. Systém pro zobrazování archiválií je následně namodelován pomocí behaviorálních a strukturálních UML diagramů. Součástí práce je i grafický návrh vyhotovený v nástroji Figma. Práce rovněž obsahuje popis postupu implementace, testování a nasazení pomocí Dockeru na školní infrastruktuře.
Generating Synthetic Web Traffic
Koprda, Peter ; Žádník, Martin (oponent) ; Hranický, Radek (vedoucí práce)
Web crawlers, also known as web spiders or bots, play a crucial role in information retrieval, search engine optimization, and website indexing. However, web robots can also be used in the penetration testing of web applications. Automating the vulnerability discovery process, identifying hidden endpoints, and effectively mapping the structure of a web application can improve the effectiveness of penetration testing. This work focuses on creating a tool designed for generating non-human (synthetic) web traffic. This tool will also be designed for automated penetration testing of web applications using web robots, using synthetic web traffic for enhanced testing capabilities. Additionally, this tool will be used for evaluating the effectiveness of security systems such as IDS, IPS, and web application firewalls (WAF).
Web application for setting up an ergonomic position on a bicycle
Vlasák, Jiří ; Bobák, Petr (oponent) ; Čadík, Martin (vedoucí práce)
This work focuses on the development of a web application that helps users to set up an ergonomic position on a bicycle. The application uses the RTMPose pose estimation model to analyze a side view video of the user pedaling their bicycle, then computes various joint angles and provides the user suggestions for changing the bicycle saddle height, saddle setback, handlebar height and handlebar reach to achieve more ergonomic position. The application is implemented using the SvelteKit framework. The pose estimation model runs on the client-side using the TensorFlow.js library. To evaluate and improve the accuracy of the pose estimation model, a dataset of 2309 photos of the author pedaling his bicycle was created. After fine-tuning the model on this dataset, the model Normalized Mean Error significantly decreased from 2.54 to 1.51 (40\% improvement). Experiments showed that that the application successfully detects angle changes caused by the saddle height changes and that the application can be used to set up the saddle height.
Secure Coding Guidelines for Java
Jalakšová, Michaela ; Malinka, Kamil (oponent) ; Tamaškovič, Marek (vedoucí práce)
Java is a popular programming language that is widely used in a variety of applications. However, Java is not an exception when it comes to being vulnerable to attacks that exploit security vulnerabilities in code. The goal of this thesis is to increase awareness of coding vulnerabilities in Java and to develop an educational tool that will help programmers learn how to write more secure code. The aim of this tool is to provide Java programmers with information about secure coding practices and an environment where they can learn the basics of secure programming. It will also provide a solution to some more common vulnerabilities in Java.
Mobile application for remote therapy of hypokinetic dysarthria
Semanková, Soňa ; Mekyska, Jiří (oponent) ; Galáž, Zoltán (vedoucí práce)
Hypokinetic dysarthria is a motor speech disorder that is a common symptom of Parkinson’s disease. Currently, the 3F test is used in the Czech Republic for the diagnosis of dysarthria, on the basis of which a therapeutic material for dysarthria therapy has been developed. The material contains a large number of exercises from which the clinical speech therapist selects the appropriate exercises for the patient based on the previous diagnosis. Dysarthria tends to be a fluctuating condition, therefore the therapy plan needs to be adapted over time to the patient’s current condition. This is the reason why there is a need for a therapeutic mobile application that would simplify the work of the speech therapist and make the patient’s therapy more comfortable. The goal of this thesis is to design, implement and test such a therapeutic application and web interface that will be used by speech therapists to manage patients’ treatment plans. The result of the work is a functional multiplatform therapeutic application with an administration web interface. The server side of the application is implemented using Django framework in Python and the user interface is implemented using React Native and React frameworks in TypeScript.
An App for Organising Football Tournaments
Sadlek, Samuel ; Chlubna, Tomáš (oponent) ; Kapinus, Michal (vedoucí práce)
This bachelor thesis deals in detail with the design and implementation of a sophisticated web application that is specifically designed for the management and coordination of football tournaments. The aim of the work is to develop and provide an intuitive and user-friendly interface that allows users to efficiently organize tournaments, track the progress of individual matches and effectively manage the schedule of competitions. A key aspect of the application is its ability to integrate a timer that supports real-time recording and timely updates of events during matches. This system provides invaluable support to tournament organisers by ensuring the accuracy and timeliness of information that is essential for the smooth running of football events.

Národní úložiště šedé literatury : Nalezeno 1,069 záznamů.   1 - 10dalšíkonec  přejít na záznam:
Chcete být upozorněni, pokud se objeví nové záznamy odpovídající tomuto dotazu?
Přihlásit se k odběru RSS.