Skip to content

Instantly share code, notes, and snippets.

@lvanasse
lvanasse / ci-sim-02.log
Created February 7, 2025 01:03
[sim-02] CI Log for nuttx @ c319863834c7acc3863c4bf0b1b8073b793f6d6d / nuttx-apps @ f139e56cd62a30d6edcd7207c7e4cbc6e9b8b7d1
Script started on 2025-02-07 00:40:10+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh sim-02" <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=sim-02
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssssdMMMNysssso.
/ssssssssssshdmmNNmmyNMMMMhssssss/
@lambduhh
lambduhh / 2025-02-06-beginner-mob
Last active February 7, 2025 01:05
2025-02-06-beginner-mob
(ns exercises.20250206
(:require
[clojure.string :as str]))
;; Consider the word "abode" . We can see that the letter a is in position 1 and b is in position 2. In the alphabet, a and b are also in positions 1 and 2. Notice also that d and e in abode occupy the positions they would occupy in the alphabet, which are positions 4 and 5.
;; Given an array of strings, return an array of the number of letters that occupy their positions in the alphabet for each word. For example,
;; solve (["abode","ABc","xyzD"]) = [4, 3, 1]
{\rtf1\ansi\ansicpg1252\cocoartf1348\cocoasubrtf170
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural
\f0\fs24 \cf0 @@ -1,331 +0,0 @@\
package com.elastica.tests.dropbox;\
\
import static org.testng.Assert.assertTrue;\
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 7, 2025 01:02
Rimworld output log published using HugsLib
Log uploaded on Thursday, February 6, 2025, 5:02:51 PM
Loaded mods:
Harmony(brrainz.harmony)[v:2.3.1.0][mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Log Publisher from HugsLib(m00nl1ght.UnofficialUpdates.HugsLogPublisher): LunarLoader(1.1.8), LunarFramework(1.1.8), HugsLogPublisher(2.1.4)
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:24.11.29), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), RecipeInheritance(1.0.1), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(0.0.0), VFECore(av:1.1.7,fv:1.1.9), VWEMakeshift(1.0.0)
Vanilla Races Expanded - Android(vanillaracesexpanded.android)[v:1
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created February 7, 2025 01:02
XAMPP-73 v7.3.33.20220415 - 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-1596741959-743918983-2523237570-1000</user>
<keys>
<key installerType="Unknown" displayName="XAMPP" displayVersion="7.3.33-0">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\xampp</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\xampp]]></InstallLocation>
<UninstallString><![CDATA["C:\xampp\uninstall.exe"]]></UninstallString>
@ChristopherA
ChristopherA / git_worktrees.md
Last active February 7, 2025 02:07
Git Worktree Best Practices and Tools

Git Worktree Best Practices and Tools

Last Updated: 2024-02-06

Overview

Git worktrees allow you to check out multiple branches simultaneously in separate directories, while sharing a single .git metadata store.

THere are some best practices, useful Git aliases, and shell functions for efficiently managing Git worktrees. It covers:

  • Setting up Git aliases for worktree operations.
  • Using shell functions for enhanced worktree management.
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 24 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 7
[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] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/5916
[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'
@2605406346
2605406346 / 花火.txt
Last active February 7, 2025 01:02
花火
初次见面:你好你好,我是花火!你要是有什么危险的差事要办,尽管来找我。毕竟只要我感兴趣,价钱都好商量。关键是要玩得开心,对吧?
问候:诶呀,最近总是见到你嘛...我在哪儿看见的?这能让你知道吗,嘻嘻~
道别:下次见咯,无名客一一定要注意安全,尤其是再次见面的时候!
关于自己.名字:我呢,只想当个角落里的配角平时就给台上的人鼓鼓掌,烘托烘托气氛然后在演出高潮时突然冲上天空!像花火一样炸它个五彩斑澜--主角敢这么做么?
关于自己.梦想:我这人没什么长性,也很难有持之以恒的梦想…最近的梦想是...加入天才俱乐部!对,扮演个天才!哈,好想试试这个有难度的挑战...有没有人支持我?
关于自己.过去:被遗弃的孤儿、受诅咒的少女、人偶一族的末裔...取决于对方喜欢哪个版本吧,我都可以编~
闲谈.假面愚者:这世界像个马戏团,昼夜不停地上演着禽兽相争的滑稽戏:狗熊骑独轮车、狮子钻火圈、猴子顶碗...而我们「愚者」和其他人的区别在于,我们知道自己在表演~
爱好:我喜欢笑话--这个世界太苦大仇深了!当然,笑话不能让世界变得更好,但至少不会让世界变得更加虚伪~不是吗?
发恼:秩序、社会规范、人类虚构的道德准绳,我都已经这么努力了,它们还是不肯放过我!
分享:银河中有个自以为是的星神叫「纳努克」,竟然认为如果没有,银河就不会走向「毁灭」的结局!不好笑吗?好吧,我这里还有个「存护」的版本,要听吗?
@Mangge89
Mangge89 / test-TDD-Prueba.js
Created February 7, 2025 00:58
mi primer test
// Escribir acá la función cuentaPalabras
function cuentaPalabras(texto) {
const palabraSinEspacios = texto.split(' ');
const palabrasConA = palabraSinEspacios.filter(palabra => palabra.toLowerCase().startsWith('a'));
return {
cantidadDePalabras: palabraSinEspacios.length,
palabrasConA: palabrasConA.length,
};
};
{
"name": "Wwcd Coin",
"symbol": "WWCD",
"description": "Winner Winner Chicken Dinner",
"image": "https://image.nftscan.com/pls/logo/0x8634666ba15ada4bbc83b9dbf285f73d9e46e4c2.png"
}