| name | explain-diff-html |
|---|---|
| description | Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output. |
Please make me a rich, interactive explanation of the specified code change.
It should have these sections:
This is my current (as of 4/30/2020) Yabai and skhdrc config as well as the Ubersicht (http://tracesof.net/uebersicht/) widget I use rather than the Yabai status bar. I went this route rather than the built-in status bar because I didn't like how Yabai as of 2.0.1 handled multiple monitors in the status bar.
Nothing is too far from defaults here, and the spaces.coffee was something I found linked in an issue on Yabai's github page.
Use a productive notebook interface to weave together narrative text and code to produce elegantly formatted output. Use multiple languages including R, Python, and SQL.
| dualplot <- function(x1, y1, y2, x2 = x1, | |
| col = c("#C54E6D", "#009380"), | |
| lwd = c(1, 1), colgrid = NULL, | |
| mar = c(3, 6, 3, 6) + 0.1, | |
| ylab1 = paste(substitute(y1), collapse = ""), | |
| ylab2 = paste(substitute(y2), collapse = ""), | |
| nxbreaks = 5, | |
| yleg1 = paste(gsub("\n$", "", ylab1), "(left axis)"), | |
| yleg2 = paste(ylab2, "(right axis)"), | |
| ylim1 = NULL, ylim2 = NULL, ylim.ref = NULL, |
| *.enex |
| Country | CountryCode | Currency | Code | |
|---|---|---|---|---|
| New Zealand | NZ | New Zealand Dollars | NZD | |
| Cook Islands | CK | New Zealand Dollars | NZD | |
| Niue | NU | New Zealand Dollars | NZD | |
| Pitcairn | PN | New Zealand Dollars | NZD | |
| Tokelau | TK | New Zealand Dollars | NZD | |
| Australian | AU | Australian Dollars | AUD | |
| Christmas Island | CX | Australian Dollars | AUD | |
| Cocos (Keeling) Islands | CC | Australian Dollars | AUD | |
| Heard and Mc Donald Islands | HM | Australian Dollars | AUD |
| # On ubuntu, this is needed to compile Cairo: | |
| # sudo apt-get install libcairo2-dev | |
| # sudo apt-get install libxt-dev | |
| # install.packages('Cairo') | |
| library(ggplot2) | |
| # Regular png | |
| png('test1-png.png') |
Tired of waiting for emacs to start on OS X? This step by step guide will
teach you how to install the latest version of emacs and configure it to start
in the background (daemon mode) and use emacsclient as your main editor.
Download the latest pretest version of [Emacs for Mac OS X]: http://emacsformacosx.com/builds