Skip to content

Instantly share code, notes, and snippets.

View fangmarks's full-sized avatar
🐾
rub paw

Joshua fangmarks

🐾
rub paw
View GitHub Profile
@Geczy
Geczy / readme.md
Last active January 10, 2026 08:23
Migrate Coolify to a new server
@wcharczuk
wcharczuk / arasaka.sh
Created November 21, 2021 17:57
Arasaka terminal prompt
#! /bin/sh
echo " ";
echo " .=*#%%%%%%%%%%#+-. ";
echo " :*%@%*=-=*#%##*=-+#%@%+: ";
echo " =@@%=. #@@@@@@@@+ :+%@%- ";
echo " -%@*. #@@@@@@@@@@= :%@#. ";
echo " =@@: :===-.-%@@@@@@@@%::-==-. =@@: .=*#%@@@%#=. *%%%@@@@@@@@@@%%#: .=*#%@@@%#=. -@@@@@*-. -+#%@@@@%*: *%%%- .-+%@@@%####%@@@@%*: "
@CodeMyUI
CodeMyUI / index.haml
Created March 24, 2019 09:20
SVG clip-path Hover Effect
:ruby
@items = [
{ :t => 'X-rays', :i => 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/9473/i-xrays.png' },
{ :t => 'Worms', :i => 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/9473/i-worms.png' },
{ :t => 'Aurora', :i => 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/9473/i-aurora.png' },
{ :t => 'Angus', :i => 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/9473/i-angus.png' },
{ :t => 'Huitzi', :i => 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/9473/i-huitzi.png' },
{ :t => 'Dalí', :i => 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/9473/i-dali.png' },
{ :t => 'The Bride', :i => 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/9473/i-bride.png' },
{ :t => 'The Man', :i => 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/9473/i-man.png' },
@generalwrex
generalwrex / A DEPRICATED Server Assigned Prefixes.md
Last active August 25, 2022 15:20
Hello, im General Wrex! If you found this/these scripts useful consider supporting me on Patreon:https://www.patreon.com/generalwrex Also PayPal with DonorBox at https://donorbox.org/generalwrex Any help is appreciated, I'm trying to make programming my full time job!

DEPRICATED More information here err, i mean here

@fourjr
fourjr / Discord Loading Lines.js
Last active March 12, 2025 23:33
loading lines
welcome messages: "https://gist.github.com/fourjr/0f47ce8a000c29cd4e24f8aeb7edd8e0"
Somewhere in 2020, they changed their loading lines to be more (professional?).
Ctrl+Shift+I > Application > Frames > top > Scripts > a3762dfb973e0a7a21ba.js > ctrl+f "LOADING_LINE" or https://canary.discordapp.com/assets/a3762dfb973e0a7a21ba.js
LOADING_LINE_1: "Discord was almost called Bonfire before we picked our name. It was meant to be nice and cozy.",
LOADING_LINE_2: "Discord was almost called Wyvern before we picked our name. Not too proud of that one.",
LOADING_LINE_3: "Our logo's name is Clyde.",
LOADING_LINE_4: 'There are a bunch of hidden "Easter Eggs" in the app that happen when you click certain things...', LOADING_LINE_5: "Discord started as a game company making a mobile game called Fates Forever.",
LOADING_LINE_6: "Discord’s official birthday is May 13, 2015.",
@fourjr
fourjr / Discord Join Messages.js
Last active July 13, 2025 02:55
new member messages discord
loading lines: "https://gist.github.com/fourjr/f94fc112cef6da07fc274216d5755420"
Somewhere in 2020, they reduced the messages from 38 to 13.. This is the updated list on 5 December 2020.
Ctrl+Shift+I > Application > Frames > top > Scripts > a3762dfb973e0a7a21ba.js > ctrl+f "GUILD_MEMBER_JOIN" or https://canary.discordapp.com/assets/a3762dfb973e0a7a21ba.js
SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_001: "[!!{username}!!](usernameOnClick) joined the party.",
SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_002: "[!!{username}!!](usernameOnClick) is here.",
SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_003: "Welcome, [!!{username}!!](usernameOnClick). We hope you brought pizza.",
SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_004: "A wild [!!{username}!!](usernameOnClick) appeared.",
SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_005: "[!!{username}!!](usernameOnClick) just landed.",
@CodeMyUI
CodeMyUI / index.html
Created April 20, 2018 05:05
Spilled Paint v2
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
var slider = new gooSlider('body');
var l1,l2;
$('body').click(function(){
var c = 'hsla('+ (Math.floor(Math.random()*7) * 50) +',56%,68%,1)';
if(c != l1 && c != l2){
@CodeMyUI
CodeMyUI / index.html
Created November 8, 2016 23:42
Parallax 3D Button with JS controlled CSS variables
<a href="#" data-title="Awesome Button"></a>