Skip to content
View julia320's full-sized avatar
🤠
🤠

Block or report julia320

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. koselig koselig Public

    A song lyric translator app created as a project for the course "Software Design for Handheld Devices"

    Kotlin

  2. julia320.github.io julia320.github.io Public

    my website

    CSS

  3. bug-wars-reu bug-wars-reu Public

    Code written during the Bug Wars REU program, working on a project for a machine learning algorithm that can run on encrypted data

    Python

  4. Merge two pre-existing git repositor... Merge two pre-existing git repositories into a single, new repository while keeping the git histories from both
    1
    #! /bin/bash
    2
    
                  
    3
    set -u
    4
    set -e
    5
    set -f