Git Product home page Git Product logo

dotfiles's People

Contributors

jonallured avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dotfiles's Issues

rvm reload

I do this all the time:

cd ..; cd -; rvm current

I should make an alias.

Week 49 - colossus

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • check free disk space
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

week 42 - colossus

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • cleanup desktop
  • remove screenshots
  • update alfred
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

Week 45 - colossus

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

Week 48 - magneto

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • check free disk space
  • verify last backup on time machine
  • reboot

Log upgrades during sharpen

It would be cool for upgrade output during sharpening to be added to those issues as a paper trail of what changed and when. Iโ€™m thinking about brew and vim-plug for sure.

Week 5 - magneto

  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ replug
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • do App Store.app updates
  • check free disk space
  • verify last backup on time machine
  • reboot
  • read history to look for alias candidates

Week 51 - magneto

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • check free disk space
  • verify last backup on time machine
  • reboot

Week 44 - magneto

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • verify last backup on time machine
  • reboot

Add local tmux file

I just spent the evening tinkering with my tmux status line - that config should be added to this repo.

Week 44 - colossus

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

Improve organization of script for updating Artsy repos

While working on #54 I got this:

jon@magneto:~/code/allocation(artsy-repos)% ruby artsy_repos.rb > ~/code/team-artsy-workflow-data/data/repos.yml
Traceback (most recent call last):
	34: from artsy_repos.rb:8:in `<main>'
	33: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/octokit-4.13.0/lib/octokit/client/organizations.rb:126:in `organization_repositories'
	32: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/octokit-4.13.0/lib/octokit/connection.rb:88:in `paginate'
	31: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/sawyer-0.8.1/lib/sawyer/relation.rb:163:in `get'
	30: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/sawyer-0.8.1/lib/sawyer/relation.rb:264:in `call'
	29: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/sawyer-0.8.1/lib/sawyer/agent.rb:94:in `call'
	28: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/faraday-0.15.3/lib/faraday/connection.rb:138:in `get'
	27: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/faraday-0.15.3/lib/faraday/connection.rb:387:in `run_request'
	26: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/faraday-0.15.3/lib/faraday/rack_builder.rb:143:in `build_response'
	25: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/faraday-0.15.3/lib/faraday/request/retry.rb:128:in `call'
	24: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/octokit-4.13.0/lib/octokit/middleware/follow_redirects.rb:61:in `call'
	23: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/octokit-4.13.0/lib/octokit/middleware/follow_redirects.rb:73:in `perform_with_redirection'
	22: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/faraday-0.15.3/lib/faraday/response.rb:8:in `call'
	21: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/faraday-0.15.3/lib/faraday/response.rb:8:in `call'
	20: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/faraday-0.15.3/lib/faraday/adapter/net_http.rb:38:in `call'
	19: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/faraday-0.15.3/lib/faraday/adapter/net_http.rb:92:in `with_net_http_connection'
	18: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/faraday-0.15.3/lib/faraday/adapter/net_http.rb:43:in `block in call'
	17: from /Users/jon/.rvm/gems/ruby-2.5.1/gems/faraday-0.15.3/lib/faraday/adapter/net_http.rb:85:in `perform_request'
	16: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http.rb:1213:in `get'
	15: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http.rb:1455:in `request'
	14: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http.rb:910:in `start'
	13: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http.rb:1457:in `block in request'
	12: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http.rb:1464:in `request'
	11: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http.rb:1502:in `transport_request'
	10: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http/response.rb:165:in `reading_body'
	 9: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http.rb:1503:in `block in transport_request'
	 8: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http.rb:1214:in `block in get'
	 7: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http/response.rb:204:in `read_body'
	 6: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http/response.rb:283:in `read_body_0'
	 5: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http/response.rb:264:in `inflater'
	 4: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http/response.rb:285:in `block in read_body_0'
	 3: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http/response.rb:324:in `read_chunked'
	 2: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/http/response.rb:324:in `ensure in read_chunked'
	 1: from /Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/protocol.rb:125:in `read'
