[escaped text with brackets](and_a_url.md)
a link
with escaped anchor text.
This file contains hidden or 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
{ | |
"basics": { | |
"name": "Jamie Phelps", | |
"email": "[email protected]", | |
"picture": "https://jxpx777.me/jxpx777.jpg", | |
"location": { | |
"city": "Olympia", | |
"region": "Washington" | |
}, | |
"profiles": [ |
This file contains hidden or 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
set nocompatible hidden laststatus=2 |
This file contains hidden or 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
Process: iBank 5 [41476] | |
Path: /Applications/iBank 5.app/Contents/MacOS/iBank 5 | |
Identifier: com.iggsoftware.iBank5 | |
Version: 5.6.4 (50113) | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: iBank 5 [41476] | |
User ID: 501 | |
Date/Time: 2015-12-30 17:31:55.281 -0600 |
This file contains hidden or 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
JavaScript error: resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Users/j/Library/Application%20Support/Firefox/Profiles/7ry75y3g.default-1426709652923/extensions/[email protected]!/bootstrap.js, line 290: NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXPCComponents_Utils.nukeSandbox] |
This file contains hidden or 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
<?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"> | |
<array> | |
<dict> | |
<key>Activate</key> | |
<string>Normal</string> | |
<key>CreationDate</key> | |
<real>460387677.55399102</real> | |
<key>IsActive</key> |
This file contains hidden or 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
function openURLInActiveTab(url){ | |
if (tabs.activeTab.url === undefined) { | |
tabs.open({url: url, onOpen: function onOpen(tab) { console.log("[GLOBAL]: Opened tab: " + tab); tab.activate(); tab.url = url; }}); | |
} | |
else { | |
tabs.activeTab.url = url; | |
} | |
} |
This file contains hidden or 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
var WebSocket = null; | |
hiddenFrames.add(hiddenFrames.HiddenFrame({ | |
'onReady': function () { | |
var self = this; // Don't use bind for `this` since GCC warns w/ "dangerous use of the global this object" | |
self.element.contentWindow.location = require("sdk/self").data.url("ui/hidden.html"); | |
self.element.addEventListener("DOMContentLoaded", function () { | |
console.log("Initializing WebSocket for '" + self.element.contentWindow.location + "'"); | |
//noinspection JSUnresolvedVariable | |
WebSocket = self.element.contentWindow.MozWebSocket || self.element.contentWindow.WebSocket; |
This file contains hidden or 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
class String | |
def to_numeronym | |
self.gsub(/\A(.)(.*)(.)\Z/) { "#{$1}#{$2.length}#{$3}" } | |
end | |
end |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>FWUPA</title> | |
<meta content="authenticity_token" name="csrf-param" /> | |
<meta content="NIhzA2wh/3UWZa5iS7ts9qmX69QwoaXxXG6UseNuLpE=" name="csrf-token" /> | |
</head> | |
<body> | |
<section id="wrap"> |
NewerOlder