Essays about: "G code"

Showing result 1 - 5 of 167 essays containing the words G code.

  1. 1. Multi-Parameter Modelling of Surface Electromyography Data

    University essay from Lunds universitet/Avdelningen för Biomedicinsk teknik

    Author : Ahmad Alosta; Josef Djärf; [2024]
    Keywords : Surface electromyography; modelling; Python; sEMG; decomposition; neuroengineering; motor unit; muscle; simulation; Technology and Engineering;

    Abstract : Ytelektromyografi (sEMG) mäter skelettmuskelfunktionen genom att registrera muskelaktivitet från hudens yta. Tekniken kan användas för att diagnostisera neuromuskulära sjukdomar och som ett hjälpmedel vid rehabilitering, biomedicinsk forskning och för interaktion mellan människa och dator. READ MORE

  2. 2. Ensuring the Security of PyPI Packages

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

    Author : David Shakoori Gustafsson; [2023-10-23]
    Keywords : Computer science; Security; Python; PyPI; Typosquatting;

    Abstract : Developers often use open-source code libraries in order to achieve desired functionalities without needing to re-implement existing code. Python developers are no exceptions here, and frequently use the Python Package Index, PyPI, to download the specific code packages they want to use. READ MORE

  3. 3. Bodies in Smartwatches : Embodied Data and Augmented Experiences in Self-Tracking Runners

    University essay from Linnéuniversitetet/Institutionen för kulturvetenskaper (KV)

    Author : Madelene Logren; [2023]
    Keywords : datafication; human-technology relations; postphenomenology; quantified self; self-tracking; smartwatches;

    Abstract : This thesis investigates the relation between human and smartwatch by exploring the experiences of four Swedish long-distance runners who use digital technology to self-track their running activities. By examining the participating runners’ use of their smartwatches and smartwatch data as postphenomenological human-technology relations (Ihde, 1990), this thesis offers a perspective on the use of wearable self-tracking technology as augmenting human experience through digital data. READ MORE

  4. 4. Code Synthesis for Heterogeneous Platforms

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

    Author : Zhouxiang Fu; [2023]
    Keywords : Code Synthesis; Heterogeneous Platform; Zero-Overhead Topology Infrastructure; Kodsyntes; Heterogen plattform; Zero-Overhead Topologi Infrastruktur;

    Abstract : Heterogeneous platforms, systems with both general-purpose processors and task-specific hardware, are largely used in industry to increase efficiency, but the heterogeneity also increases the difficulty of design and verification. We often need to wait for the completion of all the modules to know whether the functionality of the design is correct or not, which can cause costly and tedious design iteration cycles. READ MORE

  5. 5. Dasty : Revealing Real-World Prototype Pollution Consequences with Dynamic Taint Analysis

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

    Author : Paul Moosbrugger; [2023]
    Keywords : Prototype Pollution Gadgets; Dynamic Taint Analysis; Forced Branch Execution; NodeProf Instrumentation; Truffle GraalJS;

    Abstract : Prototype pollution is a vulnerability in JavaScript and other prototype-based languages that allows malicious actors to inject a property into an object’s prototype. The injected property can subsequently trigger gadgets - source code sections that use the properties in sensitive locations. READ MORE