Essays about: "program libraries"

Showing result 1 - 5 of 38 essays containing the words program libraries.

  1. 1. 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

  2. 2. Building a Deep Neural Network From Scratch

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

    Author : Fredrik Sundström; Samppa Raittila; [2023]
    Keywords : ;

    Abstract : Machine learning is becoming increasingly common in our society and is predictedto have a major impact in the future. Therefore, it would be both interesting and valuable tohave a deep understanding of one of the most used algorithms in machine learning, deepneural network. READ MORE

  3. 3. Performance Evaluation of Kotlin Multiplatform Mobile and Native iOS Development in Swift

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

    Author : Anna Skantz; [2023]
    Keywords : Kotlin Multiplatform Mobile; Cross-platform; Native; iOS; Kotlin; Swift; Performance Evaluation; Benchmarking; Mobile; Garbage Collection; Kotlin Multiplatform Mobile; Plattformsoberoende; Native; iOS; Kotlin; Swift; Prestandautvärdering; Benchmarking; Mobil; Garbage Collection;

    Abstract : Today's mobile development resides in the two main operating systems Android and iOS. It is popular to develop mobile applications individually for each respective platform, referred to as native development. To reduce additional costs, cross-platform solutions have emerged that enable shared development for both platforms. READ MORE

  4. 4. Measuring the [C II]-to-H I connection in high-redshift absorption-selected galaxies

    University essay from Lunds universitet/Astronomi - Genomgår omorganisation

    Author : Gaurav Senthil Kumar; [2022]
    Keywords : QSO; Quasar; Black Hole; AGN; Active Galactic Nuclei; DLA; Damped Lyman Alpha; C II; [C II]; H I; Sightline; HST; X-shooter; Spectroscopy; Echelle Spectroscope; Hyperfine transition; Hyperfine; Physics and Astronomy;

    Abstract : HI neutral gas is the basic building block of galaxies. It dictates the star formation rate and hence the metal enrichment rates within high redshift galaxies. HI neutral gas cannot be directly observed beyond z ≈ 0. READ MORE

  5. 5. Metametaprogramming for Java with Spoon

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

    Author : Andrew Bwogi; [2021]
    Keywords : ;

    Abstract : Metaprogramming is used to abstract away complicated code by o˙ering a more intuitive interface that automatically generates it. Spoon and ASM are two metaprogram libraries for Java that operate on programs at source code and bytecode level respectively. READ MORE