Skip to content

Instantly share code, notes, and snippets.

View AhmedUKamel's full-sized avatar

Ahmed Kamel AhmedUKamel

View GitHub Profile
@kashifulhaque
kashifulhaque / docker-arch.md
Last active February 17, 2026 18:06
How to install Docker and Docker Compose on Arch Linux

If you do not have yay installed, then follow these steps to install it first

Update

yay

Install

yay -S docker docker-compose
@GaetanoPiazzolla
GaetanoPiazzolla / FORM_API_Main.java
Created March 21, 2022 19:09
Full implementation example usage of Google Form API
/*
implementation("com.google.apis:google-api-services-forms:v1-rev20220307-1.32.1")
implementation("com.google.apis:google-api-services-drive:v3-rev20220214-1.32.1")
implementation ("com.google.api-client:google-api-client-jackson2:1.28.1")
implementation("com.google.auth:google-auth-library-oauth2-http:1.5.3")
*/
import com.google.api.client.googleapis.javanet.GoogleNetHttpTransport;
import com.google.api.client.json.JsonFactory;
import com.google.api.client.json.jackson2.JacksonFactory;