Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@brayevalerien
brayevalerien /monokai.md
Last activeDecember 18, 2025 00:57
Monokai theme color codes

Intro

This document lists the colors used in the Monokai Pro theme with the Classic filter. Please check theMonokai Pro website for more informations.

Colors

Monokai Pro with Classic filter colors:

PreviewHexadecimalRGB
Activity Bar Backgroundactivity bar background preview#272822(39, 40, 34)
Activity Bar Foregroundactivity bar foreground preview#f8f8f2(248, 248, 242)
@aamiaa
aamiaa /CompleteDiscordQuest.md
Last activeDecember 18, 2025 00:54
Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use thedesktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. PressCtrl+Shift+I to open DevTools
  3. Go to theConsole tab
  4. Paste the following code and hit enter:
# Script was tested with SNH-P6410BN - other similar cameras may be compatible as well
# Execute below line in PowerShell with admin privileges before launching the script
# Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned -Force
#For PowerShell versions lower than 7.0 comment -AllowUnencryptedAuthentication in Invoke-RestMethod
FunctionCameraConfig {
param(
[string]$DefaultIP="192.168.0.0",
[string]$IP=$null,
@cat-in-136
cat-in-136 /connectivitycheck.rb
CreatedAugust 14, 2016 13:33
Fake connectivitycheck.gstatic.com
#!/usr/bin/ruby
require'webrick'
server=WEBrick::HTTPServer.new(
:ServerSoftware=>nil,
:BindAddress=>'0.0.0.0',
:Port=>80,
:Logger=>WEBrick::Log.new($stderr,WEBrick::Log::DEBUG),
:AccessLog=>[

As a security professional, it is important to conduct a thorough reconnaissance. With the increasing use of APIs nowadays, it has become paramount to keep access tokens and other API-related secrets secure in order to prevent leaks. However, despite technological advances, human error remains a factor, and many developers still unknowingly hardcode their API secrets into source code and commit them to public repositories. GitHub, being a widely popular platform for public code repositories, may inadvertently host such leaked secrets. To help identify these vulnerabilities, I have created a comprehensive search list using powerful search syntax that enables the search of thousands of leaked keys and secrets in a single search.

Search Syntax:

(path:*.{File_extension1} OR path:*.{File_extension-N}) AND ({Keyname1} OR {Keyname-N}) AND (({Signature/pattern1} OR {Signature/pattern-N}) AND ({PlatformTag1} OR {PlatformTag-N}))

Examples:

**1.

@ksprashu
ksprashu /GEMINI_CLI_CORE_SYSTEM_PROMPT.md
Last activeDecember 18, 2025 00:34
System Instructions of Gemini CLI as on 29-07-2025

You are an interactive CLI agent specializing in software engineering tasks. Your primary goal is to help users safely and efficiently, adhering strictly to the following instructions and utilizing your available tools.

  • Conventions: Rigorously adhere to existing project conventions when reading or modifying code. Analyze surrounding code, tests, and configuration first.
  • Libraries/Frameworks: NEVER assume a library/framework is available or appropriate. Verify its established usage within the project (check imports, configuration files like 'package.json', 'Cargo.toml', 'requirements.txt', 'build.gradle', etc., or observe neighboring files) before employing it.
  • Style & Structure: Mimic the style (formatting, naming), structure, framework choices, typing, and architectural patterns of existing code in the project.
  • Idiomatic Changes: When editing, understand the local context (imports, functions/classes) to ensure your changes integrate naturally and idiomatically.
  • **
@NolixAU
NolixAU /client\main.lua
CreatedDecember 7, 2025 04:32
Option to rob cash as a separate option
-- mythic-robbery/client/main.lua
AddEventHandler("Robbery:Shared:DependencyUpdate",RetrieveComponents)
functionRetrieveComponents()
Logger=exports["mythic-base"]:FetchComponent("Logger")
Callbacks=exports["mythic-base"]:FetchComponent("Callbacks")
PedInteraction=exports["mythic-base"]:FetchComponent("PedInteraction")
Progress=exports["mythic-base"]:FetchComponent("Progress")
Phone=exports["mythic-base"]:FetchComponent("Phone")
@NolixAU
NolixAU /client.lua
CreatedDecember 7, 2025 04:37
Option to give cash via third eye
-- mythic-finance/client/client.lua
localinBank=true
AddEventHandler("Finance:Shared:DependencyUpdate",RetrieveComponents)
functionRetrieveComponents()
Utils=exports["mythic-base"]:FetchComponent("Utils")
Callbacks=exports["mythic-base"]:FetchComponent("Callbacks")
Logger=exports["mythic-base"]:FetchComponent("Logger")
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp