Skip to content

Instantly share code, notes, and snippets.

View jeffreyrr's full-sized avatar
🧠

Jeffrey jeffreyrr

🧠
View GitHub Profile
@jeffreyrr
jeffreyrr / create-google-cloud-build-and-run-nextjs.sh
Created November 19, 2024 22:00 — forked from syuji-higa/create-google-cloud-build-and-run-nextjs.sh
Create a CI/CD environment for Next.js in Google Cloud Build & Run
gcloud alpha billing accounts list
echo "> Please select the billing account ID from the displayed and enter."
read GC_ACCOUNT_ID
echo "> Please enter a common project name for GitHub and GCP."
read PROJECT_NAME
echo "> Enter Cloud Run Location. (Recommendation is 'asia-northeast1' region)"
read GC_REVISION
@jeffreyrr
jeffreyrr / QrScannerScreen.android.kt
Last active October 28, 2023 00:13 — forked from oianmol/QrScannerScreen.android.kt
QR Code Scanner with Jetbrains Jetpack compose multiplatform!
import android.Manifest
import android.content.pm.PackageManager
import android.util.Log
import android.view.ViewGroup
import androidx.activity.compose.rememberLauncherForActivityResult
import androidx.activity.result.contract.ActivityResultContracts
import androidx.camera.core.CameraSelector
import androidx.camera.core.ImageAnalysis
import androidx.camera.core.Preview
import androidx.camera.lifecycle.ProcessCameraProvider
@jeffreyrr
jeffreyrr / pull_request_template.md
Last active March 24, 2022 15:46
Standard PR Template for Github (.github/pull_request_template.md)

Description

Sample Description Text.

Fixes:

Type of change

  • Bug fix (non-breaking change which fixes an issue)