Essays about: "template language"

Showing result 21 - 25 of 37 essays containing the words template language.

  1. 21. Immutability: An Empirical Study in Scala

    University essay from KTH/Skolan för datavetenskap och kommunikation (CSC)

    Author : Ludvig Axelsson; [2017]
    Keywords : immutability; empirical study; static analysis;

    Abstract : Utilizing immutability is considered to have many desired benefits when it comes to software development and reasoning about programs. It is also one of the core principles of functional programming, and many programming languages have support for specifying immutability. READ MORE

  2. 22. Comparison of Methods of Single Sign-On : Post authentication methods in single sign on

    University essay from KTH/Skolan för informations- och kommunikationsteknik (ICT)

    Author : Baran Topal; [2016]
    Keywords : SSO; Single sign-on; SAML; authentication; security; behavior; risk; SSO; Single sign-on; SAML; autentisering; säkerhet; beteende; risk;

    Abstract : Single sign-on (SSO) is a session verification mechanism that allows a client to use a single password and name combination to be able to access multiple applications. The mechanism validates the client for all the applications and eliminates the need for authentication prompts when a user switches between applications within a session. READ MORE

  3. 23. Optimizing Memory Management with Object-Local Heaps

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Martin Hagelin; [2015]
    Keywords : ;

    Abstract : The large discrepancy between the speed of caches and main memory makes efficient memory management more important than ever. This report gives an overview of the current state of the art in memory management, and how then can be used to make the most of hardware systems like cache hierarchies and hardware prefetchers. READ MORE

  4. 24. ISAT : Interactive Scenario Analysis Tool for financial forecasting

    University essay from KTH/Skolan för informations- och kommunikationsteknik (ICT)

    Author : Erica Ljungström; [2014]
    Keywords : Human-computer-interaction; VBA; Java; Financial Forecast.; Människa-datorinteraktion; VBA; Java; Finansiell prognos.;

    Abstract : Målet för denna studie har varit att skapa en första version för ett verktyg i vilket analytiker inom finans kan skapa sina långsiktiga scenarion och väga olika rikser samt möjligheter mot varandra.Idén till ett sådant verktyg har funnits inom företaget i flera år, men de tidigare idéerna har varit för specifika för att kunna användas. READ MORE

  5. 25. A Template-Based Java Code Generator for OpenModelica and MetaModelica

    University essay from Linköpings universitet/Institutionen för datavetenskap; Linköpings universitet/Tekniska högskolan

    Author : Manokar Munisamy; [2014]
    Keywords : Java Code Generator; Modelica; OpenModelica; Java Runtime System; OpenModelica Complier;

    Abstract : The current OpenModelica Complier (OMC) translates Modelica models into executable Ccodethrough several stages. The Code Generator is the final stage of the compiler whichgenerates target C-code from the optimized sorted equations. Recently, the Code Generator inOMC has been rewritten using the OpenModelica text template language. READ MORE