Skip to content

Instantly share code, notes, and snippets.

View SaltyAom's full-sized avatar
💤
Take it easy!

SaltyAom SaltyAom

💤
Take it easy!
View GitHub Profile
@theprashant-one
theprashant-one / withDisableBundleCompression.js
Last active March 22, 2025 03:39
A Config Plugin for Expo that disables bundle compression in build.gradle by ensuring "bundle" is included in noCompress. Reference (https://x.com/margelo_io/status/1890789725872525381?t=sZABYYbVSb4Re3A8aww7Ew&s=19)
const { withAppBuildGradle } = require("@expo/config-plugins")
/**
* A Config Plugin to disable bundle compression in Android build.gradle.
* @param {import('@expo/config-plugins').ConfigPlugin} config
* @returns {import('@expo/config-plugins').ConfigPlugin}
*/
const withDisableBundleCompression = (config) => {
return withAppBuildGradle(config, (config) => {
let buildGradle = config.modResults.contents
@MikuroXina
MikuroXina / sustainPlusPlus.java
Last active March 31, 2025 09:03 — forked from sam830917/Mili_sustainPlusPlus.java
Mili - sustain++; / Ghost In The Shell: SAC_2045 Ending Theme
package extraLarge;
/**
* The goal of this program is to obtain a HEALTHY
* and SUSTAINABLE relationship, darling.
*
* @author Cassie Wei from Mili
*/
public class sustainPlusPlus {
public static void main(String[] args) {
@hibiyasleep
hibiyasleep / GodDrinksJava.java
Last active May 17, 2025 20:52
world.execute(me);
package goddrinksjava;
/**
* The program GodDrinksJava implements an application that
* creates an empty simulated world with no meaning or purpose.
*
* @author momocashew
* @lyrics hibiyasleep
*/