Essays about: "programming"

Showing result 1 - 5 of 2223 essays containing the word programming.

  1. 1. Creation of a Virtual Reality Experience for the Virtual Conservation of The Flamman Theater Using Unreal Engine 4

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Fausto Zamora Arias; [2023-10-25]
    Keywords : virtual reality; Oculus Quest 2; preserving cultural heritage; Unreal Engine 4; game design and development;

    Abstract : The Flamman Theater identity was successfully digitally preserved for the cultural heritage of Gothenburg by creating a video game, while tested with pandemic restrictions. On the technical side, this project combines virtual reality, artificial intelligence and game mechanics to create an immersive atmosphere, inviting people to watch movies inside as the original theater was intended. READ MORE

  2. 2. Agda on Raspberry Pi

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Lawerence Chonavel; [2023-10-25]
    Keywords : Agda; Compiler; Raspbery Pi; Functional Programming; BUBS;

    Abstract : This thesis presents an Agda-to-C compiler targeting the Raspberry Pi Pico microcontroller. The compiler implementation includes an unusual choice of run-time algorithm, a Foreign Function Interface generator, and surprisingly little boilerplate code... READ MORE

  3. 3. A type-driven approach for sensitivity checking with branching

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Daniel Freiermuth; [2023-10-24]
    Keywords : Computer; science; computer science; thesis; differential privacy; type system; sensitivity; branching;

    Abstract : Differential Privacy (DP) is a promising approach to allow privacy preserving statistics over large datasets of sensitive data. It works by adding random noise to the result of the analytics. Understanding the sensitivity of a query is key to add the right amount of noise capable of protecting privacy of individuals in the dataset. READ MORE

  4. 4. Investigating the Effect of Code Comments on Source Code Comprehension - A Reproduction Study

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Christofer Jidarv; Robin Hansen; [2023-08-03]
    Keywords : ;

    Abstract : Software comments are written to get an understanding of what code does, its function, and its purpose. There is a consensus in the industry that code comments improve software comprehension, but is this really the case? In this research, we investigate the effect of code comments on software comprehension by conducting an experiment where participants are to study one of three types of code snippets containing the same code. READ MORE

  5. 5. Front-end of a Debugger for Compiled Programs in Haskell

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Andreas Olsson; Carl Bergman; Brage Salhus Bunk; Elias Johansson; Krešimir Popovic; [2023-03-03]
    Keywords : Haskell; debugger; debug; heap; lazy evaluation; functional programming; GHC;

    Abstract : There are debugging tools available for Haskell programs today, but despite providing help for developers, these tools are not widely used in the Haskell community. Current debugging tools for Haskell have different kinds of limitations. This thesis will discuss the implementation of a new debugger with a graphical interface. READ MORE