Skip to content

Instantly share code, notes, and snippets.

@limkokholefork
limkokholefork / gui.md
Created March 20, 2025 09:56 — forked from AshtakaOOf/gui.md
Stable Diffusion GUI list

⚠️ This list isn't maintained right now

Stable Diffusion GUIs list

I will try to redo this list because it's getting kind of bad

This will help me and hopefully other to get everything going and generate waifus images with Stable Diffusion, and maybe other txt2img things maybe.

I will probably add shields.io to make it more easier to read (maybe)

@limkokholefork
limkokholefork / wormwormworm.txt
Created April 18, 2023 13:36 — forked from phwd/wormwormworm.txt
Digging into a Facebook Worm
Digging into a Facebook Worm
http://i.imgur.com/zc2A8vJ.png
Facebook worms are interesting
The following was a link that was shared to me (You probably shouldn't click it)
https://www.facebook.com/l.php?u=https%3A%2F%2Fcdn.fbsbx.com%2Fhphotos-xpa1%2Fv%2Ft59.2708-21%2F12447002_1746605272238633_1642381431_n.html%2FV1DE0-9682.html%3Foh%3D8a665fb34c8793a92fd02cceb31d4b01%26oe%3D5718116B%26dl%3D1&h=cAQHPcYE7
@limkokholefork
limkokholefork / build-git.sh
Created February 12, 2023 08:07 — forked from pescobar/build-git.sh
compile git with openssl instead of gnutls
#!/usr/bin/env bash
# Clear out all previous attempts
rm -rf "/tmp/source-git/"
# Get the dependencies for git, then get openssl
sudo apt-get install build-essential fakeroot dpkg-dev -y
sudo apt-get build-dep git -y
sudo apt-get install libcurl4-openssl-dev -y
mkdir -p "/tmp/source-git/"
@limkokholefork
limkokholefork / sources.md
Created February 3, 2023 03:47 — forked from domdanao/sources.md
Sources: accept payments from e-wallets

Sources

PayMaya GCash WeChat Pay Alipay China UnionPay

With sources, Magpie merchants can now accept payments from the following e-wallets:

  • GCash (gcash)
  • PayMaya (paymaya)
  • Alipay (alipay)
  • WeChat Pay (wechat)
<job>
<script>
WScript.Echo('Hello World')
</script>
</job>
@limkokholefork
limkokholefork / ManufacturerBatteryOptimization.java
Created December 15, 2022 10:02 — forked from p32929/ManufacturerBatteryOptimization.java
Many Android manufacturers cause trouble by implementing battery optimizations that cause apps to behave unexpectedly at runtime. This util class allows you to show a dialog to users having such phones and sends them to the settings screen where they can turn of battery optimizations for your app.
/*
MIT License
Copyright (c) 2018 Fayaz Bin Salam
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@limkokholefork
limkokholefork / devices-model-resolution.md
Created February 14, 2022 05:47 — forked from uqmessias/devices-model-resolution.md
Some Android devices dimensions
@limkokholefork
limkokholefork / example.md
Created February 11, 2022 14:43 — forked from ericclemmons/example.md
HTML5 <details> in GitHub

Using <details> in GitHub

Suppose you're opening an issue and there's a lot noisey logs that may be useful.

Rather than wrecking readability, wrap it in a <details> tag!

<details>
 Summary Goes Here
@limkokholefork
limkokholefork / README.md
Created December 29, 2021 21:38 — forked from renestalder/README.md
Unfollow all on Facebook

Facebook: Unfollow people and pages

See comments section for more up-to-date versions of the script. The original script is from 2014 and will not work as is.

  1. Open news feed preferences on your Facebook menu (browser)
  2. Click people or pages
  3. Scroll down (or click see more) until your full list is loaded
  4. Run the script in your browser console

Facebook will block this feature for you while you use it, depending on how much entities you try to unfollow. It automatically unblocks in a couple of hours and you will be able to continue.