Skip to content

Instantly share code, notes, and snippets.

View jonathonw's full-sized avatar

Jonathon Williams jonathonw

View GitHub Profile
@jonathonw
jonathonw / StupidShellTricks.md
Last active May 30, 2018 02:56
Random shell utilities and stupid tricks

Stupid Shell Tricks

Show non-printing characters

vis

cat -e

Select or reject lines common to two files

@jonathonw
jonathonw / LINKS.md
Last active February 3, 2023 02:57
Useful Links

Keybase proof

I hereby claim:

  • I am jonathonw on github.
  • I am jonathon (https://keybase.io/jonathon) on keybase.
  • I have a public key whose fingerprint is F637 0FF3 8740 61D8 A81E 8DBB FCF4 81D7 DCB7 A730

To claim this, I am signing this object:

@jonathonw
jonathonw / HelloWorld.cpp
Created February 2, 2012 21:45
C++ Hello World
#include <iostream>
int main()
{
std::cout << "Hello World!" << std::endl;
return 0;
}
@jonathonw
jonathonw / Voxels.log
Created January 26, 2012 19:55
Voxels Log (after crash)
INFO - Searching for mods in .\mods
INFO - paths.actors not set in mod.yml. Assuming mod Core Engine Resources provides no actors.
INFO - paths.blocks not set in mod.yml. Assuming mod Core Engine Resources provides no blocks.
INFO - Mod core added.
INFO - paths.blocks not set in mod.yml. Assuming mod Default World Generator provides no blocks.
INFO - Mod default_worldgen added.
WARN - Unable to load block from ".\mods\gametype_creative\blocks\shale.yml": yaml-cpp: error at line 0, column 0: bad dereference
INFO - Mod gamemode_creative added.
INFO - Creating resource group General
INFO - Creating resource group Internal
:100644 100644 1010a25... 0000000... M etc.java
:100644 100644 a6cb6c9... 0000000... M ia.java
diff --git a/etc.java b/etc.java
index 1010a25..41670dd 100644
--- a/etc.java
+++ b/etc.java
@@ -1045,4 +1045,28 @@ public class etc {
return true;
return false;
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: loading com.apple.SystemConfiguration.AppleHDQGasGauge
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: adding com.apple.SystemConfiguration.KernelEventMonitor
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: adding com.apple.SystemConfiguration.LinkConfiguration
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: adding com.apple.SystemConfiguration.PreferencesMonitor
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: loading com.apple.SystemConfiguration.EAPOLController
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: loading com.apple.SystemConfiguration.IPConfiguration
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: loading com.apple.SystemConfiguration.CaptiveNetworkSupport
Mon Aug 2 00:07:00 unknown configd[15] <Debug>: adding com.apple.SystemConfiguration.IPMonitor
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AutoSubmitted</key>
<true/>
<key>SysInfoCrashReporterKey</key>
<string>ce3b3dcc96b6f1e58ea126bfef3fed3881f0e243</string>
<key>bug_type</key>
<string>109</string>