Skip to content

Instantly share code, notes, and snippets.

@dod79
dod79 / lib.rs
Created June 24, 2025 20:56
rust_pinning_question_1
#![allow(dead_code)]
#![cfg(test)]
use rand::random;
use std::{
fmt::{Display, Formatter},
marker::PhantomPinned,
ops::Deref,
pin::{Pin, pin},
};
Showing All Messages
Ld /Users/steipete/Library/Developer/Xcode/DerivedData/VibeTunnel-hgwgrcrdkatvenhlfblnnckmdjdj/Build/Products/Debug/VibeTunnel.app/Contents/MacOS/VibeTunnel normal (in target 'VibeTunnel' from project 'VibeTunnel-Mac')
cd /Users/steipete/Projects/vibetunnel/mac
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos14.0 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/steipete/Library/Developer/Xcode/DerivedData/VibeTunnel-hgwgrcrdkatvenhlfblnnckmdjdj/Build/Products/Debug -F/Users/steipete/Library/Developer/Xcode/DerivedData/VibeTunnel-hgwgrcrdkatvenhlfblnnckmdjdj/Build/Products/Debug/PackageFrameworks -F/Users/steipete/Library/Developer/Xcode/DerivedData/VibeTunnel-hgwgrcrdkatvenhlfblnnckmdjdj/Build/Products/Debug -Xlinker -rpath -Xlinker @executable_path -Xlinker -rpath -Xlinker /Users/steipete/Library/Developer
@radermacher
radermacher / hls.sh
Created June 24, 2025 20:56 — forked from stenuto/hls.sh
HLS ffmpeg script
#!/bin/bash
# Function to display usage information
usage() {
echo "Usage: $0 /path/to/input.mp4 [ /path/to/output_directory ]"
exit 1
}
# Check if at least one argument (input file) is provided
if [ $# -lt 1 ]; then
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 39 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 14
[get-pr-number : parse-pr-url] + echo -n 2682
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number
[get-pr-number : parse-pr-url] 2682
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m
[acquire-lease : create-lease] + '[' m == m ']'
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS
@TheAlchemistOfMultitasking
TheAlchemistOfMultitasking / index.html
Created June 24, 2025 20:55
Unlock the world’s most advanced subliminal generator — The_Alchemist_Of_Subliminals — trained to help you reach your highest potential.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Imgur Images Test</title>
<style>
body {
background-color: #f4f4f4;
text-align: center;
@boegelbot
boegelbot / easybuild_test_report_19784_easybuilders_preasybuild-easyconfigs_20255524-UTC-20-55-11.md
Created June 24, 2025 20:55
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #19784

Test report for PR(s) easybuilders/easybuild-easyconfigs#19784

Test result

Build succeeded for 2 out of 2 (2 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS WarpX-24.01-foss-2022a-CUDA-12.2.0.eb
  • SUCCESS WarpX-24.01-foss-2022a.eb

Time info

@choco-bot
choco-bot / FilesSnapshot.xml
Created June 24, 2025 20:54
GoogleChrome v138.0.7204.50 - 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\GoogleChrome\GoogleChrome.nupkg" checksum="F91983C716BDC6958D77257D192AD883" />
<file path="C:\ProgramData\chocolatey\lib\GoogleChrome\googlechrome.nuspec" checksum="4F185ED7F060DA6FA989169AA4119DDC" />
<file path="C:\ProgramData\chocolatey\lib\GoogleChrome\tools\chocolateyInstall.ps1" checksum="BA82D6A1679C0FE2363FE6DBAD70E55F" />
<file path="C:\ProgramData\chocolatey\lib\GoogleChrome\tools\helpers.ps1" checksum="2ABBC7E4384A2837486A47E0378C6CCB" />
</files>
</fileSnapshot>
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 22 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 7
[set-github-status-pending : set-github-status] + '[' false == true ']'
[set-github-status-pending : set-github-status] Setting github status of commit 1220cb7e8f4ba446dd62a78184b2f1f3366b6c13 to pending
[set-github-status-pending : set-github-status] + echo 'Setting github status of commit 1220cb7e8f4ba446dd62a78184b2f1f3366b6c13 to pending'
[set-github-status-pending : set-github-status] + set-github-status --git-repo-url git@github.com:redhat-openshift-ecosystem/community-operators-prod.git --commit-sha 1220cb7e8f4ba446dd62a78184b2f1f3366b6c13 --status pending --context operator/publish --description 'Pipeline for operator distribution has started.'
[set-github-status-pending : set-github-status] 2025-06-24 20:23:39,612 [operator-cert] INFO Successfully set status to pending for commit 1220cb7e8f4ba446dd62a78184b2f1f3366b6c13 in github repo git@github.com:redhat-openshift-ecosyst
@bomanaps
bomanaps / README.md
Created June 24, 2025 20:54
Obol Incentives Report Validator - checks mapping, participation, and data consistency

Obol Incentives Report Validator

This script validates weekly Obol incentive reports for structural integrity, participation trends, and data consistency. It was built as part of my exploration while applying for the Obol internship, to help catch common data issues early in the reporting workflow.

What It Does

  • ✅ Verifies presence of required CSV files
  • ✅ Checks for missing or duplicate entries in each report
  • ✅ Confirms that all incentive recipients are mapped in address_mappings.csv
  • ✅ Compares weekly participation changes
@Trystan4861
Trystan4861 / CheatSheetCSS3.md
Created June 24, 2025 20:54
Cheatsheet de CSS Moderno

🧠 Cheatsheet de CSS Moderno (2025)

Inspirado en RailsDesigner – Modern CSS Overview


1. 📀 Funciones: min(), max() y clamp()

Permiten establecer valores dinámicos según el entorno, como tamaños de pantalla.