Skip to content

Instantly share code, notes, and snippets.

@tonystubblebine
tonystubblebine / .vimrc
Created September 2, 2016 18:53
VIM TODO List Macros
" check off a todo item and time stamp it
map gg ^rx: <Esc>:r! date +" [\%H:\%M]"<ENTER>kJA<Esc>$
" create a new todo item
map gt o _
Testing Angular Components With @Input()
https://medium.com/p/3bd6c07cfaf6/
React Hooks Slider: How to Build an Image Slider With React Hooks
https://medium.com/p/264368de68e4/
Angular: Shared Modules
https://medium.com/p/18ac50f24852/
Vue.js: Routing With Vue-Router
@tonystubblebine
tonystubblebine / todo.txt
Last active July 27, 2019 10:15
Example Todo.txt
9/2/2016
x start writing about todo list formats [12:31]
x wunderlist [12:48]
x things [12:48]
x todoist [12:48]
x omnifocus [12:48]
x tweet [12:48]
x remember the milk [12:48]
x respond to terrie's VIP questions [14:26]
<div data-post-id="31535030616b" data-source="post_page" data-collection-id="d0b105d10f0a" data-tracking-context="postPage" data-scroll="native">
<section>
<div>
<div>
<p>When we were getting ready to launch&nbsp;<a href="http://medium.com/better-programming" target="_blank" data-href="http://medium.com/better-programming">Better Programming</a>, I reached out to someone I consider a master of programming,&nbsp;<a href="http://raganwald.com/" target="_blank" rel="nofollow noopener" data-href="http://raganwald.com/">Reginald Braithwaite</a>&nbsp;(known as&nbsp;<a href="https://twitter.com/raganwald" target="_blank" rel="nofollow noopener" data-href="https://twitter.com/raganwald">Raganwald</a>&nbsp;in many quarters). What I wanted to know is if he&rsquo;d contribute a sample chapter from his book&nbsp;<a href="https://leanpub.com/javascriptallongesix" target="_blank" rel="nofollow noopener" data-href="https://leanpub.com/javascriptallongesix">JavaScript Allong&eacute;, the &ldquo;Six&rdquo; Edition</a>.</p>
<p
@tonystubblebine
tonystubblebine / patriotminute.html
Last active January 31, 2017 19:09
Minute of Patriotism
<style>
body {
background-color: #000;
color: #fff;
font-family: Helvetica, Arial, Sans-Serif;
}
div {
text-align: center;
height: 400px;
padding-top: 200px;