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
@importtheme "_base"; | |
CustomIDAMemo { | |
qproperty-line-fg-default: #dedbeb; | |
qproperty-line-fg-regular-comment: #5c5c5c; | |
qproperty-line-fg-repeatable-comment: #5c5c5c; | |
qproperty-line-fg-automatic-comment: #5c5c5c; | |
qproperty-line-fg-insn: #dedbeb; | |
qproperty-line-fg-dummy-data-name: #aabae7; | |
qproperty-line-fg-regular-data-name: #dedbeb; |
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
@keyframes hljs-ansi-blink { | |
50% { | |
opacity: 0; | |
} | |
} | |
.hljs-ansi-control-sequence { | |
display: none | |
} |
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
{ | |
"formatVersion": 1, | |
"name": "authlib-injector", | |
"uid": "moe.yushi.authlib-injector", | |
"version": "1.1.45", | |
"+agents": [ | |
{ | |
"name": "moe.yushi:authlib-injector:1.1.45", | |
"MMC-absoluteUrl": "https://authlib-injector.yushi.moe/artifact/45/authlib-injector-1.1.45.jar", | |
"argument": "<auth url>" |
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 dgram = require("dgram"); | |
const ip = process.argv[2]; | |
const port = process.argv[3] || 27015; | |
if (!ip) { | |
console.log("giv ip"); | |
process.exit(1); | |
} |
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
[ | |
{ | |
"id": "259392830932254721", | |
"name": "SpeedRunners", | |
"icon": "cb48279ea90e86fb4f71c709d3236395", | |
"splash": "94e91cac9509fee1eb80a69b9503878a", | |
"overlay": false, | |
"overlayWarn": false, | |
"overlayCompatibilityHook": false, | |
"hook": true, |
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
local hooks = _G.hooks or hook.GetTable() | |
hook.Add("pac_OnPartCreated", "PlayerSizeFix", function(part) | |
if part.owner_id ~= LocalPlayer():UniqueID() then return end | |
timer.Simple(0.1, function() | |
if part:GetRootPart():GetOwnerName() ~= "self" then return end | |
if (part.ClassName == "entity" or part.ClassName == "entity2") then | |
LocalPlayer().pac_player_size = part.Size | |
hooks.NotifyShouldTransmit.pac_player_size(LocalPlayer(), true) |
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
[{"char":"๐","codes":"1F600","name":"grinning"},{"char":"๐","codes":"1F603","name":"smiley"},{"char":"๐","codes":"1F604","name":"smile"},{"char":"๐","codes":"1F601","name":"grin"},{"char":"๐","codes":"1F606","name":"laughing"},{"char":"๐","codes":"1F606","name":"satisfied"},{"char":"๐ ","codes":"1F605","name":"sweat_smile"},{"char":"๐","codes":"1F602","name":"joy"},{"char":"๐คฃ","codes":"1F923","name":"rofl"},{"char":"๐คฃ","codes":"1F923","name":"rolling_on_the_floor_laughing"},{"char":"โบ๏ธ","codes":"263A FE0F","name":"relaxed"},{"char":"๐","codes":"1F60A","name":"blush"},{"char":"๐","codes":"1F607","name":"innocent"},{"char":"๐","codes":"1F642","name":"slight_smile"},{"char":"๐","codes":"1F642","name":"slightly_smiling_face"},{"char":"๐","codes":"1F643","name":"upside_down"},{"char":"๐","codes":"1F643","name":"upside_down_face"},{"char":"๐","codes":"1F609","name":"wink"},{"char":"๐","codes":"1F60C","name":"relieved"},{"char":"๐","codes":"1F60D","name":"heart_eyes"},{"char":"๐ฅฐ","codes":"1F970","name":"smiling_face_ |
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
RankedOrganicTweet | |
ActivityTweet | |
suggest_ranked_organic_tweet | |
suggest_sc_tweet | |
suggest_ranked_timeline_tweet | |
suggest_grouped_tweet_hashtag | |
suggest_pyle_tweet | |
suggest_recycled_tweet_inline | |
suggest_activity_tweet | |
suggest_recycled_tweet |
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
local function RGBToYCbCr(r, g, b) | |
local Y = 0.299 * r + 0.587 * g + 0.114 * b | |
local Cb = -0.169 * r - 0.331 * g + 0.500 * b + 128 | |
local Cr = 0.500 * r - 0.419 * g - 0.081 * b + 128 | |
return Y, Cb, Cr | |
end | |
local function YCbCrToRGB(Y, Cb, Cr) | |
local r = 1 * Y + 0 * (Cb - 128) + 1.4 * (Cr - 128) |
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
{ | |
"ACTIVITIES": "/activities", | |
"APPLICATIONS_DETECTABLE": "/applications/detectable", | |
"APPLICATIONS_PUBLIC": "/applications/public", | |
"APPLICATIONS_TRENDING": "/applications/trending/global", | |
"APPLICATION_BRANCHES": "/branches", | |
"APPLICATION_NEWS": "/application-news", | |
"AUTHORIZE_IP": "/auth/authorize-ip", | |
"AUTH_CONSENT_REQUIRED": "/auth/consent-required", | |
"BILLING_APPLY_APPLE_RECEIPT": "/billing/apple/apply-receipt", |
NewerOlder