Skip to content

Instantly share code, notes, and snippets.

View rbdixon's full-sized avatar

Brad Dixon rbdixon

  • Carve Systems
  • Atlanta, GA
View GitHub Profile
@rbdixon
rbdixon / wrong.json
Created March 4, 2016 14:25
Wrong output
[
{
"unMeta": {
"test": {
"c": [
{
"c": [
[],
[
{
@rbdixon
rbdixon / correct.json
Created March 4, 2016 14:24
Correct output
[
{
"unMeta": {
"test": {
"c": [
{
"c": [
[],
[
{
[
{
"unMeta": {
"test": {
"c": [
{
"c": [
[],
[
{
#!/usr/bin/env python
"""
Pandoc filter to allow interpolation of metadata fields
into a document. %{fields} will be replaced by the field's
value, assuming it is of the type MetaInlines or MetaString.
"""
import sys
from pandocfilters import toJSONFilter, attributes, Span, Str, Table
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rbdixon
rbdixon / toc.yml
Last active January 14, 2016 15:34
---
toc: true
...
#
# FROM dplyr join.r
#
inner_geo_join <- function(x, y, by = NULL, within = 0, ...) {
UseMethod("inner_geo_join")
}
left_geo_join <- function(x, y, by = NULL, within = 0, ...) {
UseMethod("left_geo_join")
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2015-07-16 11:17:15 -0400
./configure
--prefix=/opt/boxen/homebrew/Cellar/r/3.2.1_1
--with-libintl-prefix=/opt/boxen/homebrew/opt/gettext
--enable-memory-profiling
--enable-R-framework
--with-cairo
--with-aqua
--with-blas=-framework Accelerate