Skip to content

Instantly share code, notes, and snippets.

View pranavavva's full-sized avatar
🏫
Princeton Computer Science '24

Pranav Avva pranavavva

🏫
Princeton Computer Science '24
View GitHub Profile
@pranavavva
pranavavva / Android SDK Linux .gitpod.Dockerfile
Last active December 10, 2023 06:22
Gitpod Android Dockerfile
FROM gitpod/workspace-full-vnc
USER gitpod
# Install custom tools, runtime, etc. using apt-get
# For example, the command below would install "bastet" - a command line tetris clone:
#
# RUN sudo apt-get -q update && # sudo apt-get install -yq bastet && # sudo rm -rf /var/lib/apt/lists/*
#
# More information: https://www.gitpod.io/docs/42_config_docker/
import java.annotation.*;
pubilc @interface Unfinished {
public String lastUpdatedBy() default "unknown"; // for example @Unfinshed(lastUpdatedBy="20avva")
public String lastUpdateTime() default "unknown"; //for example @Unfinisheed(lastUpdateTime="4/27/17 8:35 AM")
}