Skip to content

Instantly share code, notes, and snippets.

@Weydon-Ding
Weydon-Ding / bilibili-decoder.py
Created March 13, 2025 11:58
解密bilibili客户端下载的视频
import argparse
import json
import os
import platform
import re
import shlex
import subprocess
SHELL = platform.system() != 'Windows'
BUFFER_SIZE = 4096 # 4KB 缓冲区大小
using System;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
class Program
{
private static ClientWebSocket _client = new ClientWebSocket();
private static readonly Uri ServerUri = new Uri("wss://streaming.bitquery.io/graphql?token=YOURTOKEN");
@nuttxpr
nuttxpr / ci-risc-v-03.log
Created March 13, 2025 11:58
[risc-v-03] CI Log for nuttx @ e0b02314e6e28b10ee84837bfe62b1e48700f85a / nuttx-apps @ 3b03636e95f6202b512d8af32629da4c0dc4af2c
Script started on 2025-03-13 18:47:17+08:00 [COMMAND="/home/luppy/nuttx-release/run-job.sh risc-v-03 3" TERM="tmux-256color" TTY="/dev/pts/9" COLUMNS="100" LINES="10"]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh risc-v-03 3
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=risc-v-03
+ [[ risc-v-03 == '' ]]
+ instance=3
+ set
+ grep TMUX
+ true
+ neofetch
<?xml version='1.0' encoding='UTF-8'?>
<kml xmlns='http://www.opengis.net/kml/2.2'>
<Placemark>
<name></name>
<Point>
<coordinates>-85.03787459758057,41.21558756524501,0</coordinates>
</Point>
</Placemark>
</kml>
@choco-bot
choco-bot / FilesSnapshot.xml
Created March 13, 2025 11:56
kdevelop.install v5.6.2.5319 - Failed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\kdevelop.install\kdevelop.install.nupkg" checksum="41005C8A80EF0886DC14C69E87C491A6" />
<file path="C:\ProgramData\chocolatey\lib\kdevelop.install\kdevelop.install.nuspec" checksum="A6F5852C0E469410E596A40DB050DEFE" />
<file path="C:\ProgramData\chocolatey\lib\kdevelop.install\tools\chocolateyinstall.ps1" checksum="72E2EE74BFAC82F98356F1F7EEEDD09F" />
<file path="C:\ProgramData\chocolatey\lib\kdevelop.install\tools\chocolateyuninstall.ps1" checksum="E433F470597E94B94C669CDBA3DD7969" />
</files>
</fileSnapshot>
@choco-bot
choco-bot / FilesSnapshot.xml
Created March 13, 2025 11:55
eclipse-cpp v2025.3.0 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\eclipse-cpp\eclipse-cpp-2025-03-R-win32-x86_64.zip.txt" checksum="29872B49DF8227D4A9E2D63EC7560F2F" />
<file path="C:\ProgramData\chocolatey\lib\eclipse-cpp\eclipse-cpp.nupkg" checksum="8D928B53AFA74FAA9C3BA14E2DA2F78E" />
<file path="C:\ProgramData\chocolatey\lib\eclipse-cpp\eclipse-cpp.nuspec" checksum="AD026498B2E432CAC8F8486799D8FF7C" />
<file path="C:\ProgramData\chocolatey\lib\eclipse-cpp\tools\chocolateyinstall.ps1" checksum="97BB2B5C4BD642DEDF6C861A874AB4B9" />
<file path="C:\ProgramData\chocolatey\lib\eclipse-cpp\tools\chocolateyuninstall.ps1" checksum="E722F43306C1E08A900601FE5A9F903E" />
<file path="C:\ProgramData\chocolatey\lib\eclipse-cpp\tools\eclipse\.eclipseproduct" checksum="E2A0238F7F6A8C8ABA5FE22F2576F376" />
<file path="C:\ProgramData\chocolatey\lib\ec
@nuttxpr
nuttxpr / ci-arm-08.log
Created March 13, 2025 11:55
[arm-08] CI Log for nuttx @ e0b02314e6e28b10ee84837bfe62b1e48700f85a / nuttx-apps @ 3b03636e95f6202b512d8af32629da4c0dc4af2c
Script started on 2025-03-13 19:14:38+08:00 [COMMAND="/home/luppy/nuttx-release/run-job.sh arm-08 1" TERM="tmux-256color" TTY="/dev/pts/6" COLUMNS="100" LINES="10"]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh arm-08 1
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=arm-08
+ [[ arm-08 == '' ]]
+ instance=1
+ set
+ grep TMUX
+ true
+ neofetch
@cfdcfd
cfdcfd / agent loop
Created March 13, 2025 11:54 — forked from jlia0/agent loop
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
scope map
name: Build Image
on:
workflow_call:
inputs:
runs-on:
required: false
type: string
default: ubuntu-22.04