Skip to content

Instantly share code, notes, and snippets.

@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 7, 2025 01:53
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: f0ded3ae-14e7-4e80-87f1-f1cf967274e0
-- Server started: February 07, 2025 01:52 AM UTC | Server uptime: 89 seconds
------------------ LOADB LOGS ------------------
{
}
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 18 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 12
[set-github-started-label : post-comment] + EXTRA_ARGS=
[set-github-started-label : post-comment] + [[ ! -z operator-release-pipeline/started ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-labels operator-release-pipeline/started'
[set-github-started-label : post-comment] + [[ ! -z pipeline/trigger-release ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-release'
[set-github-started-label : post-comment] + [[ true == \t\r\u\e ]]
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels'
[set-github-started-label : post-comment] + echo 'Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/certified-operators-preprod/pull/5284'
@lvanasse
lvanasse / ci-risc-v-01.log
Created February 7, 2025 01:52
[risc-v-01] CI Log for nuttx @ 2ebdd72487a96879b3f8689e0b35ae5f7a49973a / nuttx-apps @ f139e56cd62a30d6edcd7207c7e4cbc6e9b8b7d1
fpu.c:57:8: warning: #warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
adc_main.c:312:22: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
fpu.c:57:8: warning: #warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Script started on 2025-02-07 01:42:01+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh risc-v-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=risc-v-01
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
@TheInnerParty
TheInnerParty / combiner.sh
Last active February 7, 2025 02:00
Combiner- Get all code in a project into a single file
#!/bin/bash
#
# combine_files.sh
#
# Usage:
# ./combine_files.sh <output_file> [--exclude ext]... <include_ext> [include_ext...]
#
# This script recursively finds all files with the given include extensions,
# skipping files (and entire directories) that are either manually excluded or
# ignored by Git (by way of .gitignore). For each file found, it appends a header
# Homework Lesson 5 - Workshop - Homework
# READ CAREFULLY THE EXERCISE DESCRIPTION AND SOLVE IT RIGHT AFTER IT
# Challenge 1
# Make a number Positive
#
# Create a variable called my_number and set it to any integer value.
# Write code to make the number positive if it's negative, and keep it
# as is if it's already positive or zero.
{"scenario":{"name":"Bardia","maxTurns":19,"date":"1943-04-10T04:00:00.000Z","atmosferic":0,"latitude":0,"ground":0,"turnsPerDay":2,"dayTurn":0,"reinforcements":{"4":[{"row":24,"col":40,"unit":{"eqid":464,"id":-1,"owner":1,"hasMoved":false,"hasFired":false,"hasResupplied":false,"hasOverstrength":false,"isMounted":false,"isSurprised":false,"isDeployed":false,"isCore":false,"tempSpotted":false,"strength":12,"facing":0,"flag":10,"destroyed":false,"transport":null,"carrier":0,"moveLeft":17,"ammo":5,"fuel":0,"hasAnimation":false,"hits":0,"experience":213,"entrenchment":0,"entrenchTicks":0,"leader":-1},"turn":4,"id":1},{"row":22,"col":40,"unit":{"eqid":466,"id":-1,"owner":1,"hasMoved":false,"hasFired":false,"hasResupplied":false,"hasOverstrength":false,"isMounted":false,"isSurprised":false,"isDeployed":false,"isCore":false,"tempSpotted":false,"strength":12,"facing":0,"flag":10,"destroyed":false,"transport":null,"carrier":0,"moveLeft":19,"ammo":5,"fuel":0,"hasAnimation":false,"hits":0,"experience":298,"entrenchment"
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 7, 2025 01:51
Rimworld output log published using HugsLib
Log uploaded on Thursday, February 6, 2025, 9:51:26 PM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[v:2.3.1.0][mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Core(Ludeon.RimWorld): (no assemblies)
Psychic Sensitivity Affects Bandwidth(Lomzie.PsychicSensitivityBandwidth): PsychicSensitivityBandwidth(1.0.0)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
@sacps001119
sacps001119 / File.java
Last active February 7, 2025 02:16
openapi generator java import issue
package test.dto;
import java.net.URI;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import java.util.Arrays;
import org.springframework.lang.Nullable;
import org.openapitools.jackson.nullable.JsonNullable;
import java.time.OffsetDateTime;
@spacepxl
spacepxl / convert_hyv_lora_to_orig.py
Created February 7, 2025 01:50
Convert HunyuanVideo diffusers lora to original format
import os
import argparse
import torch
from safetensors.torch import load_file, save_file
def convert_lora_sd(diffusers_lora_sd):
double_block_patterns = {
"attn.to_out.0": "img_attn.proj",
"ff.net.0.proj": "img_mlp.0",
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created February 7, 2025 01:48
awscli-session-manager v1.2.707 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-1515527406-3491998627-110207221-1000</user>
<keys>
<key installerType="Msi" displayName="Session Manager Plugin" displayVersion="1.2.707.0">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D486A731-3E99-45C9-90E5-DBB1FED3EB78}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /I{D486A731-3E99-45C9-90E5-DBB1FED3EB78}]]></UninstallString>