Skip to content

Instantly share code, notes, and snippets.

View GitStudying's full-sized avatar
🏠
Working from home

GitStudying

🏠
Working from home
View GitHub Profile
@DenisRitchie
DenisRitchie / settings.json
Last active February 19, 2024 03:14
Pelles C IDE - Visual Studio Code Configurations
//
// https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference
//
{
"editor.tabSize": 2,
"editor.tabCompletion": "on",
"editor.insertSpaces": true,
"editor.trimAutoWhitespace": true,
"editor.letterSpacing": 0,
"editor.autoIndent": "advanced",
@sharunkumar
sharunkumar / adb-dns.bat
Created February 7, 2020 07:08
Enabling / Disabling private DNS in android via ADB
rem to disable private dns
adb shell settings put global private_dns_mode off
rem to enable private dns with hostname (example with dns.adguard.com)
adb shell settings put global private_dns_mode hostname
adb shell settings put global private_dns_specifier dns.adguard.com
@opus-x
opus-x / Spotify_Eliminate_Advertisements
Last active October 17, 2025 08:18
Eliminate Spotify Advertisements + Complete Server List
##################################################################################
# ELIMINATE SPOTIFY ADS (VERSION 1.2 - 8.5) - ABANDONED FOR NOW #
##################################################################################
#
# NOTE: SOMETIMES ONLY ANNOUNCEMENT OF AN AD WHILE USING APP VERSION 7.5-7.9?-8.x.
# USING AN OFFICIAL OLDER VERSION SOLVES THIS. TEST IT (APKMIRROR). THIS WILL NOT
# OCCUR USING CHROMECAST / GOOGLE HOME.
#
# COULD NOT SOLVE THE AUDIO AD INRO/OUTRO IN THE APP.
# SUGGESTIONS? WRITE A COMMENT BELOW.