Skip to content

Instantly share code, notes, and snippets.

View yvbbrjdr's full-sized avatar
😆

yvbbrjdr yvbbrjdr

😆
View GitHub Profile
@yvbbrjdr
yvbbrjdr / manus.md
Created April 6, 2025 10:38
Manus system prompts and tools dump

NeoArpe Protocol Specification

NeoArpe stands for Neo Amateur Radio Packet Exchange. It is a packet radio protocol for amateur radio communication. All data in this protocol, unless otherwise noted, is transmitted in big-endian format.

Physical Layer (PHY)

Preamble Version Payload Length CRC-32 Payload Error Correction
8 bits 4 bits 12 bits 32 bits Variable TBD
@yvbbrjdr
yvbbrjdr / extract-schema.ts
Created October 12, 2024 23:37
Extract schema
type SchemaType =
| string
| { [key: string]: SchemaType }
| [string, SchemaType | null];
function extractSchema(obj: any): SchemaType {
if (obj === null) {
return "null";
}
import base64
import functools
import hashlib
import time
from urllib import parse
_X_BOGUS_SHORT_STR = 'Dkdpgh4ZKsQB80/Mfvw36XI1R25-WUAlEi7NLboqYTOPuzmFjJnryx9HVGcaStCe='
_X_BOGUS_UA_KEY = ['\u0000', '\u0001', '\u000e']
def append_x_bogus(url, user_agent):
let request = require('request');
let USCIS_CASE_STATUS_URL = 'https://egov.uscis.gov/casestatus/mycasestatus.do?appReceiptNum=';
class USCISCaseStatus {
constructor(receipt_num, timestamp, title, content) {
this.receipt_num = receipt_num;
this.timestamp = timestamp;
this.title = title;
this.content = content;

LANDrop Individual Contributor License Agreement

Thank you for your interest in contributing to open source software projects (“Projects”) made available by LANDrop. This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to LANDrop in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact [email protected].

You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.

Copyright License. You hereby grant, and agree to grant, to LANDrop a non-exclusive, perpetual, irrevocable, worldwide, fully-pa

@yvbbrjdr
yvbbrjdr / 1.pem
Created March 31, 2020 04:56
GitHub MitM Certificate Extracts
-----BEGIN CERTIFICATE-----
MIIB4TCCAYcCFDjGwZUOfrr1+SWHR5GxJ/rwXsHZMAoGCCqGSM49BAMCMHExCzAJBgNVBAYTAkNOMQswCQYDVQQIDAJHRDELMAkGA1UEBwwCU1oxDDAKBgNVBAoMA0NPTTEMMAoGA1UECwwDTlNQMQswCQYDVQQDDAJDQTEfMB0GCSqGSIb3DQEJARYQMzQ2NjA4NDUzQHFxLmNvbTAeFw0xOTA5MjYwOTMzMTNaFw0yOTA5MjMwOTMzMTNaMHUxCzAJBgNVBAYTAkNOMQswCQYDVQQIDAJHRDELMAkGA1UEBwwCU1oxDDAKBgNVBAoMA0NPTTEMMAoGA1UECwwDTlNQMQ8wDQYDVQQDDAZTRVJWRVIxHzAdBgkqhkiG9w0BCQEWEDM0NjYwODQ1M0BxcS5jb20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASJ27aMaVclvmdT8m6l98K999FM4dYTg4ag0627S2bxbLYHyLdQ0jqay5kA9KCF9UcwuzcqtTrNERlLIsxDGkLjMAoGCCqGSM49BAMCA0gAMEUCIH1+jEiQTVA+siP2g9kwITFZZINVKyET48788OSCLK1hAiEA+c5bJvnrdtZ1rbsLXJWtglkXSeBaHy5Wdt7wdGc7McM=
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIICNzCCAd2gAwIBAgIUD6UJah0ReDrJIuxhqrTa0CAAbAMwCgYIKoZIzj0EAwIwcTELMAkGA1UEBhMCQ04xCzAJBgNVBAgMAkdEMQswCQYDVQQHDAJTWjEMMAoGA1UECgwDQ09NMQwwCgYDVQQLDANOU1AxCzAJBgNVBAMMAkNBMR8wHQYJKoZIhvcNAQkBFhAzNDY2MDg0NTNAcXEuY29tMB4XDTE5MDkyNjA5MzIzN1oXDTI5MDkyMzA5MzIzN1owcTELMAkGA1UEBhMCQ04xCzAJBgNVBAgMA

yv's Formula

f_p(x) = 27.5 * 2 ^ (x / 12)
  • Python
    f_p = lambda x: 27.5 * 2 ** (x / 12)
@yvbbrjdr
yvbbrjdr / Makefile
Last active October 15, 2019 23:40
A simple hello world program in Linux C++.
CXX=g++
CFLAGS=-Wall -Wextra -O3
all: hello helloplugin.so
hello: main.cpp plugininterface.h
$(CXX) $(CFLAGS) -ldl $< -o $@
helloplugin.so: helloplugin.cpp plugininterface.h
$(CXX) $(CFLAGS) -shared -fPIC $< -o $@

Keybase proof

I hereby claim:

  • I am yvbbrjdr on github.
  • I am yvbbrjdr (https://keybase.io/yvbbrjdr) on keybase.
  • I have a public key ASCAbRJyrB5DJPcB7krXWA0R0JfILDomuNqSq4cjD6T7Fwo

To claim this, I am signing this object: