Skip to content

Instantly share code, notes, and snippets.

View DrBluefall's full-sized avatar
💭
Tired...

Alexander Bisono DrBluefall

💭
Tired...
View GitHub Profile
@DrBluefall
DrBluefall / mindchip-off.lsl
Created September 13, 2023 04:21
mindchip variants
// This script is for the chip slot in its DISABLED STATE.
// On touch, it enables the MIND subsystem, deregisters itself from the controller,
// detaches itself, and attaches the ENABLED STATE chipslot.
integer channel_lights;
key owner;
string device_name = "mindchip"; // one word, no spaces
default {
state_entry() {
#!/bin/sh
#|-*- mode:lisp -*-|#
#|
exec ros -Q -- $0 "$@"
|#
(progn ;;init forms
(ros:ensure-asdf)
#+quicklisp(ql:quickload '(:split-sequence) :silent t)
)
ninja -v
[1/2] clang++ -o subprojects/notcurses/cm_notcurses_tester subprojects/notcurses/cm_notcurses_tester.p/src_tests_Exceptions.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_Ncpp.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_blit.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_cell.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_channel.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_direct.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_egcpool.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_fade.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_fds.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_fills.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_geom.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_input.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_internal.cpp.o subprojects/notcurses/cm_notcurses_tester.p/src_tests_layout.cpp.o subprojects/notcurses/cm
Microsoft (R) Build Engine version 16.8.3+39993bd9d for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 17/02/2021 00:27:39.
Project "D:\tmp\ChampionsOfForest\ChampionsOfForest.csproj" on node 1 (default targets).
ResolveAssemblyReferences:
Primary reference "BaseModLib".
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2123,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "BaseModLib". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [D:\tmp\ChampionsOfForest\ChampionsOfForest.csproj]
For SearchPath "{HintPathFromItem}".
Considered "D:\libs\BaseModLib.dll", but it didn't exist.
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 12/23/20, 12:42 AM
Description: Rendering item
java.lang.NoClassDefFoundError: net/blay09/mods/cookingforblockheads/compat/CompatCapabilityLoader
at net.minecraftforge.eventbus.ASMEventHandler_91_CompatCapabilityLoader_attachTileEntityCapabilities_AttachCapabilitiesEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.5-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.5-service.jar:?] {}
@DrBluefall
DrBluefall / crash.txt
Created December 23, 2020 05:29
Minecraft Crash Report - Direwolf20 1.16 (1.1.2)
---- Minecraft Crash Report ----
// Don't do that.
Time: 12/23/20, 12:22 AM
Description: Unexpected error
java.util.ConcurrentModificationException: null
at java.util.HashMap.computeIfAbsent(HashMap.java:1226) ~[?:?] {}
at hellfirepvp.astralsorcery.common.perk.type.PerkAttributeType.hasTypeApplied(PerkAttributeType.java:116) ~[astralsorcery:1.16.4-1.13.6] {re:classloading}
at hellfirepvp.astralsorcery.common.perk.type.AttributeTypeCritChance.onHitCrit(AttributeTypeCritChance.java:82) ~[astralsorcery:1.16.4-1.13.6] {re:classloading}
//! Database-specific traits.
//!
//! The main traits for implementing a database within Telephone. Backends for the bot should implement [`Database`], along with all the relevant
//! database operation traits in this module for the types they wish to use with the backend.
use serenity::futures::future::BoxFuture as BoxedFuture;
use serenity::futures::FutureExt;
use sqlx::Acquire;
#[cfg(any(
feature = "with-postgres",
[package]
name = "foo"
version = "0.1.0"
authors = ["drbluefall"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
slog = "2.5"
;; PACKAGE PRELUDE ;;
(add-to-list 'load-path "~/.emacs.d/lisp/")
(require 'prelude)
(require 'package-list)
(require 'company-capf)
(require 'server)
;; THEME CONFIG ;;
[Unit]
Description=Emacs text editor
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
[Service]
Type=forking
ExecStart=/usr/local/bin/emacs --daemon
ExecStop=/usr/local/bin/emacsclient --eval "(kill-emacs)"
Environment=SSH_AUTH_SOCK=%t/keyring/ssh
Restart=on-failure