Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import json | |
import os | |
import platform | |
import re | |
import shlex | |
import subprocess | |
SHELL = platform.system() != 'Windows' | |
BUFFER_SIZE = 4096 # 4KB 缓冲区大小 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scope map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Image | |
on: | |
workflow_call: | |
inputs: | |
runs-on: | |
required: false | |
type: string | |
default: ubuntu-22.04 |