Skip to content

Instantly share code, notes, and snippets.

View atroche's full-sized avatar

Alistair Roche atroche

View GitHub Profile
@atroche
atroche / second_syllable_list.txt
Created June 13, 2020 04:50
Urbit Galaxy Syllable List
zod
nec
bud
wes
sev
per
sut
let
ful
pen
exec = require('child_process').exec;
function getRandomInt(min, max) {
min = Math.ceil(min);
max = Math.floor(max);
return Math.floor(Math.random() * (max - min)) + min; //The maximum is exclusive and the minimum is inclusive
}
function sleep(ms) {
return new Promise((resolve) => {
setTimeout(resolve, ms);
});
@atroche
atroche / output_log.txt
Last active February 24, 2020 08:17 — forked from HugsLibRecordKeeper/output_log.txt
Rimworld output log published using HugsLib
Log uploaded on Monday, February 24, 2020, 7:17:11 PM
Loaded mods:
Core: (no assemblies)
HugsLib[ov:6.2.0]: 0Harmony(2.0.0.4), HugsLib(av:1.0.0.0,fv:6.1.3)
RimHUD: 0Harmony(2.0.0.4), RimHUD(1.6.1.0)
Wall Light: WallLight(1.0.0.0)
QualityBuilder: 0Harmony(2.0.0.4), QualityBuilder(1.0.10.0)
Vanilla Weapons Expanded - Laser: 0Harmony(2.0.0.4), CompOversizedWeapon(1.18.0.0), RRO(1.0.0.0), VanillaWeaponsExpandedLaser(1.0.0.0)
Vanilla Furniture Expanded - Art: 0Harmony(2.0.0.4), ToggleBuildingDefOnPower(1.0.0.0)
Vanilla Animals Expanded — Australia: 0Harmony(2.0.0.4), ModCheck(0.0.0.0), NocturnalAnimals(1.0.0.0)
[src/breedery/disco_stu.rs:74] &monkey_dna = DNA {
actions: [
Type(
Type {
words: "turn off computer",
},
),
Click(
Click {
selector: "a",
#[derive(Debug)]
struct MyKey(String);
impl From<&'static str> for MyKey {
#[inline(always)]
fn from(data: &'static str) -> MyKey {
MyKey(data.into())
}
}
impl From<String> for MyKey {
thread 'main' panicked at 'slog::Fuse Drain: Custom { kind: Other, error: "other error" }', /home/alistair/.cargo/registry/src/github.c
om-1ecc6299db9ec823/slog-2.5.2/src/lib.rs:1914:33
stack backtrace:
0: backtrace::backtrace::libunwind::trace
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88
1: backtrace::backtrace::trace_unsynchronized
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66
2: std::sys_common::backtrace::_print_fmt
at src/libstd/sys_common/backtrace.rs:77
3: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt
{
"id": "1",
"type": "anime",
"links": {
"self": "https://kitsu.io/api/edge/anime/1"
},
"attributes": {
"createdAt": "2013-02-20T16:00:13.609Z",
"updatedAt": "2019-09-15T10:28:08.114Z",
"slug": "cowboy-bebop",
Serverless: Building native Rust mvp func...
error: failed to load source for a dependency on `headless_chrome`
Caused by:
Unable to update /home/alistair/code/rust/headless_chrome
Caused by:
failed to read `/home/alistair/code/rust/headless_chrome/Cargo.toml`
Caused by:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
https://www.reddit.com/r/rust/comments/cohft5/chromium_document_that_mentions_rust/ewk36ya/?context=3
-----BEGIN PGP SIGNATURE-----
Version: Keybase OpenPGP v2.1.3
Comment: https://keybase.io/crypto
wsBcBAABCgAGBQJdT2fDAAoJEFzLk5Yd5tGQzuQH/2IdxdZ2vOtFwCYKUg47XweQ
IUtqKO4IIYSnM2FxYZb66s+qdFwCUyiUYd0uWc+XxnDd6kho0McfhwplzhUkvFqu
diff --git a/docker/layer_clamscan/Dockerfile-build b/docker/layer_clamscan/Dockerfile-build
index 75f413b..42468e4 100644
--- a/docker/layer_clamscan/Dockerfile-build
+++ b/docker/layer_clamscan/Dockerfile-build
@@ -25,6 +25,7 @@ RUN yum install -y libxml2-devel \
libtool-ltdl-devel
ENV RUNTIME_PACKAGES libxml2 \
+ glib2 \
bzip2-libs \