Skip to content

Instantly share code, notes, and snippets.

{
"basic": {
"license key": "***REMOVED SENSITIVE VALUE***",
"date": "Tue, 11 Feb 2025 20:52:38 +0000",
"ownCloud version": "10.15.0.2",
"ownCloud version string": "10.15.0",
"ownCloud edition": "Community",
"server OS": "Linux",
"server OS version": "Linux c7b311e09d65 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64",
"server SAPI": "apache2handler",
<script id="mv-trellis-localModel" data-cfasync="false">
window.$adManagementConfig = window.$adManagementConfig || {};
window.$adManagementConfig.web = window.$adManagementConfig.web || {};
window.$adManagementConfig.web.localModel = {"optimize_mobile_pagespeed":true,"optimize_desktop_pagespeed":true,"content_selector":".mvt-content","footer_selector":"footer.footer","content_selector_mobile":".mvt-content","comments_selector":"","sidebar_atf_selector":".sidebar-primary .widget-container:nth-last-child(3)","sidebar_atf_position":"afterend","sidebar_btf_selector":".mv-sticky-slot","sidebar_btf_position":"beforeend","content_stop_selector":"","sidebar_btf_stop_selector":"footer.footer","custom_css":"","ad_box":true,"sidebar_minimum_width":"1135","native_html_templates":{"feed":"<aside class=\"mv-trellis-native-ad-feed\"><div class=\"native-ad-image\" style=\"min-height:200px;min-width:200px;\"><div style=\"display: none;\" data-native-size=\"[300, 250]\" data-native-type=\"video\"><\/div><div style=\
@ulibeudgen
ulibeudgen / Aschaffenburg, die afghanische Community und das Thema psychosoziale Betreuung
Created February 11, 2025 20:51
Aschaffenburg, die afghanische Community und das Thema psychosoziale Betreuung https://ift.tt/Wa0YkLX
Aschaffenburg, die afghanische Community und das Thema psychosoziale Betreuung
Während führende deutsche Politiker*innen jegliche Verhältnismäßigkeit bei der Einordnung der schrecklichen Tat eines – offenbar psychisch kranken – …
Aschaffenburg, die afghanische Community und das Thema psychosoziale Betreuung
Ein weiterer Blick … mit der gleichen Berechtigung, gesehen zu werden …
Tags and categories: Allgemein, Asyl aktiv, Behindertenrechte, Frauenrechte, Menschenrechte, Religionsfreiheit, Schengen Treaty, Deutschland, EU, Flucht, human rights, Menschen, menschenrechte, Migration, no human is illegal, Noborder, Solidaritaet
No errors have been found.
@lmmx
lmmx / pdm_autobump.sh
Last active February 11, 2025 20:55
Bashrc function to automatically bump and publish a Python package (with existing aliases before for context)
alias gadd="git add --all"
function gcmmt { git commit -m "$@"; }
alias gitnvm="git reset --soft HEAD~1"
function gotbranch { branch_name=$(git rev-parse --abbrev-ref HEAD); git push origin $branch_name; }
alias pdmpublish='pdm publish -u __token__ -P $(keyring get PYPIRC_TOKEN "")'
function pdmautobump {
pdm bump "$@" && \
gadd && \
gcmmt "chore(temp): version check" && \
@CL-Michael
CL-Michael / binary.wasm.br
Created February 11, 2025 20:50
Compiled workflow WASM binary
This file has been truncated, but you can view the full file.
alias: Light Control
description: Uses an entity's state to control a light
triggers:
- trigger: state
entity_id:
- binary_sensor.motion_sensor
from: "off"
to: "on"
conditions: []
actions:
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 11, 2025 20:50
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Tuesday, February 11, 2025, 2:48:42 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)
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)
Visible Error Logs(V1024.VisibleErrorLogs): VisibleErrorLogs(1.0.1)
Visual Exceptions(brrainz.visualexceptions)[mv:1.3.2.0]: CrossPromotion(1.1.2), VisualExceptions(1.3.2)
Core(Ludeon.RimWorld): (no assemblies)
Better Log - Fix your errors(bs.betterlog): 0PrepatcherAPI(1.2.0), 1Fishery(av:0.6.1,fv:0.5.1.2), BetterLog(1.1.0), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 25 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 5
[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/certified-operators/pull/5179
[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'
@chrismatthieu
chrismatthieu / robot.js
Last active February 11, 2025 21:11
Sample robotics.dev boiler plate code
//import robotics from 'robotics-dev';
const robotics = require('robotics-dev');
// Define ROS twist movement commands
const moveForward = {
linear: {x: 0.2, y: 0.0, z: 0.0},
angular: {x: 0.0, y: 0.0, z: 0.0}
};
const turnLeft = {
linear: {x: 0.0, y: 0.0, z: 0.0},