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
<?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>phrase</key> | |
<string>★☆☆☆☆</string> | |
<key>shortcut</key> | |
<string>/1star</string> | |
</dict> |
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
HTTP status code symbols for Rails | |
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings. | |
Status Code Symbol | |
1xx Informational | |
100 :continue | |
101 :switching_protocols | |
102 :processing |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<title>Viewing_RAW</title> | |
<style type="text/css"> |
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
/*! | |
* Platformer | |
* Redirect static DocumentCloud asset links to the canonical HTML page. | |
* | |
* Say you're at `https://assets.documentcloud.org/documents/282753/lefler-thesis.pdf` | |
* and you want to view the original DocumentCloud page for that document. Click your | |
* Platformer bookmarklet. It transforms that URL to the URL for the original document | |
* on documentcloud.org. | |
* | |
* To use, create a bookmark with the following address (sans backticks): |
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
<div id="DC-search-projectid-24031-language-tests" class="DC-search-container"></div> | |
<script src="//assets.documentcloud.org/embed/loader.js"></script> | |
<script> | |
dc.embed.load('http://www.documentcloud.org/search/embed/', { | |
q: "projectid: 24031-language-tests ", | |
container: "#DC-search-projectid-24031-language-tests", | |
title: "", | |
order: "created_at", | |
per_page: 12, |
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
<div id="DC-note-53674" class="DC-note-container"></div> | |
<script src="//assets.documentcloud.org/notes/loader.js"></script> | |
<script> | |
dc.embed.loadNote('//www.documentcloud.org/documents/282753-lefler-thesis/annotations/53674.js'); | |
</script> | |
<noscript> | |
<a href="https://www.documentcloud.org/documents/282753-lefler-thesis/annotations/53674.html">View note</a> | |
</noscript> |
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
<div class="DC-embed" data-version="1.1"> | |
<div style="font-size:10pt;line-height:14pt;"> | |
Page 1 of <a class="DC-embed-resource" href="https://www.documentcloud.org/documents/282753-lefler-thesis.html#document/p1" title="View entire Lefler Thesis on DocumentCloud in new window or tab" target="_blank">Lefler Thesis</a> | |
</div> | |
<img src="//assets.documentcloud.org/documents/282753/pages/lefler-thesis-p1-normal.gif?1455829953" srcset="//assets.documentcloud.org/documents/282753/pages/lefler-thesis-p1-normal.gif?1455829953 700w, //assets.documentcloud.org/documents/282753/pages/lefler-thesis-p1-large.gif?1455829953 1000w" alt="Page 1 of Lefler Thesis" style="max-width:100%;height:auto;margin:0.5em 0;border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;clear:both"> | |
<div style="font-size:8pt;line-height:12pt;text-align:center"> | |
Contributed to | |
<a href="https://www.documentcloud.org/" title="Go to DocumentCloud in new window or tab" target="_blank" style="font-weight:700;font-fa |
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
<div id="DV-viewer-282753-lefler-thesis" class="DV-container"></div> | |
<script src="//assets.documentcloud.org/viewer/loader.js"></script> | |
<script> | |
DV.load("https://www.documentcloud.org/documents/282753-lefler-thesis.js", { | |
sidebar: false, | |
text: false, | |
container: "#DV-viewer-282753-lefler-thesis" | |
}); | |
</script> | |
<noscript> |
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
/*! | |
* Petrify | |
* Redirect yourself to a permanent version of a GitHub blob or tree. | |
* | |
* Say you're looking at `https://github.com/documentcloud/documentcloud/blob/master/public/javascripts/embed/search_embed.js#L315-L317` | |
* and you want to link to it in an email or GitHub comment. You realize that, | |
* when people follow the link years or even days later, it's likely the file | |
* will have changed so much that those line references won't be the same, and | |
* people won't know what you were talking about. | |
* |
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
#container .DV-docViewer, | |
#container .DV-docViewer-Container, | |
#container .DV-footer, | |
#container .DV-collapsibleControls, | |
#container .DV-textPage, | |
#container .DV-textContents, | |
#container .DV-thumbnails, | |
#container .DV-annotationContent, | |
#container .DV-annotationExcerpt, | |
#container .DV-annotationExcerptImage, |
NewerOlder