I hereby claim:
- I am jmlane on github.
- I am jmlane (https://keybase.io/jmlane) on keybase.
- I have a public key whose fingerprint is DA5D 5B34 5A7B 77EB E5B4 7F37 15FB 56C2 C319 7379
To claim this, I am signing this object:
diff --git a/Makefile.global b/Makefile.global | |
index b30c318..e8dd419 100644 | |
--- a/Makefile.global | |
+++ b/Makefile.global | |
@@ -20,7 +20,7 @@ libphp$(PHP_MAJOR_VERSION).la: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) | |
-@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1 | |
libs/libphp$(PHP_MAJOR_VERSION).bundle: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) | |
- $(CC) $(MH_BUNDLE_FLAGS) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(PHP_GLOBAL_OBJS:.lo=.o) $(PHP_SAPI_OBJS:.lo=.o) $(PHP_FRAMEWORKS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@ && cp $@ libs/libphp$(PHP_MAJOR_VERSION).so | |
+ $(CC) $(CFLAGS_CLEAN) $(EXTRA_CFLAGS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(MH_BUNDLE_FLAGS) $(PHP_GLOBAL_OBJS:.lo=.o) $(PHP_SAPI_OBJS:.lo=.o) $(PHP_FRAMEWORKS) $(EXTRA_LIBS) $(ZEND_EXTRA_LIBS) -o $@ && cp $@ libs/libphp$(PHP_MAJOR_VERSION).so |
var encoded = "72 6f 6e 2b 64 65 63 6f 64 65 64 40 74 68 69 6e 6b 69 6e 67 62 69 67 2e 6e 65 74"; | |
(function(encodedString) { | |
// TODO: Figure out what to do here. | |
})(encoded); |
# ~/.gitconfig | |
# Add this to your global git configuration file | |
# Change webstorm to phpstorm, if you use that. | |
# Diff and merge tool changes | |
# Run `git difftool <directory/file>...` or `git mergetool <directory/file>...` | |
[merge] | |
tool = phpstorm | |
[diff] | |
tool = phpstorm |
I hereby claim:
To claim this, I am signing this object:
class Difficulties | |
{ | |
class Veteran | |
{ | |
class Flags | |
{ | |
extendetInfoType = 0; | |
hudWp = 0; | |
hudWpPerm = 0; | |
weaponCursor = 1; |
if (earPlugIn) then { | |
.1 fadeSound 1; | |
earPlugIn = false; | |
} else { | |
1 fadeSound .04; | |
earPlugIn = true; | |
}; |
var output = new System.Text.StringBuilder(); | |
var parser = Map((text, keyword) => | |
{ | |
if (text.HasValue) | |
output.Append(text.GetValueOrDefault()); | |
if (keyword.HasValue) | |
output.Append(GetStringFromKeyword(keyword.GetValueOrDefault())); |