Skip to content

Instantly share code, notes, and snippets.

{
"metrics": {
"_api_": {
"contains": "default",
"type": "trend",
"values": {
"avg": 631.6030709473683,
"max": 2068.760395,
"med": 488.433992,
"min": 388.672869,
@boegelbot
boegelbot / easybuild_test_report_22292_easybuilders_preasybuild-easyconfigs_20253011-UTC-21-30-32.md
Created February 11, 2025 21:30
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #22292
@boegelbot
boegelbot / Siesta-5.2.2-foss-2023a_partial.log
Created February 11, 2025 21:30
(partial) EasyBuild log for failed build of /tmp/eb-hr81li87/files_pr22292/s/Siesta/Siesta-5.2.2-foss-2023a.eb (PR(s) #22292)
== 2025-02-11 21:30:27,330 easyblock.py:314 INFO This is EasyBuild 4.9.5.dev0-rd0c5506e7fa4a0cec9bb1517904fd98eaaa221b9 (framework: 4.9.5.dev0-rb37f70756960c1686875974f8381491df280cc00, easyblocks: 4.9.5.dev0-rd0c5506e7fa4a0cec9bb1517904fd98eaaa221b9) on host jsczen3c1.int.jsc-zen3.fz-juelich.de.
== 2025-02-11 21:30:27,331 easyblock.py:320 INFO This is easyblock CMakeMake from module easybuild.easyblocks.generic.cmakemake (/home/boegelbot/easybuild/easybuild-easyblocks/easybuild/easyblocks/generic/cmakemake.py)
== 2025-02-11 21:30:27,331 easyblock.py:1069 INFO Build dir set to /tmp/boegelbot/Siesta/5.2.2/foss-2023a
== 2025-02-11 21:30:27,331 config.py:707 DEBUG software install path as specified by 'installpath' and 'subdir_software': /project/def-maintainers/boegelbot/rocky9/zen3/software
== 2025-02-11 21:30:27,331 easyconfig.py:2662 DEBUG Determining software installation subdir for Siesta EasyConfig @ /tmp/eb-hr81li87/files_pr22292/s/Siesta/Siesta-5.2.2-foss-2023a.eb
== 2025-02-11 21:30:27,331 easyconfig.p
@zoravur
zoravur / ziggy.vim
Last active February 11, 2025 21:30
Approximately the color scheme for syntax highlight on ziglang.org
hi clear
if exists("syntax on")
syntax reset
endif
let g:colors_name = "ziggy"
" Base UI
hi Normal guifg=#cccccc guibg=#121212 ctermfg=252 ctermbg=233
hi Cursor guifg=#000000 guibg=#cccccc ctermfg=0 ctermbg=252
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS-Only Quiz</title>
<style>
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
@MattAlp
MattAlp / ClassInit.java
Created February 11, 2025 21:29 — forked from simonis/ClassInit.java
Concurrent class initialization
import java.lang.reflect.Method;
import java.net.URL;
import java.net.URLClassLoader;
public class ClassInit {
static final int CLASSLOADERS = Integer.getInteger("classloaders", 3);
static final int THREADS = Integer.getInteger("threads", 3);
static class MyClassLoader extends URLClassLoader {
public MyClassLoader() {
@Noeda
Noeda / interview_question_pizza_places_2025_02_11.txt
Last active February 11, 2025 21:33
interview_question_pizza_places_2025_02_11.txt
11 Feb 2025 - Mikko Juola
This is an interview question I once designed at a company,
when directed to design a coding question for a question bank.
I can't remember the exact details how I formulated it when I
designed it the first time, likely around 2017, but this is the best
as I can remember it.
I really don't like this question myself despite having designed it.
@ameyer117
ameyer117 / EmbeddedResource.cs
Created February 11, 2025 21:29
EmbeddedResource.cs - Semantic Kernel
using System.ComponentModel.DataAnnotations;
namespace M02_Project;
using System;
using System.IO;
using System.Reflection;
internal static class EmbeddedResource
#!/usr/bin/env bash
set -Eeuo pipefail
# -c, --context string context in the kubeconfig file of the PVC
# -k, --kubeconfig string path of the kubeconfig file of the PVC
# -R, --mount-read-only mount the PVC in ReadOnly mode (default false)
# -n, --namespace string namespace of the PVC
# -d, --dir string dir to mount to (defaults to /mnt)
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 11, 2025 21:28
Rimworld output log published using HugsLib
Log uploaded on Tuesday, February 11, 2025, 10:28:24 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)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
[WD] Expanded Floors(Wemd.ExpandedFloors): (no assemblies)
[WD] Realistic Darkness(Wemd.RealisticDarkness): RealisticDarkness(1.0.0)
Better Map Sizes(madarauchiha.custommapsizes): CustomMapSizes(1.0.0)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.4]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.4)
Character Editor(void.charactereditor): CharacterEditor(1.5.10)