TEST_SPEED ACCEL=6500 ITERATIONS=50 Max Acceleration before skipping: 6500 mm/s^2 (I gave up at this point) TEST_SPEED VELOCITY=600 ITERATIONS=50 Max Velocity before skipping: 600 mm/s
PID_CALIBRATE HEATER=extruder TARGET=170
TEST_SPEED ACCEL=6500 ITERATIONS=50 Max Acceleration before skipping: 6500 mm/s^2 (I gave up at this point) TEST_SPEED VELOCITY=600 ITERATIONS=50 Max Velocity before skipping: 600 mm/s
PID_CALIBRATE HEATER=extruder TARGET=170
| void detect_client_and_set_flag | |
| (int bitfield,uint clientmod_id,undefined4 js_context,HeapStr *strs,int totalStrs) | |
| { | |
| bool bVar1; | |
| uint size; | |
| uint key_0; | |
| int iVar2; | |
| int remaining; |
| /** | |
| * | |
| * @param item An ItemStackHelper from the /orders page. This item must have a lore as follows: | |
| * Bones | |
| * $130.12 each | |
| * | |
| * 2.14M/5M Delivered | |
| * $279.41M/$650.6M Paid | |
| * | |
| * Click to deliver ExampleUsername Bones |
TLDR: Not on your home assistant server (or on it ig, you're running it like in a vm with a container or something iirc, idfk just put it off the server, you'll need a decent bit of space depending how much you're logging and how long, also set up compression or you'll find it one day with a 150GB database, totally didn't happen to me)
services:
timescale:
container_name: timescale-ha
image: timescale/timescaledb-ha:pg16
restart: always # I think this is my only container marked as always on my entire system lol
ports:
Keybinds can be triggered in various ways, with the primary thing to keep in mind is that it operates based on presses and releases. There is no concept of a "full click" in jsmacros. Here are some examples:
// Log all keybinds to chat
KeyBind.getKeyBindings().forEach(JavaWrapper.methodToJava((bind, key) => {
Chat.log(`- ${bind}: ${key}`);
}));
// Hold mine/attack| #!/usr/bin/env bash | |
| set -euo pipefail | |
| group="${1:-}" | |
| if [[ -z "$group" ]]; then | |
| echo "Usage: $0 <package-group>" >&2 | |
| exit 1 | |
| fi |
This is a list of every Minecraft scripting engine I could find. Please correct any information you see that's wrong.
I mention "no mixins" in some places, none of them support mixins but it can somewhat be done through ByteBuddy.
Date's last updated 10/2025
| # Add to ~/.bashrc or ~/.bash_profile | |
| ipa() { | |
| ip a "$@" | awk ' | |
| /^[0-9]+:.*(veth|br-|docker0)/ { | |
| p=0 | |
| } | |
| /^[0-9]+:/ { | |
| if (!/veth|br-|docker0/) { | |
| p=1 | |
| } |
| openapi: 3.0.0 | |
| info: | |
| title: WakaTime API | |
| version: v1 | |
| description: | | |
| REST API for accessing your WakaTime coding activity stats. | |
| - Uses GET for retrieval, POST/PUT/PATCH for modification. | |
| - All requests must use HTTPS. | |
| - Responses are JSON objects. Data is in the `data` key, errors in `error` or `errors`. | |
| - Refer to WakaTime usage guidelines when using the trademark or logo. |
| https://drive.google.com/drive/folders/10tfRWqRpLn71aCznbCFk85KhsFXSDZ5u |