/Users/jon/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/net/protocol.rb:189:in `rbuf_fill': end of file reached (Faraday::ConnectionFailed)

But it worked on Colossus, so I'm not sure what's going on there.

Also: the way I have this setup is stupid - I should consider another way of organizing this type of script.

week 41 - magneto

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • cleanup desktop
  • remove screenshots
  • update alfred
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • reboot
  • verify last backup on time machine
  • verify last backup on back blaze

Week 3 - colossus

  • pull dotmatrix
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • do App Store.app updates
  • check free disk space
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot
  • read history to look for alias candidates

Week 49 - magneto

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • check free disk space
  • verify last backup on time machine
  • reboot

Week 47 - magneto

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • check free disk space
  • verify last backup on time machine
  • reboot

week 43 - magneto

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

Week 46 - colossus

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • check free disk space
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

Week 48 - colossus

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • check free disk space
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

Add no-verify when doing fetchup

There are a few Artsy projects with pre-commit or pre-push hooks that get in the way of fetchup - let's disable them by adding --no-verify to that command.

Week 6 - magneto

  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ replug
  • $ gem update --system
  • pull latest asdf
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • do App Store.app updates
  • check free disk space
  • verify last backup on time machine
  • reboot

Week 2 - magneto

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • check free disk space
  • verify last backup on time machine
  • reboot

add vim shortcut for spliting and popping up a level

I had the idea that when working in Javascript project I tend to want to split the current file and then hit - to switch to a sibling file. Here is what I was thinking:

:spop - do a horizontal split and pop up to the containing folder
:vpop - do a vertical split and pop up to the containing folder

Week 5 - colossus

  • pull dotmatrix
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • do App Store.app updates
  • check free disk space
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot
  • read history to look for alias candidates

Clean up old rvm gemsets

It just occurred to me that it should be possible to script the removal of old gemsets as projects upgrade their Ruby version.

Week 45 - magneto

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • verify last backup on time machine
  • reboot

week 42 - magneto

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • cleanup desktop
  • remove screenshots
  • update alfred
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

Week 47 - colossus

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • check free disk space
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

Week 4 - colossus

  • pull dotmatrix
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • do App Store.app updates
  • check free disk space
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

Week 4 - magneto

  • pull dotmatrix
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • do App Store.app updates
  • check free disk space
  • verify last backup on time machine
  • reboot

Week 3 - magneto

  • pull dotmatrix
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • do App Store.app updates
  • check free disk space
  • verify last backup on time machine
  • reboot
  • read history to look for alias candidates

Sync Chrome custom search engines

I noticed today that I don't have my shortcut to the sell Jira board on colossus - I should be syncing these things between my machines.

week 41 - colossus

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • cleanup desktop
  • remove screenshots
  • update alfred
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • reboot
  • verify last backup on time machine
  • verify last backup on back blaze

week 43 - colossus

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

Improve secrets repo to use symlinks

I'm putting my mutt creds in my secrets repo, but I'm now noticing that I don't have it setup to use symlinks like this repo. This means I have to manually keep these files in sync, which is dumb.

Week 51 - colossus

  • pull dotmatrix
  • $ brew update
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • read history to look for alias candidates
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • upgrade Xcode
  • do system updates
  • check free disk space
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot

Week 2 - colossus

  • pull dotmatrix
  • $ brew upgrade git fzf heroku hub the_silver_searcher yarn
  • $ brew cleanup
  • $ hr pluginstall
  • $ gem update --system
  • $ rvm get head
  • cleanup desktop
  • cleanup screenshots
  • cleanup downloads
  • empty trash
  • update alfred
  • update iterm2
  • commit and share dotfiles changes
  • push changes on secrets
  • update list of Artsy repos
  • do App Store.app updates
  • check free disk space
  • verify last backup on time machine
  • verify last backup on backblaze
  • reboot
  • read history to look for alias candidates

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.