- https://gist.github.com/1790473
- https://gist.github.com/1791212
- https://gist.github.com/1791505
- https://gist.github.com/1792525
- https://gist.github.com/1792540
- https://gist.github.com/1792558
- https://gist.github.com/1792968
- https://gist.github.com/1792548
- https://gist.github.com/1792990
- https://gist.github.com/1793010
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
{ | |
"src": "https://cdn.embedly.com/widgets/media.html?...", | |
"context": "iframe.resize", | |
"height" 500 | |
} |
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
<iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?type=text%2Fhtml | |
&key=7727df7878374eb682a6551e4204d195&schema=instagram&url=https%3A//www.instagram.com/p/BI2fZwcDSsB/ | |
&image=https%3A//scontent.cdninstagram.com/t51.2885-15/s640x640/sh0.08/e35/13696392_192619737820679_158879699_n.jpg%3Fig_cache_key%3DMTMxMjM3NDQ1MDg2NDA3MzQ3Mw%253D%253D.2" | |
width="640" height="426" scrolling="no" frameborder="0" allowfullscreen></iframe> |
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
I18N.prototype.translations = { | |
"Embed": { | |
en: 'Embed', | |
es: 'Insertar', | |
tr: 'Embed', | |
de: 'Einbetten', | |
fr: 'Ins\u00E9rer', | |
ja: 'Embed', | |
zh: '\u5D4C\u5165\u5185\u5BB9', | |
ko: '\uC784\uBCA0\uB4DC' |
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
{ | |
"Embed": { | |
en : 'Embed', | |
es : 'Insertar', | |
tr : 'Embed', | |
de : 'Einbetten' | |
}, | |
"Share": { | |
de: "Teilen", | |
tr: "Payla\u015f" |
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
App.OneController = Em.ObjectController.extend({ | |
content: {} | |
}); | |
App.TwoController = Em.ObjectController.extend({ | |
needs: ['one'], | |
onChange: function(){ | |
}.observes('controller.one.aProperty') | |
}); |
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
<html> | |
<head> | |
<meta property="og:description" | |
content="WIN A FREE IPAD: http://fake.net"> | |
</head> | |
<body> | |
<article> | |
<p> | |
This is a funny and insightful article that somehow got | |
on this evil site that I would like to share with my |
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
<html> | |
<head> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | |
<script src="http://scripts.embed.ly/jquery.embedly-2.1.7.min.js"></script> | |
</head> | |
<body> | |
<p> | |
This is a generic piece of text that contains a http://www.youtube.com/watch?v=t3TmFyyB4zI url. | |
</p> |
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
""" | |
A simple script to update Chargify subscriptions to the most recent version. | |
""" | |
import base64 | |
import requests | |
import json | |
API_KEY = 'Chargify API Key' | |
HOST = 'https://<Chargify Host Name>.chargify.com' |
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
<html> | |
<head> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> | |
<script src="http://scripts.embed.ly/p/0.1/jquery.preview.full.min.js" type="text/javascript"></script> | |
<link rel="stylesheet" href="http://scripts.embed.ly/p/0.1/css/preview.css" /> | |
</head> | |
<body> | |
<form action="/update" method="POST"> | |
<input id="url" type="text" name="url"/> | |
</form> |
NewerOlder