Skip to content

Instantly share code, notes, and snippets.

View harleypig's full-sized avatar

Alan Young harleypig

View GitHub Profile
[12:14:07] [main/INFO]: ModLauncher running: args [--username, harleypig, --version, 1.18.1, --gameDir, ..\..\instances\MineColonies Official, --assetsDir, ..\..\datastore\assets, --assetIndex, 1.18, --uuid, 7c22612e55e14ee7984b30d70c97b482, --accessToken, ????????, --clientId, ${clientid}, --xuid, ${auth_xuid}, --userType, mojang, --versionType, release, --launchTarget, forgeclient, --fml.forgeVersion, 39.0.5, --fml.mcVersion, 1.18.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20211210.034407, --width, 854, --height, 480]
[12:14:07] [main/INFO]: ModLauncher 9.0.7+91+master.8569cdf starting: java version 17.0.1 by Eclipse Adoptium
[12:14:08] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/harleypig/AppData/Roaming/gdlauncher_next/datastore/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2319! Service=ModLauncher Env=CLIENT
[12:14:08] [main/INFO]: Found mod file advancednetherite-1.9.0-1.18.jar of type MOD with locator {mods folder locator at C:\Users\harley
@harleypig
harleypig / paperclips_clickscripts.js
Last active January 6, 2021 03:42
Universal Paperclips: autoclick bot; clickscripts; http://www.decisionproblem.com/paperclips/index2.html
// Copy and paste the helpers into your browsers javascript-console.
// Then copy and paste any of the below code-blocks into the js-console
// depending on which clicks you want to automate
// helper //
function btnActive(elem) {
return ! document.getElementById(elem).disabled
}
// automatic quantum computing //

Keybase proof

I hereby claim:

  • I am harleypig on github.
  • I am harleypig (https://keybase.io/harleypig) on keybase.
  • I have a public key whose fingerprint is 1A6A A39D 28A5 6B00 153D 02F0 CDBE 35D5 1271 BEF4

To claim this, I am signing this object:

Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7-4820K CPU @ 3.70GHz
CPU Family: 0x6
@harleypig
harleypig / fml-client-latest.log
Created April 14, 2016 08:11
LunatriusCore and InGameInfo crash
[01:59:33] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[01:59:33] [main/INFO] [FML/]: Forge Mod Loader version 12.16.0.1864 for Minecraft 1.9 loading
[01:59:33] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_77, running on Linux:amd64:3.19.3-031903-lowlatency, installed at /usr/lib/jvm/java-8-oracle/jre
[01:59:33] [main/DEBUG] [FML/]: Java classpath at launch is /home/harleypig/.minecraft/libraries/net/minecraftforge/forge/1.9-12.16.0.1864-1.9/forge-1.9-12.16.0.1864-1.9.jar:/home/harleypig/.minecraft/libraries/io/netty/netty-all/4.0.23.Final/netty-all-4.0.23.Final.jar:/home/harleypig/.minecraft/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar:/home/harleypig/.minecraft/libraries/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar:/home/harleypig/.minecraft/libraries/jline/jline/2.13/jline-2.13.jar:/home/harleypig/.minecraft/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar:/home/harleypig/.minecraft/libraries/com/types
@harleypig
harleypig / gist:7290bc9f9d62f52c8bc4
Last active December 13, 2015 01:34
My CS:S autoexec.cfg file
// Windows: C:/Program Files/Steam/SteamApps/common/Counter-Strike: Source/cstrike/cfg/autoexec.cfg
// Linux: ???
// Command Reference
// http://counterstriketutes.blogspot.com/2009/04/counter-strike-commands.html
// See the following for ideas.
// http://gflclan.com/topic/108-everything-about-the-customization-of-css/
// http://viix-niro.blogspot.com/2010/01/counter-strike-source-scripts-aliases.html
// http://www.dodbits.com/dods/index.php/css/css-console-commands
@harleypig
harleypig / gist:ba1d1c670b798595719a
Last active October 19, 2015 18:56
working rsyslog conf for message based filename and json output
# Priorities are, in ascending order:
# debug, info, notice, warning, err, crit, alert, emerg, panic
# Save all local6 priorities to developer log.
local6.* -/var/log/brokkr/developer.log
# SA gets all info and above priorities.
local6.info -/var/log/brokkr/sa.log
# Summary log file only gets notices.
@harleypig
harleypig / gist:c8d3750381cc31eaddac
Created October 6, 2015 23:55
rsyslog json template
template(name="client_logfile" type="string" string="/var/log/brokkr/client/client_%msg:R,ERE,1,ZERO:\\[clientid:([0-9]+)\\]--end%.log")
template(name="client_msg" type="list" option.json="on") {
constant(value="{")
property(name="programname" outname="program" format="jsonr")
constant(value=",")
property(name="rawmsg" outname="msg" format="jsonr")
constant(value=",")
property(name="syslogseverity-text" outname="severity" format="jsonr")
constant(value=",")

Keybase proof

I hereby claim:

  • I am harleypig on github.
  • I am harleypig (https://keybase.io/harleypig) on keybase.
  • I have a public key whose fingerprint is 33BE A46B C127 1158 2CB1 9D3C 3E02 E8B4 4EDA 9343

To claim this, I am signing this object:

[root@bubbasloveshack ~]# wget --no-check-certificate -O - http://install.perlbrew.pl
--2014-08-19 22:59:48-- http://install.perlbrew.pl/
Resolving install.perlbrew.pl... 217.70.184.38
Connecting to install.perlbrew.pl|217.70.184.38|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://raw.githubusercontent.com/gugod/App-perlbrew/master/perlbrew-install [following]
--2014-08-19 22:59:48-- https://raw.githubusercontent.com/gugod/App-perlbrew/master/perlbrew-install
Resolving raw.githubusercontent.com... 23.235.47.133
Connecting to raw.githubusercontent.com|23.235.47.133|:443... connected.
WARNING: cannot verify raw.githubusercontent.com’s certificate, issued by “/C=Unknown/O=ut1-cl00004.vwh.net/OU=ut1-cl00004.vwh.net/CN=Cloudstack User”: