Skip to content

Instantly share code, notes, and snippets.

View PaulEhrhardt's full-sized avatar
:octocat:

Paul Ehrhardt PaulEhrhardt

:octocat:
View GitHub Profile
@ShivamKumarJha
ShivamKumarJha / VLCPlayer.kt
Created March 16, 2024 19:33
VLC Android player in compose with Subtitles
package com.shivamkumarjha.animov.ui.player
import android.net.Uri
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.remember
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.viewinterop.AndroidView
import org.videolan.libvlc.LibVLC
@T1T4N
T1T4N / gist:f66a2ebbeb17b73d6643a178ede14639
Created June 18, 2024 14:54
Disable Xcode 16's Predictive Code Completion LLM Model
defaults write com.apple.dt.Xcode IDEModelAccessHasUserConsentForOnDeviceInteractions -bool FALSE