National Repository of Grey Literature 11 records found  1 - 10next  jump to record: Search took 0.01 seconds. 
Payment system for Android operating system
Iľko, Pavol ; Strašil, Ivo (referee) ; Burda, Karel (advisor)
The introductory part of this thesis deals with the information (current payment systems, data security, computer attacks) that provide the theoretical framework needed for further practical task. Further on, the detail description of ACP protocol is offered. The work primarily focuses on the proposal of payment system based on ACP protocol. Lastly, some of the difficulties that occur when implementing such application are outlined.
Scripting Language on the Java Platform
Genserek, Michal ; Smrčka, Aleš (referee) ; Kočí, Radek (advisor)
This thesis aims at JSR223 compliant scripting languages on the Java platform including a description of the application interface that is part of the specification. The thesis also discusses possible problems resulting from using the scripting languages on the Java platform including possible solutions of this problems. Description of the languages Python, Ruby, JavaScript, Groovy and Clojure including eventual differences between this languages' different implementations is also included in the thesis. The thesis also contains a set of tests for comparing described languages' performance. The results of this comparison including results for different Java virtual machines are also included in the thesis. Tool for benchmarking of the scripting languages under the JSR223 application interface was developed as part of the thesis.
JavaScript Support in an HTML Rendering Engine
Loskot, Radim ; Kolář, Dušan (referee) ; Burget, Radek (advisor)
This Master's thesis was written to create the extension for an experimental rendering engine CSSBox about scripting support in JavaScript language. In the theoretical section the thesis describes the architecture of the rendering engine and introduces problems of the scripting in HTML documents according to the recommended HTML 5 specification. This thesis deals with thorough analysis of existing scripting engines and their interfaces, which could be used for the extension implementation. Depending on the knowledge gained from the previous parts this thesis focuses only on the scripting engine Rhino and introduces an abstract design of its integration into the CSSBox project. At the end it evaluates the reliability and efficiency of the implemented functionalities and considers possibilities of their further development.
Jaroslavice – place in the landscape
Šmejkal, Jiří ; Galeová, Nicol (referee) ; Ponešová, Barbora (advisor)
The theme of this diploma thesis is the architectural study of the complex of the Farm of 3D Printers in Jaroslavice. The technology of 3D printing at its speed of development has far outweighed the response to its needs. It lacks a new systematically planned building typology corresponding to the requirements of farms. Farms adapt to the spaces. The main aim of the work is to introduce the possibility of turning the situation and adapting the premises to the farms. The thesis follows the urban design of the restructuring of the Jaroslavice landscape elaborated in the previous semester. The project respects established principles at microregion level in the form of emphasis on self-sufficiency, population integrity or the use of current technologies. The land is located on the southern part of Jaroslavice. There are 3 agricultural buildings located on the property, which until 2010, when a photovoltaic power plant was built, operated in conjunction with a neighboring agricultural court. After the power plant was built, the bonds were irreversibly broken. Buildings are in a very poor condition and mutual cooperation no longer works. The existing solution replaces and shows the possibility of using solar energy in a different way. Thus, the construction cartridge works with a hybrid typology where the 3D production area is combined with the maximum solar gains of the photovoltaic panels. Generative methods have been used to design dominantly either for finding a form in terms of achieving maximum solar gains or after verifying the efficiency of the structure. The proposal has several scenarios of possible development. There are four different stages of growth and the linkage of production areas. Printers are able to replicate themselves at such a rate that they can expect rapid growth. The proposal uses controlled growth methods to simulate complex development under the conditions of maximum solar radiation. Visual distraction and overheating are also solved by atypical sunsets on the exterior façade. Thin-film photovoltaic panels are used on the sun, so it is able to produce electricity besides the shield. The energy-efficient shape along with the great advantage of the layout solution, instead of the corridor disposition, is a basic cell on the central plan view. This makes it possible to control and operate more of the machines more efficiently. The production site forwards counts full robot automation.
Dynamic DOM Support in an HTML Rendering Engine
Kocman, Radim ; Bartík, Vladimír (referee) ; Burget, Radek (advisor)
The aim of this work is to create an extension for rendering engine CSSBox. This extension will implement Document Object Model interface for the Client-Side JavaScript. The first part of this thesis describes the CSSBox project, the current state of JavaScript engines, Document Object Model used in web browsers and the final design based on Adapter and Abstract Factory patterns. The rest of the text describes implementation issues with the W3C DOM specification and compares the speed of this extension with web browsers.
Jaroslavice – place in the landscape
Šmejkal, Jiří ; Galeová, Nicol (referee) ; Ponešová, Barbora (advisor)
The theme of this diploma thesis is the architectural study of the complex of the Farm of 3D Printers in Jaroslavice. The technology of 3D printing at its speed of development has far outweighed the response to its needs. It lacks a new systematically planned building typology corresponding to the requirements of farms. Farms adapt to the spaces. The main aim of the work is to introduce the possibility of turning the situation and adapting the premises to the farms. The thesis follows the urban design of the restructuring of the Jaroslavice landscape elaborated in the previous semester. The project respects established principles at microregion level in the form of emphasis on self-sufficiency, population integrity or the use of current technologies. The land is located on the southern part of Jaroslavice. There are 3 agricultural buildings located on the property, which until 2010, when a photovoltaic power plant was built, operated in conjunction with a neighboring agricultural court. After the power plant was built, the bonds were irreversibly broken. Buildings are in a very poor condition and mutual cooperation no longer works. The existing solution replaces and shows the possibility of using solar energy in a different way. Thus, the construction cartridge works with a hybrid typology where the 3D production area is combined with the maximum solar gains of the photovoltaic panels. Generative methods have been used to design dominantly either for finding a form in terms of achieving maximum solar gains or after verifying the efficiency of the structure. The proposal has several scenarios of possible development. There are four different stages of growth and the linkage of production areas. Printers are able to replicate themselves at such a rate that they can expect rapid growth. The proposal uses controlled growth methods to simulate complex development under the conditions of maximum solar radiation. Visual distraction and overheating are also solved by atypical sunsets on the exterior façade. Thin-film photovoltaic panels are used on the sun, so it is able to produce electricity besides the shield. The energy-efficient shape along with the great advantage of the layout solution, instead of the corridor disposition, is a basic cell on the central plan view. This makes it possible to control and operate more of the machines more efficiently. The production site forwards counts full robot automation.
Payment system for Android operating system
Iľko, Pavol ; Strašil, Ivo (referee) ; Burda, Karel (advisor)
The introductory part of this thesis deals with the information (current payment systems, data security, computer attacks) that provide the theoretical framework needed for further practical task. Further on, the detail description of ACP protocol is offered. The work primarily focuses on the proposal of payment system based on ACP protocol. Lastly, some of the difficulties that occur when implementing such application are outlined.
Scripting Language on the Java Platform
Genserek, Michal ; Smrčka, Aleš (referee) ; Kočí, Radek (advisor)
This thesis aims at JSR223 compliant scripting languages on the Java platform including a description of the application interface that is part of the specification. The thesis also discusses possible problems resulting from using the scripting languages on the Java platform including possible solutions of this problems. Description of the languages Python, Ruby, JavaScript, Groovy and Clojure including eventual differences between this languages' different implementations is also included in the thesis. The thesis also contains a set of tests for comparing described languages' performance. The results of this comparison including results for different Java virtual machines are also included in the thesis. Tool for benchmarking of the scripting languages under the JSR223 application interface was developed as part of the thesis.
Dynamic DOM Support in an HTML Rendering Engine
Kocman, Radim ; Bartík, Vladimír (referee) ; Burget, Radek (advisor)
The aim of this work is to create an extension for rendering engine CSSBox. This extension will implement Document Object Model interface for the Client-Side JavaScript. The first part of this thesis describes the CSSBox project, the current state of JavaScript engines, Document Object Model used in web browsers and the final design based on Adapter and Abstract Factory patterns. The rest of the text describes implementation issues with the W3C DOM specification and compares the speed of this extension with web browsers.
JavaScript Support in an HTML Rendering Engine
Loskot, Radim ; Kolář, Dušan (referee) ; Burget, Radek (advisor)
This Master's thesis was written to create the extension for an experimental rendering engine CSSBox about scripting support in JavaScript language. In the theoretical section the thesis describes the architecture of the rendering engine and introduces problems of the scripting in HTML documents according to the recommended HTML 5 specification. This thesis deals with thorough analysis of existing scripting engines and their interfaces, which could be used for the extension implementation. Depending on the knowledge gained from the previous parts this thesis focuses only on the scripting engine Rhino and introduces an abstract design of its integration into the CSSBox project. At the end it evaluates the reliability and efficiency of the implemented functionalities and considers possibilities of their further development.

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