28 research outputs found

    Analyzátor používání objektů pro TypeScript

    Get PDF
    During a programming change task, developers often need to understand where a certain variable or object is referenced and how it is used in order to implement the change. For languages TypeScript and JavaScript the only available tools to find these points of interest are tools to find variable and property references and to display a call tree. These tools, however, start losing viability in larger codebases, where they can return hundreds or even thousands of results sorted only by the source file names. In this thesis, we have developed an extension for Visual Studio Code that finds these references and categorise them into groups based on usage. It can also perform similar analysis on call arguments based on the position of the argument. We evaluated our solution and showcased it in several real-world use cases.Při programování vývojáři často potřebují zjistit, kde a jak se používá určitá proměnná nebo objekt. Pro jazyky TypeScript a JavaScript jsou jedinými dostupnými nástroji pro zodpovězení těchto otázek nástroje pro vyhledávání referencí a zobrazení grafu volání. Tyto nástroje však začínají ztrácet účinnost ve větších pro- jektech, kde mohou vracet stovky nebo dokonce tisíce výsledků setřízených pouze podle názvů zdrojových souborů. V této práci jsme vyvinuli rozšíření pro Visual Studio Code, který dokáže v projektu vyhledat reference na proměnné a roztřídit je do skupin na základě použití. Podobnou analýzu dokáže provést i s argumenty funkcí na základě pozice argumentu. Naše řešení jsme vyhodnotili a předvedli několik reálných příkladů použití.Department of Software EngineeringKatedra softwarového inženýrstvíFaculty of Mathematics and PhysicsMatematicko-fyzikální fakult

    Vitamin D Status in Women with Gestational Diabetes Mellitus during Pregnancy and Postpartum

    Get PDF
    Of many vitamin D extraskeletal functions, its modulatory role in insulin secretion and action is especially relevant for gestational diabetes mellitus (GDM). The aims of the present study were to determine midgestational and early postpartum vitamin D status in pregnant women with and without GDM and to describe the relationship between midgestational and postpartum vitamin D status and parallel changes of glucose tolerance. A total of 76 pregnant women (47 GDM and 29 healthy controls) were included in the study. Plasma levels of 25(OH)D were measured using an enzyme immunoassay. Vitamin D was not significantly decreased in GDM compared to controls during pregnancy; however, both groups of pregnant women exhibited high prevalence of vitamin D deficiency. Prevalence of postpartum 25(OH)D deficiency in post-GDM women remained significantly higher and their postpartum 25(OH)D levels were significantly lower compared to non-GDM counterparts. Finally, based on the oGTT repeated early postpartum persistent glucose abnormality was ascertained in 15% of post-GDM women; however, neither midgestational nor postpartum 25(OH)D levels significantly differed between subjects with GDM history and persistent postpartum glucose intolerance and those with normal glucose tolerance after delivery

    The heat treatment of the gears of chain clutch made from casts steel ÄŚSN 42 2819

    No full text
    Předložená diplomová práce přispívá k řešení problematiky tepelného zpracování oceli na přesně lité odlitky ČSN 422819. Cílem této diplomové práce bylo navrhnout alternativy tepelného zpracování kol řetězové spojky a jejich optimalizaci pro dosažení požadovaných mechanických vlastností při dodržení přípustné tolerance drážkování. Tepelné zpracování a měření deformací bylo provedeno v podniku ŠKODA-MOTORY a.s

    Mikoláš Aleš - Zabíjačka

    No full text
    Práce, ve formě restaurátorské dokumentace, podává informace o restaurování jednoho z devíti transferů nástěnné malby s názvem Zabíjačka od Mikoláše Alše, uložených v depozitáři Galerie hlavního města Prahy. Zahrnuje pracovní postupy, včetně technologického průzkumu památky a fotodokumentace průběhu restaurování.Ateliér restaurování a konzervace nástěnné malby a sgrafitaDokončená práce s úspěšnou obhajobo

    Sumarizace výsledků průzkumů nástěnných maleb a maleb zhotovených na dřevěnou, plátěnou či kamennou podložku zpracovaných školou restaurování v Litomyšli

    No full text
    Práce, ve formě katalogu, shromažďuje laboratorní průzkumy týkající se nástěnných maleb, které byly provedeny litomyšlskou školou restaurování. Katalogové listy, řazené podle abecedy, obsahují položky převzaté z jednotlivých restaurátorských dokumentací, uložených v archivu školy, tj. údaje o památce, popis díla a laboratorní průzkum, včetně fotodokumentace.Ateliér restaurování a konzervace nástěnné malby a sgrafitaDokončená práce s úspěšnou obhajobo

    Nástropní zrcadlo (č.26) v Očistcové kapli v bývalé piaristické koleji v Litomyšli

    No full text
    Práce se věnuje záhranným restaurátorským zásahům provedeným na výzdobě kaple Očistec piaristické koleje v Litomyšli. Jedná se o úsek malby ze souboru barokních nástěnných maleb fresco-secco od neznámých autorů, konkrétně o výjev z nástropního zrcadla Dialog Ezechiela s Hospodinem.Ateliér restaurování a konzervace nástěnné malby a sgrafitaDokončená práce s úspěšnou obhajobo

    Valuation of plasmatic created decorative coating

    Get PDF
    Předložená diplomová práce pojednává o způsobech tvorby plazmatickývh dekorativních vrstev a o možnostech jejich hodnocení. Cílem této diplomové práce bylo získání hodnot sloužících k dokladování kvality vyráběných povlaků ve firmě TECHNO-COAT Zittau GmbH s ohledem na jejich složení, mikrotvrdost, tloušťku, adhezi a chemickou odolnost. Teoretická část se zaobírá problematikou tvorby plazmatických tenkých vrstev

    Object Usage Analyser for TypeScript

    No full text
    During a programming change task, developers often need to understand where a certain variable or object is referenced and how it is used in order to implement the change. For languages TypeScript and JavaScript the only available tools to find these points of interest are tools to find variable and property references and to display a call tree. These tools, however, start losing viability in larger codebases, where they can return hundreds or even thousands of results sorted only by the source file names. In this thesis, we have developed an extension for Visual Studio Code that finds these references and categorise them into groups based on usage. It can also perform similar analysis on call arguments based on the position of the argument. We evaluated our solution and showcased it in several real-world use cases
    corecore