Moved to a repo at https://github.com/Geczy/coolify-migration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| echo " "; | |
| echo " .=*#%%%%%%%%%%#+-. "; | |
| echo " :*%@%*=-=*#%##*=-+#%@%+: "; | |
| echo " =@@%=. #@@@@@@@@+ :+%@%- "; | |
| echo " -%@*. #@@@@@@@@@@= :%@#. "; | |
| echo " =@@: :===-.-%@@@@@@@@%::-==-. =@@: .=*#%@@@%#=. *%%%@@@@@@@@@@%%#: .=*#%@@@%#=. -@@@@@*-. -+#%@@@@%*: *%%%- .-+%@@@%####%@@@@%*: " |
- https://github.com/CodingGarden/twitch-team-shoutout-bot/
- TBD - link to samwisegardener bot code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :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' }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="#" data-title="Awesome Button"></a> |