Skip to content

Instantly share code, notes, and snippets.

View kilingzhang's full-sized avatar
๐ŸŽˆ
ๅฐ้€ๆ˜Ž

07 kilingzhang

๐ŸŽˆ
ๅฐ้€ๆ˜Ž
View GitHub Profile
@jlia0
jlia0 / agent loop
Last active April 25, 2025 04:54
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@hellokaton
hellokaton / next.config.ts
Last active March 22, 2025 08:34
่งฃๅ†ณๅ›ฝๅ†… nextjs ไธ‰ๆ–น็™ปๅฝ•็ญ‰็ฝ‘็ปœ้—ฎ้ข˜
const isDev = process.env.NODE_ENV === "development";
if (isDev) {
require("./proxy-setup");
}
@wibus-wee
wibus-wee / DownloadWeChatStickers_macOS.js
Last active January 4, 2025 16:52
Download WeChat Stickers in macOS
// How to use: node DownloadWeChatStickers_macOS.js
// Requirements: curl, node
// Reference: https://blog.jogle.top/2022/08/14/macos-wechat-sticker-dump/
const { execSync } = require('child_process');
const { randomUUID } = require('crypto');
const fs = require('fs');
const exec = require('child_process').exec;
const os = require('os');
const argv = process.argv.slice(2);
@iansltx
iansltx / MultiPartFromStrings.php
Created May 2, 2015 03:31
Multipart file uploads in PHP from strings
<?php
/**
* PHP's curl extension won't let you pass in strings as multipart file upload bodies; you
* have to direct it at an existing file (either with deprecated @ syntax or the CURLFile
* type). You can use php://temp to get around this for one file, but if you want to upload
* multiple files then you've got a bit more work.
*
* This function manually constructs the multipart request body from strings and injects it
* into the supplied curl handle, with no need to touch the file system.
title description date categories slug
QQๅ่ฎฎๅˆ†ๆž
QQๅ่ฎฎๅˆ†ๆž
2014-04-16
protocol
qq-protocol

ไธ€. ๆ–‡ๅญ—่Šๅคฉๅ่ฎฎๆ—(TCPF, Text Chatting Protocol Family)

@rxaviers
rxaviers / gist:7360908
Last active April 25, 2025 08:09
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue: