Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

@xthezealot
xthezealot /lyra.txt
Last activeOctober 13, 2025 16:20
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@MuhammadSaim
MuhammadSaim /rarreg.key
Last activeOctober 13, 2025 15:51
Step 1: Create a file called rarreg.key Step 2: Paste into the file the raw content of this gist Step 3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ ) Step 4: Paste the rarreg.key into WinRAR directory Step 5: Enjoy
RAR registration data
WinRAR
Unlimited Company License
UID=4b914fb772c8376bf571
6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d
cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717
7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565
b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd
982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190
6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9
@aamiaa
aamiaa /CompleteDiscordQuest.md
Last activeOctober 13, 2025 16:12
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:
#EXTM3U
#EXTINF:-1,beINSports-fr1
http://iptv.am000.tv:8000/live/add17/add17/16.ts
#EXTINF:-1,beINSports-fr2
http://iptv.am000.tv:8000/live/add17/add17/17.ts
#EXTINF:-1,BEINSPORTS-FR3
http://iptv.am000.tv:8000/live/add17/add17/566.ts
#EXTINF:-1,Alkas-1
http://iptv.am000.tv:8000/live/add17/add17/73.ts
#EXTINF:-1,Alkas-2
bun add puppeteer-core
@nisargjhaveri
nisargjhaveri /common.php
CreatedFebruary 20, 2016 13:30
Webdev Workshop - Day 2 - Codes for login and register
<?php
ini_set('display_error',1);
error_reporting(E_ALL);
$db_config = [
'host' =>'localhost',
'username' =>'root',
'password' =>'',
'db_name' =>'test'
];
@rxerium
rxerium /CVE-2025-61884
Last activeOctober 13, 2025 14:51
Nuclei detection for CVE-2025-61884
id: CVE-2025-61884
info:
name: Detection for CVE-2025-61884
author: rxerium
severity: high
description: |
This vulnerability is remotely exploitable without authentication, i.e., it may be exploited over a network without the need for a username and password. If successfully exploited, this vulnerability may allow access to sensitive resources.
metadata:
shodan-query: html:"OA_HTML"
@rust-play
rust-play /playground.rs Secret
CreatedOctober 13, 2025 14:46
Code shared from the Rust Playground
//use std::f64;
/// Calculates the factorial of a non-negative integer 'n'.
/// Returns the result as a floating-point number (f64).
fn factorial(n:u32) ->f64{
if n ==0{
1.0
}else{
// Calculates the product of integers from 1 up to n.
(1..=n).map(|i| iasf64).product()
@njoerd114
njoerd114 /README.MD
Last activeOctober 13, 2025 15:59
Sankey Diagram with Google Spreadsheets

This Gist is there to help you creating a Sankey Diagram from your Google Spreadsheets.

Installation

  • Open a spreadsheet
  • Click "Tools" -> "Scripts"
@rust-play
rust-play /playground.rs Secret
CreatedOctober 13, 2025 14:35
Code shared from the Rust Playground
///// Calculates the factorial of a non-negative integer n.
fnfactorial(n:u32) ->f64{
if n ==0{
1.0
}else{
(1..=n).map(|i| iasf64).product()
}
}
/// Implements the given mathematical expression.
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp