Skip to content

Instantly share code, notes, and snippets.

View akgold's full-sized avatar

Alex Gold akgold

View GitHub Profile
@akgold
akgold / python_pins.py
Created March 18, 2021 13:02
A simple implementation of pins for python for an RStudio Connect board
import requests as req
import pickle
import tempfile
import tarfile
import os
import json
def pin_rsconnect(data, pin_name, pretty_pin_name, connect_server, api_key):
'''
Make a pin on RStudio Connect.
@akgold
akgold / dt_filter_rmd.rmd
Created April 13, 2020 17:00
An RMD document in HTML that uses DT's built-in filtering.
---
title: "Test DT"
author: "Alex Gold"
date: "4/13/2020"
output: html_document
---
```{r}
library(DT)
```
@akgold
akgold / map_df.rmd
Last active January 29, 2020 14:58
map_df Explained
---
title: "map_df Example"
author: "Alex Gold"
date: "1/29/2020"
output: html_document
---
```{r setup, include=FALSE}
library(tidyverse)
```

Keybase proof

I hereby claim:

  • I am akgold on github.
  • I am alexkgold (https://keybase.io/alexkgold) on keybase.
  • I have a public key ASB3bWDHBCgYLkY9sG6Ntg9Y5R_zaLfIdWJOcmi2EdpxyQo

To claim this, I am signing this object:

@akgold
akgold / Pomodoro Clock.markdown
Created August 28, 2015 16:28
Pomodoro Clock
@akgold
akgold / Weather Report.markdown
Created August 26, 2015 19:34
Weather Report
@akgold
akgold / Star Wars Quote Generator.markdown
Last active August 29, 2015 14:27
Star Wars Quote Generator