Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / Install.txt
Created July 10, 2025 20:23
news-feed-eradicator-for-facebook-chrome v1.0.6 - Failed - Package Tests Results
2025-07-10 19:52:27,186 1132 [DEBUG] - XmlConfiguration is now operational
2025-07-10 19:52:38,678 1132 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-07-10 19:52:38,912 1132 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-07-10 19:52:38,990 1132 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-07-10 19:52:39,071 1132 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-07-10 19:52:39,146 1132 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-07-10 19:52:39,289 1132 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-07-10 19:52:39,385 1132 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-07-10 19:52:39,508 1132 [DEBUG] - Adding new typ
@Maslikoff
Maslikoff / Amnesty.cs
Created July 10, 2025 20:22
The Amnesty
namespace Amnesty
{
internal class Program
{
static void Main(string[] args)
{
new AmnestyProcessor().Run();
}
}
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created July 10, 2025 20:22
Rimworld output log published using HugsLib
Log uploaded on Thursday, July 10, 2025, 9:22:11 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.5]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.5)
Rimefeller(Dubwise.Rimefeller): 0Harmony(2.3.3), 0MultiplayerAPI(av:0.5.0,fv:0.5.0), Rimefeller(av:1.0.0,fv:1.0.0)
from adafruit_servokit import ServoKit
from evdev import InputDevice, categorize
import RPi.GPIO as GPIO
import time
GPIO.setmode(GPIO.BCM)
# Servo setup
kit = ServoKit(channels=16)
channel_servo1 = 0
Failed to apply series 981229 to workflow__riscv__fixes:
Applying: dt-bindings: mfd: add support the SpacemiT P1 PMIC
Applying: mfd: simple-mfd-i2c: specify max_register
Applying: mfd: simple-mfd-i2c: add SpacemiT P1 support
Applying: regulator: spacemit: support SpacemiT P1 regulators
Applying: rtc: spacemit: support the SpacemiT P1 RTC
Applying: riscv: dts: spacemit: enable the i2c8 adapter
Patch failed at 0006 riscv: dts: spacemit: enable the i2c8 adapter
@sophiewig
sophiewig / disable_burst.sh
Created July 10, 2025 20:21
Script to deactivate CPU Burst Capacity for a service (reset the CPU limit value on a service to be equal to CPU request)
#!/bin/bash
SERVICE="<SERVICE NAME>"
DOMAIN="<DOMAIN>"
NAMESPACE="rapid-<DOMAIN WITH '-'>"
# this script will get the datacenters a service is deployed to, and reset the CPU limit value to the same value as the CPU request, if they're not the same
# it should be used only as an escape hatch if enabling CPU burst capacity turns out to be disasterous.
# After the script runs, also disable the conductor in all envs
@devalpatel67
devalpatel67 / meta-llama31-405b.yml
Created July 10, 2025 20:20
Meta Llama3.1 405B
version: "2.0"
services:
vllm:
image: vllm/vllm-openai:v0.6.6.post1@sha256:8672d9356d4f4474695fd69ef56531d9e482517da3b31feb9c975689332a4fb0
expose:
- port: 8000
as: 8000
to:
- global: true
command:
# ONLY LINUX
# CURSED INFO
# V: 1.0
#
import subprocess
import os
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"> <!-- importante para expandir corretamente -->
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
#!/bin/bash
## Do not modify this file. You will lose the ability to install and auto-update!
set -e # Exit immediately if a command exits with a non-zero status
## $1 could be empty, so we need to disable this check
#set -u # Treat unset variables as an error and exit
set -o pipefail # Cause a pipeline to return the status of the last command that exited with a non-zero status
DATE=$(date +"%Y%m%d-%H%M%S")
VERSION="1.6"