Skip to content

Instantly share code, notes, and snippets.

@lvanasse
lvanasse / ci-x86_64-01.log
Created June 25, 2025 22:04
[x86_64-01] CI Log for nuttx @ 4270235bfae0bd65e13837d5e7c80c23c14d06dc / nuttx-apps @ c4ff19a7e447dec2cdb188415650c5b0e2df9d9c
Script started on 2025-06-25 21:56:04+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh x86_64-01" <not executed on terminal>]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=x86_64-01
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssssdMMMNysssso.
/ssssssssssshdmmNNmmyNMMMMhssssss/
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>راهنمای خرید سکه یا طلای آب‌شده (محاسبات بر اساس ریال)</title>
<style>
body {
font-family: sans-serif;
background: #f7f7f7;
@choco-bot
choco-bot / FilesSnapshot.xml
Created June 25, 2025 22:04
gallery-dl v1.28.5-beta20250207 - 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\gallery-dl\gallery-dl.nupkg" checksum="E55F1A18A211BBB8E93B8F72E9D5FC00" />
<file path="C:\ProgramData\chocolatey\lib\gallery-dl\gallery-dl.nuspec" checksum="3E7FE1A45EE2BEB94A2C888B78CA057A" />
<file path="C:\ProgramData\chocolatey\lib\gallery-dl\legal\LICENSE.txt" checksum="5DCDFE25F21119AA5435EAB9D0256AF7" />
<file path="C:\ProgramData\chocolatey\lib\gallery-dl\legal\VERIFICATION.txt" checksum="57E605FD06E1F4218C1B698A84E5CCD4" />
<file path="C:\ProgramData\chocolatey\lib\gallery-dl\tools\x64\gallery-dl.exe" checksum="3991C355CB0EC56FCF1E254B900CB228" />
<file path="C:\ProgramData\chocolatey\lib\gallery-dl\tools\x86\gallery-dl.exe" checksum="11BD7EB8A75D574A334B86A300481016" />
</files>
6/25/2025 18:00:50 | Epsom, NH | MOTORCYCLE CRASH
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2025-06-26T05:45:00+08:00 2025-06-26
1 湿地公园 RF002 0 mm 2025-06-26T05:45:00+08:00 2025-06-26
2 水边围 N12 0 mm 2025-06-26T05:45:00+08:00 2025-06-26
3 石岗 RF003 0 mm 2025-06-26T05:45:00+08:00 2025-06-26
4 大美督 RF004 0 mm 2025-06-26T05:45:00+08:00 2025-06-26
5 大埔墟 RF005 0 mm 2025-06-26T05:45:00+08:00 2025-06-26
6 北潭涌 RF006 0 mm 2025-06-26T05:45:00+08:00 2025-06-26
7 滘西洲 RF007 0 mm 2025-06-26T05:45:00+08:00 2025-06-26
8 西贡 N15 0 mm 2025-06-26T05:45:00+08:00 2025-06-26
@choco-bot
choco-bot / FilesSnapshot.xml
Created June 25, 2025 22:01
bicep-docs v1.5.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\bicep-docs\bicep-docs.nupkg" checksum="D9ACCC03B17B99F1A3D606841EA92656" />
<file path="C:\ProgramData\chocolatey\lib\bicep-docs\bicep-docs.nuspec" checksum="9C9D10493D6CA4E6575B2CB9713F748E" />
<file path="C:\ProgramData\chocolatey\lib\bicep-docs\bicep-docs_windows_amd64.zip.txt" checksum="CEC9A7A3B4FFBFB62A6C734C7F28B680" />
<file path="C:\ProgramData\chocolatey\lib\bicep-docs\tools\bicep-docs.exe" checksum="E539C46DE0DD935B2665F8D75DE2C3D9" />
<file path="C:\ProgramData\chocolatey\lib\bicep-docs\tools\chocolateyinstall.ps1" checksum="DCFA8CD066E7D9C1E941C2D6BC271FB4" />
<file path="C:\ProgramData\chocolatey\lib\bicep-docs\tools\LICENSE" checksum="18CF189F98439566F9AF074E3AC4B5D3" />
<file path="C:\ProgramData\chocolatey\lib\bicep-docs\tools\README.md" checksum="D027E2F
@mattgalbraith
mattgalbraith / integer_breaks.R
Created June 25, 2025 22:00
Integer breaks in ggplot
tibble(x = seq(0, 15, by = 0.5), y = seq(0, 15, by = 0.5)) |>
ggplot(aes(x, y)) +
geom_point() +
scale_y_continuous(breaks = \(x) seq(0, max(x), by = 1))
import enums.Commands;
import model.Book;
import service.Library;
import java.util.List;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Library library = new Library();
@scriptjunkie
scriptjunkie / scan.ps1
Created June 25, 2025 21:59
PowerShell script to scan to your desktop
$deviceManager = new-object -ComObject WIA.DeviceManager
$device = $deviceManager.DeviceInfos.Item(1).Connect()
$wiaFormatPNG = "{B96B3CAF-0728-11D3-9D7B-0000F81EF32E}"
foreach ($item in $device.Items) {
$image = $item.Transfer($wiaFormatPNG)
if($image.FormatID -ne $wiaFormatPNG)
{
$imageProcess = new-object -ComObject WIA.ImageProcess
$imageProcess.Filters.Add($imageProcess.FilterInfos.Item("Convert").FilterID)
$imageProcess.Filters.Item(1).Properties.Item("FormatID").Value = $wiaFormatPNG
@choco-bot
choco-bot / Install.txt
Created June 25, 2025 21:59
clockres v2.10 - Failed - Package Tests Results
2025-06-25 21:52:34,199 5892 [DEBUG] - XmlConfiguration is now operational
2025-06-25 21:52:39,727 5892 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-06-25 21:52:39,777 5892 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-06-25 21:52:39,827 5892 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-06-25 21:52:39,854 5892 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-06-25 21:52:39,902 5892 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-06-25 21:52:39,946 5892 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-06-25 21:52:40,010 5892 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-06-25 21:52:40,069 5892 [DEBUG] - Adding new typ