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
| // ==UserScript== | |
| // @name Direct Download From fmovies | |
| // @namespace http://maxyspark.com/ | |
| // @version 0.1 | |
| // @description Direct Download From fmovies | |
| // @author MaxySpark | |
| // @match http://fmovies.to/* | |
| // @match https://fmovies.to/* | |
| // @match https://fmoviesz.to/* | |
| // @match http://9anime.to/* |
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
| // ==UserScript== | |
| // @name Open IFrame in new page | |
| // @namespace https://badbird.dev/ | |
| // @version 0.1 | |
| // @description Adds a open in new tab for button for embedded content (PDFs) in brightspace. | |
| // @author Badbird5907 | |
| // @match https://tdsb.elearningontario.ca/d2l/ui/apps/smart-curriculum/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=elearningontario.ca | |
| // @grant none | |
| // ==/UserScript== |
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
| // ==UserScript== | |
| // @name PaperMC 10k | |
| // @namespace https://papermc.io/ | |
| // @version 0.1 | |
| // @description Set the issue number to 10000 | |
| // @author Not ChatGPT | |
| // @match https://github.com/PaperMC/Paper/issues/10001 | |
| // @grant none | |
| // ==/UserScript== |
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
Show hidden characters
| { | |
| "extends": ["next/core-web-vitals", "plugin:prettier/recommended"], | |
| "rules": { | |
| "prettier/prettier": "error" | |
| }, | |
| "overrides": [ | |
| { | |
| "files": ["**/*.ts", "**/*.tsx"], | |
| "parser": "@typescript-eslint/parser" | |
| } |
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
| package net.octopvp.octocore.core.manager.impl; | |
| import lombok.Getter; | |
| import net.octopvp.octocore.common.object.SimplePlayerData; | |
| import net.octopvp.octocore.common.object.permissions.Rank; | |
| import net.octopvp.octocore.common.util.CC; | |
| import net.octopvp.octocore.common.util.ChatColor; | |
| import net.octopvp.octocore.core.OctoCore; | |
| import net.octopvp.octocore.core.manager.Manager; | |
| import net.octopvp.octocore.core.objects.PlayerData; |
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
| According to all known laws | |
| of aviation, | |
| there is no way a bee | |
| should be able to fly. | |
| Its wings are too small to get | |
| its fat little body off the ground. |
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
| from Processing3 import * | |
| add_library('minim') | |
| import random | |
| def setup(): | |
| global frames, dFrame, fps | |
| size(800,600) | |
| frames = 0 |
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://pyeval.badbird.dev/?share=kwLEDBeqcb | |
| --- | |
| <code object <module> at 0xa0d8e8, file "string", line 1> | |
| 0 0 RESUME 0 | |
| 2 2 LOAD_CONST 0 (False) | |
| 4 STORE_NAME 0 (foo) | |
| 3 6 LOAD_NAME 0 (foo) | |
| 8 POP_JUMP_FORWARD_IF_FALSE 5 (to 20) |
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
| #!/usr/bin/env bash | |
| # https://github.com/shadowsocks/shadowsocks-rust/releases | |
| export SSVERSION=v1.20.4 | |
| export SSPORT=443 | |
| #export SSPASSWORD="CHANGEME" | |
| export SSARCHIVE="shadowsocks-${SSVERSION}.x86_64-unknown-linux-gnu.tar.xz" | |
| #export SSARCHIVE="shadowsocks-${SSVERSION}.aarch64-unknown-linux-gnu.tar.xz" | |
| export PREFIX=/usr/local/bin |
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
| #!/usr/bin/expect | |
| if { [regexp {Your login session has expired|You must be logged in} $env(_INFISICAL_STATUS)] } { | |
| spawn infisical login --domain=$env(INFISICAL_API_URL) | |
| expect { | |
| "Self Hosting" { | |
| puts "Found self hosting option." | |
| puts "" | |
| # down |