National Repository of Grey Literature 35 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
Computational tool for a stress-strain analysis of the mechanically loaded circular and annular plate
Dohnal, Jakub ; Majer, Zdeněk (referee) ; Ševeček, Oldřich (advisor)
The bachelor's thesis primarily deals with the creation of a computational tool for stress-strain analysis of rotationally symmetric circular and intercircular plates. The commercial software MATLAB and its component APP DESIGNER were used for this purpose. The program uses analytical relationships of general solid mechanics to solve differential equations for several types of plates and loads. Part of the bachelor thesis is also a parametric study comparing the outputs of analytical and numerical model based on the finite element method, aimed at identifying the practical application of the analytical solution and its accuracy for a particular case of the plate.
Proposal of a Companion Mobile App for a Web Portal
Kovařík, Ondřej ; Štepník, Štefan (referee) ; Dydowicz, Petr (advisor)
This thesis focuses on developement of mobile app for cross country skiiers. It follows, step by step, the process of developement; starting with analysis, through design, up to premises of future developement. The app is being developed for iOS platform. The thesis also discusses proposed means of monetization.
Unconventional Dating Mobile Application
Demel, Jan ; Burget, Radek (referee) ; Hynek, Jiří (advisor)
The aim of this thesis is to create a new dating app that corrects the shortcomings of existing solutions. It turned out that the main shortcomings are impersonal dating and judging based on appearance. These are corrected by using the psychological model called MBTI and limiting the amount of time that users can chat. The thesis gradually discusses the issue of current applications, the design of solutions for partial problems and lastly the description of the implementation itself. The implementation consists of a cross-platform mobile application and an API. The cross-platform application itself was implemented as a mobile native app using React Native. The API was implemented as a REST API. The app uses Firebase services for data storage, sending notifications and user authentication. The localization API of the device is used to search for suitable connections in the vicinity.
Crowd-Sourcing Games for Annotations
Šujan, Tomáš ; Beran, Vítězslav (referee) ; Smrž, Pavel (advisor)
The goal of this bachelor thesis is to develop and implement a gaming application for the operating system Android, the purpose of which is to gather image annotations. The main purpose of this application is to simplify and improve this process, to extend the data range of these annotations and to provide entertainment for its users. The implementation of the application was processed in programming languages Android for the client segment and PHP for the server.
Web and Mobile App for Assigning and Confirming Tasks
Jeřábek, Filip ; Špaňhel, Jakub (referee) ; Herout, Adam (advisor)
This work solves managing employees by a dispatcher. The goal is to increase the efficiency of the work of a dispatcher, as well as a single employee's tasks. I focused on assigning tasks, event notification, and tasks state changes and all that in real-time. The solution consists of a website application that is used by a dispatcher and mobile application for employees. Website application is made in the PHP framework Symfony and the mobile app is made in the Flutter framework. The whole idea is to simplify the communication process. The dispatcher is able to check the state of assigned tasks whenever he needs, as well as the employee is notified about the newly assigned task, or changed task state, immediately. The solution significantly simplified the dispatcher's job. The idle times and unnecessary employee journeys were eliminated thanks to the immediate response, which made the whole process more effective. Following these facts, the overall costs should be lowered, and also more work should be made in the same amount of time.
Web App for Simple Editing of Short Text with Limited Vocabulary
Poláčeková, Simona ; Bartl, Vojtěch (referee) ; Herout, Adam (advisor)
The aim of this thesis is a draft, an implementation and subsequent testing of a simple and user-friendly web application, which makes use of a limited dictionary to check the language. The limited dictionary is a dictionary of the most commonly used Czech words. The application can be used for simple writing of texts. The user can test if he can write a more complex thought, sentence or text using only the most commonly used Czech words. The introduction of this thesis describes the technologies used to make this application, their functionality and the way in which they are used. Then there is described implementation of the application. As a conclusion, there is a summary of the testing of the application by users and the overall results of this bachelor thesis.
New Generation of Open-Source Tool Stranger Strings
Kňazík, Matej ; Dobeš, Petr (referee) ; Herout, Adam (advisor)
Cieľom tejto bakalárskej práce je opísať vývoj webovej aplikácie s názvom Stranger Strings. Projekt si ponechal svoje meno po internom firemnom nástroji, avšak vo všetkom ostatnom prešiel kompletnými zmenami. Účel Stranger Strings sa pozmenil, kód bol od základu prepísaný a celý projekt bol zmenený na open-source. Rovnako bolo redizajnované aj užívateľské prostredie za účelom rozšírenia cieľovej skupiny užívateľov. Táto práca podrobne popisuje tento proces a tiež vysvetľuje, akú úlohu zohralo užívateľské testovanie pri identifikácii hlavných problémov aplikácie. Výsledkom tejto práce je open-source nástroj na analýzu lokalizácie, ktorý pomáha užívateľom zlepšovať jej kvalitu.
Multimedia Player for iOS
Singh, Kevin ; Číka, Petr (referee) ; Grabovský, Štěpán (advisor)
Diploma work „Multimedia player for iOS“ deals with the description of the video formats such as HLS, MP4, MPEG Transport Stream, and Dash. Next, it continues with protected content DRM, VAST advertisements and analytics tool called Google Analytics. During compilation of this diploma work was created a framework in programming language Swift. This framework is basically a player, that besides playing Interactive videos is able to show ads, subtitles, can change the video quality, AirPlay and download the content for offline playing. A feature to play a protected content could not be done as a developer's request for a product deployment SDK Fairplay was refused from an SDK owner. A testing app was also created that implements developed a framework and prove the functionality of the developed functions.
Proposal for Communication Mix Changes of the Selected Club
Šturma, Pavel ; Mucha,, Ing, Martin (referee) ; Mráček, Pavel (advisor)
Diploma thesis deals with the analysis of the communication mix of ice hockey club PSG Zlín. The theoretical part parses general terms of marketing communication and communication mix with a focus on online communication. The second part introduces the club, analyzes its marketing enviroment and its current communication mix again with the focus on online communication. The last part contains suggestions for its possible changes and improvements.
Interactive Searching in Online Archive of Visual and Audiovisual Artworks
Kuře, Dominik ; Myška, Vojtěch (referee) ; Schimmel, Jiří (advisor)
This bachelor thesis focuses on development of a web application, which serves as an archive for videos. Each video has a certain amount of keywords. The application uses an already created database and a preinstalled server on which the videos are uploaded. The database was given to the author by his supervisor. Searching through the archive can be done by inputting an expression into a search bar or through a variation of filters that are based on information about each video. The results and the database as a whole are graphically represented by charts, which change their form based on given data. Videos can be played in a video player and a list of similar videos is generated. The list is based on keywords which the videos have in common. The main technologies used in the application are Node.js, React and MariaDB. A good amount of libraries are used for this application, allowing JavaScript to be the primary programming language in all phases of development. The text of this bachelor thesis can be dividen in two parts - theoretical and practical. The first part describes all the technologies and libraries used in the application. An in depth approach was taken especially on those parts of each library which are actually being used in the practical. Apart from the necessary technologies, the reader will be also introduced to libraries and systems which help a programmer with his work such as automatic formatting of code and it's backup, saving different versions of the code or adding static datatypes into JavaScript through TypeScript. The theoretical part should give the reader a summary of how browser applications work and communicate with each other. In the practical part an entire application will be built from scratch. The application will connect four different servers - front-end, back-end, database server and a server storing the videos - and allow them to communicate accordingly. The bachelor thesis also contains information about using different controllers for manipulating the browser.

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