Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am lewurm on github.
  • I am lewurm (https://keybase.io/lewurm) on keybase.
  • I have a public key ASAckijJ72TbUFvX53FWmBl96nDgMqpPkthYKX6YePPqIAo

To claim this, I am signing this object:

MONO_PATH=".//class/lib/monolite-linux/1051300000:.//class/lib/monolite-linux/1051300000/Facades:$MONO_PATH" /root/mono/runtime/mono-wrapper build/deps/basic-profile-check.exe > build/deps/basic-profile-check.out 2>&1
make[6]: Leaving directory '/root/mono/mcs'
make[6]: Entering directory '/root/mono/mcs/build'
make all-local
make[6]: Leaving directory '/root/mono/mcs/build'
make[6]: Entering directory '/root/mono/mcs/jay'
make all-local
make[7]: Entering directory '/root/mono/mcs/jay'
make[7]: Nothing to be done for 'all-local'.
make[7]: Leaving directory '/root/mono/mcs/jay'
@lewurm
lewurm / build.prop
Created November 15, 2017 18:26
Samsung Chromebook Plus build.prop
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=R61-9765.85.0
ro.build.display.id=R61-9765.85.0 release-keys
ro.build.version.incremental=4391409
ro.build.version.sdk=25
ro.build.version.preview_sdk=0
ro.build.version.codename=REL
ro.build.version.all_codenames=REL
ro.build.version.release=7.1.1
// Metadata version: v4.0.30319
.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
.ver 4:0:0:0
}
.assembly 'bug-43095'
{
.custom instance void [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = ( 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx
@lewurm
lewurm / -
Created January 4, 2017 12:05
This file has been truncated, but you can view the full file.
vaddr=0x00104131 paddr=0x00001131 ordinal=000 sz=6 len=5 section=.dx8hacks type=ascii string= \b`2I
vaddr=0x00104141 paddr=0x00001141 ordinal=001 sz=12 len=11 section=.dx8hacks type=ascii string=`0I0J\n`0I\nh
vaddr=0x00104150 paddr=0x00001150 ordinal=002 sz=5 len=4 section=.dx8hacks type=ascii string=/J0K
vaddr=0x0010415e paddr=0x0000115e ordinal=003 sz=5 len=4 section=.dx8hacks type=ascii string=\b"\vh
vaddr=0x0010416b paddr=0x0000116b ordinal=004 sz=6 len=5 section=.dx8hacks type=ascii string=`\bh B
vaddr=0x00104187 paddr=0x00001187 ordinal=005 sz=6 len=5 section=.dx8hacks type=ascii string=`%H&I
vaddr=0x0010418f paddr=0x0000118f ordinal=006 sz=5 len=4 section=.dx8hacks type=ascii string=$%M\b
vaddr=0x0010419e paddr=0x0000119e ordinal=007 sz=8 len=7 section=.dx8hacks type=ascii string= I"J\nPd
vaddr=0x001041aa paddr=0x000011aa ordinal=008 sz=5 len=4 section=.dx8hacks type=ascii string=!H!I
vaddr=0x00104256 paddr=0x00001256 ordinal=009 sz=5 len=4 section=.dx8hacks type=ascii string=\f5\f6
55-/13333
0123456789ABCDEF
1 SERVO
1 SERVO
1 SERVO
1 SERVO
1 SERVI
NORMAL
NORMAL
NORMAL
<img src="http://i1341.photobucket.com/albums/o745/yamjerky/cachemas-header_zpsjrxtape9.png" />
<ul>
<li><a href="https://www.geocaching.com/seek/cache_details.aspx?wp=GC67YXB&amp;title=pear-in-a-partridge-tree-12-days-of-cache-mas-1" target="_blank">Pear in a Partridge Tree: 12 days of Cache-mas #1</a></li>
<li><a href="https://www.geocaching.com/seek/cache_details.aspx?wp=GC67WFZ&amp;title=yamturtle-s-dovejerky-12-days-of-cache-mas-2" target="_blank">YamTurtle ♥s DoveJerky: 12 days of Cache-mas #2</a></li>
<li><a href="https://www.geocaching.com/seek/cache_details.aspx?wp=GC67Y90&amp;title=tarwurm-french-hens-12-days-of-cache-mas-3" target="_blank">Tarwurm: French Hens! 12 Days of Cache-mas #3</a></li>
<li><a href="https://www.geocaching.com/seek/cache_details.aspx?wp=GC67XJY&amp;title=sf-conservatory-of-music-12-days-of-cache-mas-4" target="_blank">SF Conservatory of Music - 12 Days of Cache-mas #4</a></li>
<li><a href="https://www.geocaching.com/seek/cache_details.aspx?wp=GC5NG33&amp;title=old-n-golden-ri
@lewurm
lewurm / .gitignore
Created September 17, 2012 15:44
Haskell: LLVM bindings versus Harpy
*.hi
*?main
@lewurm
lewurm / hprintf.hs
Created August 25, 2012 13:15
printf in function composition
import Text.Printf
myPutStrLn = putStrLn . (++) "log: "
-- GHC infers `myPrintf :: String -> IO ()' which is not what I want.
myPrintf = logger . printf
where
-- note, this is just an example. should be replaceable with any function
-- with this typesignature
logger :: String -> IO ()
@lewurm
lewurm / .gitignore
Created July 9, 2012 08:07
haskell bruteforce
brute
brute.hi
brute.o