[ Launch: Tributary inlet ] 5053270 by thadk
[ Launch: Tributary inlet ] 5065054 by thadk[ Launch: Tributary inlet ] 5008943 by tmcw
[ Launch: reaction-maker ] 5431653 by thadk[ Launch: reaction-maker ] 5431650 by aronwalk
This examples demonstrates how to use D3's brush component to implement focus + context zooming. Click and drag in the small chart below to pan or zoom.
This examples demonstrates how to use D3's brush component to implement focus + context zooming. Click and drag in the small chart below to pan or zoom.
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
javascript:q=location.href;if(document.getSelection)%7Bd=document.getSelection()+" refrr:"+document.referrer;%7Delse%7Bd='';%7D;p=document.title;void(open('https://pinboard.in/add?showtags=yes&url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p),'Pinboard','toolbar=no,scrollbars=yes,width=750,height=700')); |
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
# This is the default .slate file. | |
# If no ~/.slate file exists this is the file that will be used. | |
config defaultToCurrentScreen true | |
config nudgePercentOf screenSize | |
config resizePercentOf screenSize | |
# Resize Bindings | |
#bind right:alt resize +10% +0 | |
#bind left:alt resize -10% +0 |
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
define([ | |
'backbone', | |
'application', | |
'apps/my-app-mod/layout/my-app-mod-layout', | |
'apps/my-app-mod/my-app-mod-list', | |
'apps/my-app-mod/item/message-view', | |
'apps/my-app-mod/my-app-mod' | |
], function(Backbone, app, MyAppModLayout, MyAppModListController, MessageView, AppRouter) { | |
'use strict'; |
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><title>@thadk/notifs</title> | |
</head> | |
<body> | |
<a class="twitter-timeline" href="https://twitter.com/thadk/lists/notifs?ref_src=twsrc%5Etfw">A Twitter List by thadk</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> | |
<!--a class="twitter-timeline" href="https://twitter.com/thadk/notifs" data-widget-id="443799148785958913">Tweets from https://twitter.com/thadk/notifs</a> | |
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script--> | |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
OlderNewer