Includes 2 books as of 1 Aug 2024.
Chunk-aligned tileable wall sections, furnished with artillery. Bring your own radars. Includes straight, inner corner, outer corner, and train passthrough sections.
Two-way LHD, chunk aligned. Includes straight & corner sections, as well as a 3-way intersection.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#|-*- mode:lisp -*-|# | |
#| | |
exec ros -Q -- $0 "$@" | |
|# | |
(progn ;;init forms | |
(ros:ensure-asdf) | |
#+quicklisp(ql:quickload '(:split-sequence) :silent t) | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- 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:?] {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- 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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//! 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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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" |
NewerOlder