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
| https://www.notion.so/Debloating-Windows-259d8028b33580d9b076ccfe0237f756 |
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
| const PI2 = Math.PI * 2 | |
| const random = (min, max) => Math.random() * (max - min + 1) + min | 0 | |
| class Container { | |
| constructor() { | |
| this.resize() | |
| this.fireworks = [] | |
| this.counter = 0 | |
| } | |
| resize() { | |
| this.width = canvas.width = window.innerWidth |
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
| # @galihpujiirianto https://github.com/galihpujiirianto/AboutMe-tgbot | |
| from pyrogram import filters | |
| from pyrogram.types import ( | |
| InlineKeyboardMarkup, | |
| InlineKeyboardButton, | |
| InputTextMessageContent, | |
| InlineQueryResultArticle | |
| ) | |
| from msg_config import * |
A Pen by Web Dev Simplified on CodePen.
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
| [901878554, 1019165981, 2115290389, 1245451624, 1138701962, 5116322909, 2021122001] |
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
| sh -c "$(curl -fsSL https://bit.ly/3IBgWGP)" |