Skip to content

Instantly share code, notes, and snippets.

View fusion809's full-sized avatar
💭
I may be slow to respond.

Brenton Horne fusion809

💭
I may be slow to respond.
View GitHub Profile
plot/util/ancestor.m ........................................... PASS 7/7
plot/util/axes.m ............................................... PASS 3/3
plot/util/cla.m ................................................ PASS 2/2
plot/util/clf.m ................................................ PASS 3/3
plot/util/close.m .............................................. PASS 9/9
plot/util/closereq.m ........................................... PASS 1/1
plot/util/colstyle.m ........................................... PASS 6/6
plot/util/copyobj.m ............................................Fontconfig error: Cannot load default config file
Fontconfig error: Cannot load default config file
PASS 2/2
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#f:: WinMaximize, A
#m:: WinMinimize, A
#n:: Run, "C:\Program Files\Notepad++\notepad++.exe"
#o:: Run, C:\Octave\Octave-5.2.0\octave.vbs
#q:: WinClose, A
#r:: Run, WinGetActiveTitle, Title
● pulseaudio.service - Sound Service
Loaded: loaded (/nix/store/0jvx1wfc2mvi7h1nfywrymbysva5l49b-pulseaudio-13.0/lib/systemd/user/pulseaudio.service; indirect; vendor preset: enabled)
Drop-In: /nix/store/s7b9lhm4ynjnn7baf77yb95wh0ia47gj-user-units/pulseaudio.service.d
└─overrides.conf
Active: failed (Result: exit-code) since Fri 2020-04-03 02:38:28 AEST; 39min ago
Main PID: 6871 (code=exited, status=1/FAILURE)
Apr 03 02:38:27 fusion809-pc systemd[1153]: Failed to start Sound Service.
Apr 03 02:38:28 fusion809-pc systemd[1153]: pulseaudio.service: Scheduled restart job, restart counter is at 5.
Apr 03 02:38:28 fusion809-pc systemd[1153]: Stopped Sound Service.
error: while evaluating the attribute 'activationScript' of the derivation 'nixos-system-fusion809-pc-20.03pre204199.3140fa89c51' at /nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/system/activation/top-level.nix:102:5:
while evaluating the attribute 'system.activationScripts.script' at /nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/system/activation/activation-script.nix:68:9:
while evaluating 'textClosureMap' at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/strings-with-deps.nix:70:35, called from /nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/system/activation/activation-script.nix:89:18:
while evaluating 'id' at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/trivial.nix:14:5, called from undefined position:
while evaluating the attribute 'text' at /nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/system/activation/activation-script.nix:9:5:
while evaluating the attribute 'text' at /nix/var/nix/profiles/per-user/root/chann
@fusion809
fusion809 / configuration.nix
Created October 13, 2019 15:32
NixOS 19.09 VM configuration.nix
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
The next patch would create the file packaging/linux/restore-environment.sh,
which already exists! Skipping patch.
1 out of 1 hunk ignored
System.Net.Sockets.SocketOptionName 0x17 is not supported at IP level
System.Net.Sockets.SocketOptionName 0x17 is not supported at IP level
exception inside UnhandledException handler: (null) assembly:/tmp/.mount_OpenRAiGeQlg/usr/lib/mono/4.5/mscorlib.dll type:BadImageFormatException member:(null)
[ERROR] FATAL UNHANDLED EXCEPTION: System.BadImageFormatException: Could not resolve field token 0x0400035d, due to: Could not load type of field 'OpenRA.Network.OrderManager:AddChatLine' (21) due to: Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. assembly:/tmp/.mount_OpenRAA6Tzg4/usr/lib/openra/OpenRA.Game.exe type:OrderManager member:(null)
File name: 'OpenRA.Game'
at OpenRA.Program.Main (System.String[] args) [0x0005d] in <f69fafde25414782b71cd55dd1b3d620>:0
AL lib: FreeContext: (0x2fe3950) Deleting 32 Source(s)
#!/bin/bash
CURRENT_VERSION=$(~/Downloads/waterfox/waterfox --version | cut -d ' ' -f 3)
LATEST_VERSION=$(wget -cqO- https://www.waterfox.net/ | grep linux64 | head -n 1 | cut -d '-' -f 4 | sed 's/.en//g')
if [[ ${CURRENT_VERSION} == ${LATEST_VERSION} ]]; then
printf "Waterfox is up to date at version ${CURRENT_VERSION}.\n"
else
rm -rf ~/Downloads/waterfox*
wget -cqO- https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterfox-${LATEST_VERSION}.en-US.linux-x86_64.tar.bz2 | tar xj
fi
@fusion809
fusion809 / log
Created September 16, 2019 16:00
OpenRA engine version 9f49d94 is required.
Downloading engine...
Compiling engine...
make[1]: Entering directory '/data/GitHub/others/Romanovs-Vengeance/engine'
make[1]: Leaving directory '/data/GitHub/others/Romanovs-Vengeance/engine'
make[1]: Entering directory '/data/GitHub/others/Romanovs-Vengeance/engine'
Fetching ICSharpCode.SharpZipLib from NuGet
Fetching MaxMind.Db from NuGet
Fetching NUnit from NuGet
Fetching NUnit.Console from NuGet
This file has been truncated, but you can view the full file.
make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
make[1]: Leaving directory '/data/GitHub/others/Yuris-Revenge/engine'
make[1]: Entering directory '/data/GitHub/others/Yuris-Revenge/engine'
You are using a preview version of .NET Core. See: https://aka.ms/dotnet-core-preview
OpenRA.PostProcess -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.PostProcess.exe
OpenRA.Game -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Game.exe
OpenRA.Mods.Common -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Common.dll
OpenRA.Mods.Cnc -> /data/GitHub/others/Yuris-Revenge/engine/mods/common/OpenRA.Mods.Cnc.dll
OpenRA.Utility -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Utility.exe
OpenRA.Server -> /data/GitHub/others/Yuris-Revenge/engine/OpenRA.Server.exe