This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
openssl s_client -CApath /etc/ssl/certs -starttls imap -connect $1:143 < /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
adb shell mount -o remount,rw /system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
220 icona.mv.mozilla.com ESMTP Postfix (Ubuntu) | |
EHLO [127.0.0.1] | |
250-icona.mv.mozilla.com | |
250-PIPELINING | |
250-SIZE 10240000 | |
250-VRFY | |
250-ETRN | |
250-STARTTLS | |
250-AUTH PLAIN LOGIN | |
250-AUTH=PLAIN LOGIN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
MAYBEECHO= | |
if [ "$1" != 'gogogo' ]; then | |
MAYBEECHO=echo | |
echo "Pretending; pass 'gogogo' as an argument to actually do it." | |
echo | |
fi | |
git branch --merged origin/master | grep -v " master" | xargs -n 1 $MAYBEECHO git branch -d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/layout/base/nsLayoutDebugger.cpp b/layout/base/nsLayoutDebugger.cpp | |
index 831b567..390edd9 100644 | |
--- a/layout/base/nsLayoutDebugger.cpp | |
+++ b/layout/base/nsLayoutDebugger.cpp | |
@@ -137,7 +137,7 @@ PrintDisplayItemTo(nsDisplayListBuilder* aBuilder, nsDisplayItem* aItem, | |
} | |
nsIFrame* f = aItem->Frame(); | |
nsAutoString fName; | |
-#ifdef DEBUG | |
+#ifdef DEBUG_FRAME_DUMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; --- CommonJS AMD define() compensation | |
;; Check if the suggested indentation is due to define(). If it is, force | |
;; the indentation down to zero. We detect this case by checking whether the | |
;; parse depth is 2 and the last top-level point was preceded by define. | |
(defun require-def-deindent (list index) | |
(when (and (eq (nth 0 parse-status) 2) | |
(save-excursion | |
(let ((tl-point (syntax-ppss-toplevel-pos parse-status))) | |
(goto-char tl-point) |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- beginning of /dev/log/system | |
--------- beginning of /dev/log/main | |
02-24 17:21:55.909 I/Gecko ( 1082): ThebesLayer (0x46a6c000) [shadow-visible=< (x=0, y=50, w=320, h=72); >] [visible=< (x=0, y=50, w=320, h=72); >] [componentAlpha] [valid=< (x=0, y=50, w=320, h=72); >] | |
02-24 17:21:55.909 I/Gecko ( 1082): ContentHost (0x45ec8ca0) [buffer-rect=(x=0, y=50, w=320, h=72)] [buffer-rotation=(x=0, y=0)] | |
02-24 17:21:55.909 I/Gecko ( 1082): GrallocTextureHostOGL (0x45f0df60) [size=(width=320, height=72)] [format=SurfaceFormat::B8G8R8A8] [flags=] | |
02-24 17:21:55.909 I/Gecko ( 1082): ContainerLayerComposite (0x46a70c00) [shadow-clip=(x=0, y=50, w=320, h=364)] [shadow-transform=[ 1 0; 0 1; 0 -7.6793; ]] [shadow-visible=< (x=312, y=148, w=6, h=57); >] [clip=(x=0, y=50, w=320, h=364)] [visible=< (x=312, y=148, w=6, h=57); >] [vscrollbar=83] | |
02-24 17:21:55.909 I/Gecko ( 1082): ThebesLayer (0x44f06400) [shadow-transform=[ 1 0; 0 1; 312 149; ]] [shadow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
InternalError: too much recursion | |
isWhiteSpace@../../build/r.js:4618 | |
skipComment@../../build/r.js:4803 | |
loadLib/</wrapTrackingFunction/</<@../../build/r.js:7654 | |
parseShiftExpression@../../build/r.js:6191 | |
loadLib/</wrapTrackingFunction/</<@../../build/r.js:7663 | |
parseRelationalExpression@../../build/r.js:6212 | |
loadLib/</wrapTrackingFunction/</<@../../build/r.js:7663 | |
parseEqualityExpression@../../build/r.js:6230 | |
loadLib/</wrapTrackingFunction/</<@../../build/r.js:7663 |
NewerOlder