Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / Install.txt
Created May 2, 2024 14:27
torchat v0.9.9.553201803 - Failed - Package Tests Results
==> default: Running provisioner: shell...
[ERROR] An error occurred in the underlying SSH library that Vagrant uses.
[ERROR] The error message is shown below. In many cases, errors from this
[ERROR] library are caused by ssh-agent issues. Try disabling your SSH
[ERROR] agent or removing some keys and try again.
[ERROR] If the problem persists, please report a bug to the net-ssh project.
[ERROR] timeout during server version negotiating
Maintainers:
fabaff: python312Packages.publicsuffixlist, python311Packages.publicsuffixlist, python312Packages.publicsuffixlist, python311Packages.publicsuffixlist, python311Packages.publicsuffixlist, python311Packages.publicsuffixlist, python312Packages.publicsuffixlist, python312Packages.publicsuffixlist
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 2, 2024 14:26
Rimworld output log published using HugsLib
Log uploaded on Thursday, May 2, 2024, 11:26:48 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
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.4.15), 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)
Grand Rivers Reborn(Meltup.GrandRivers.Reborn): (no assemblies)
Camera+(brrainz.cameraplus)[mv:2.7.5.0]: CameraPlus(2.7.5), CrossPromotion(1.1.2)
Increased Stack(Taveron.IncreasedStack): (no assemblies)
EdB Prepare Carefully(EdB.PrepareCarefully)[mv:1.5.5]: EdBPrepareCaref
aarch64-linux python311Packages.parsedmarc
aarch64-darwin trustymail
x86_64-linux python311Packages.checkdmarc
aarch64-linux python312Packages.publicsuffixlist
aarch64-linux python311Packages.publicsuffixlist
aarch64-darwin python312Packages.publicsuffixlist
x86_64-darwin python311Packages.parsedmarc
x86_64-darwin parsedmarc
x86_64-darwin python311Packages.publicsuffixlist
x86_64-linux parsedmarc
/*****************
* cellBlockA.js *
*****************
*
* Good morning, Dr. Eval.
*
* It wasn't easy, but I've managed to get your computer down
* to you. This system might be unfamiliar, but the underlying
* code is still JavaScript. Just like we predicted.
*
public enum PasswordRule {
public enum CharacterClass {
case upper
case lower
case digits
case special
case asciiPrintable
case unicode
case custom(Set<Character>)
@choco-bot
choco-bot / Install.txt
Last active May 2, 2024 14:26
awesomebump v5.1 - Failed - Package Tests Results
==> default: Running provisioner: shell...
[ERROR] An error occurred in the underlying SSH library that Vagrant uses.
[ERROR] The error message is shown below. In many cases, errors from this
[ERROR] library are caused by ssh-agent issues. Try disabling your SSH
[ERROR] agent or removing some keys and try again.
[ERROR] If the problem persists, please report a bug to the net-ssh project.
[ERROR] timeout during server version negotiating
@weedsx
weedsx / qiuck_sort.go
Created May 2, 2024 14:26
随机快速排序 O(n * logn)
package sort
import "math/rand"
// QuickSort 随机快速排序改进版,时间复杂度收敛至 O(n * logn)
func QuickSort(arr []int) []int {
var first, last int
// 已知arr[l....r]范围上一定有x这个值
// 划分数组 小于x放左边,等于x放中间,大于x放右边
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 23 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 26
[get-pr-number : parse-pr-url] + echo -n 4441
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number
[get-pr-number : parse-pr-url] 4441
[acquire-lease : create-lease] Attempting to create lease operator-hosted-pipeline-pr-4441
[acquire-lease : create-lease] lease.coordination.k8s.io/operator-hosted-pipeline-pr-4441 created
[acquire-lease : create-lease] Acquired lease operator-hosted-pipeline-pr-4441