Essays about: "plugin development"

Showing result 1 - 5 of 28 essays containing the words plugin development.

  1. 1. A Novel Method for Finding Overlap Depth : Development of ArtiaX, a ChimeraX plugin

    University essay from Linköpings universitet/Tillämpad matematik; Linköpings universitet/Tekniska fakulteten

    Author : Gunnar Arctaedius; [2023]
    Keywords : Cryo-electron tomography; image processing; surface visualization; overlap measurement; normal projection method; Kryoelektrontomografi; bildbehandling; ytvisualisering; överlapsmätning; normalprojektionsmetoden;

    Abstract : Visualization and image filtering are important parts of cryo-electron tomography analysis. ArtiaX, a plugin developed for UCSF ChimeraX, has been extended to improve the functionality of these two parts. For the visualization, a method of moving 3D surfaces to remove overlap between them has been developed and implemented. READ MORE

  2. 2. Encourage democracy : Creating a secure and reliable voting function in WordPress

    University essay from Mittuniversitetet/Institutionen för data- och elektroteknik (2023-)

    Author : Christine Johanson; [2023]
    Keywords : WordPress; Plugin; CMS; Gutenberg;

    Abstract : The purpose of my project has been to create a voting feature on a campaign site for WWF, where visitors to the website can participate in voting and vote for different cities around the world to improve their sustainability efforts. The website has been developed in WordPress based on specified requirements, including security and voting frequency. READ MORE

  3. 3. Visualizing issue tracking data using a process mining tool to support the agile maturity assessment within the Scaled Agile Framework : A case study

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Olle Hovmark; [2022]
    Keywords : Processmining; Agilematurity; Visualization; Issuetrackingsystem; Software Process Improvement; The Scaled Agile Framework; Inductive visual Miner; Process mining; Agil mognad; Visualisering; Ärendehanteringssystem; Mjukvaruprocessförbättring; The Scaled Agile Framework; Inductive visual Miner;

    Abstract : Today, agile development is broadly used within both small and large organizations worldwide. Transitioning to agile development in a large organization is a complex task that requires support from everyone in it. The Scaled Agile Framework (SAFe) is a framework meant to help integrate agile development within all parts of an organization. READ MORE

  4. 4. Secure Application Development

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : Alaa Alwan; [2022]
    Keywords : secure development; application security; static application security testing; SAST;

    Abstract : Security testing is a widely applied measure to evaluate and improve software security by identifying vulnerabilities and ensuring security requirements related to properties like confidentiality, integrity, and availability. A confidentiality policy guarantees that attackers will not be able to expose secret information. READ MORE

  5. 5. Performance-Aware Code Size Optimization of Generic Functions through Automatic Implementation of Dynamic Dispatch

    University essay from Linköpings universitet/Programvara och system

    Author : Ivar Härnqvist; [2022]
    Keywords : Compiler technology; Programming language design; Performance; Code size optimization; Generic programming; Polymorphism; Dynamic dispatch; Type erasure; Monomorphization; Templates; C ; Kompilatorteknik; Programspråksdesign; Prestanda; Kodstorleksoptimering; Generisk programmering; Polymorfism; Dynamic dispatch; Typradering; Monomorfisering; Templates; C ;

    Abstract : Monomorphization and dynamic dispatch are two common techniques for implementing polymorphism in statically typed programming languages. Function templates in C++ use the former technique to enable algorithms written as generic functions to be efficiently reused with multiple different data types by producing a separate function instantiation for each invocation that uses a unique permutation of argument types. READ MORE