Skip to content

Instantly share code, notes, and snippets.

@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
https://docs.google.com/forms/d/e/1FAIpQLSeO_aA86MpZi70IYdiUp55mDmyyd1EArt3mT8y2PbYzPNvbgQ/viewform?usp=pp_url&entry.1604177347=Ho%C3%A0ng%20%C4%90%C4%83ng%20T%C3%ADn&entry.934278241=16&entry.1967832303=10&entry.1266219751=2%20months&entry.1578862410=Very%20important&entry.1872946092=Communicate%20professionally&entry.1872946092=Opportunities%20to%20improve%20presentation%20skills&entry.1872946092=Find%20a%20job&entry.1029244542=A%20few%20times%20a%20week&entry.2134210311=2%20to%205%20hours&entry.1409566066=Somewhat%20Confident&entry.138928753=Practicing%20English%20conversations%20with%20friends%2C%20tutors%2C%20or%20language%20partners.&entry.138928753=Watching%20IELTS%20Speaking%20test%20videos%20and%20mimicking%20responses.&entry.1165262576=Practising%20with%20foreigners&entry.1165262576=Using%20online%20dictionaries%20(Oxford%2C%20Cambridge%E2%80%A6)%20and%20imitate&entry.1165262576=Chatting%20with%20AI&entry.1165262576=Using%20apps%20(like%20ELSA%20speak%2C%20duolingo%2C%E2%80%A6)%20to%20practice&entry.
@xrviv
xrviv / 2025-03-13.onekeymini_v3.9.0-manual.build.txt
Created March 13, 2025 11:53
2025-03-13.onekeymini_v3.9.0-manual.build.txt
$ ./scripts/test/hardware/onekey.sh mini 3.9.0 a8b4519 0807
Building Docker image...
[+] Building 2.0s (10/10) FINISHED docker:default
=> [internal] load build definition from onekey.dockerfile 0.0s
=> => transferring dockerfile: 1.01kB 0.0s
=> [internal] load metadata for docker.io/library/ubuntu:20.04 1.9s
=> [internal] load .dockerignore
@mypy-play
mypy-play / main.py
Created March 13, 2025 11:52
Shared via mypy Playground
import asyncio
class AsyncInitAble:
async def __new__(cls, *a, **kw):
instance = super().__new__(cls)
await instance.__init__(*a, **kw)
return instance
class A(AsyncInitAble):
async def __init__(self):
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
define([
"jquery",
"underscore",
"Magento_Ui/js/form/form",
"ko",