Skip to content

Instantly share code, notes, and snippets.

View lukereding's full-sized avatar

luke reding lukereding

View GitHub Profile
swagger: '2.0'
info:
description: >-
This API implments some simple natural language processing tasks like
tokenization, sentiment analysis, finding the most common words, and
retrieving parts of speech from text.
version: 2017.06.14
title: Natural Language Processing with Anaconda
termsOfService: ''
contact:
random_csv = "http://datadryad.org/bitstream/handle/10255/dryad.37977/Cranby%20E4%20pheno.csv?sequence=1"
# read in a csv
df <- read.csv(random_csv)
# print it to the console
print(df)
# print the raw characters from the csv file to the console
readLines(random_csv)
swagger: '2.0'
info:
description: >-
This API implments some simple natural language processing tasks like
tokenization, sentiment analysis, and retrieving parts of speech from text.
version: 2017.06.08
title: NLP with Anaconda
termsOfService: ''
contact:
email: lreding@continuum.io
@lukereding
lukereding / swag.yml
Created June 2, 2017 15:19
test_swag_yaml
swagger: '2.0'
info:
description: >-
This is a simple example of a REST API deployed on Anaconda Enterprise and
documented with Swagger UI.
version: 2017.06.02
title: quotes
termsOfService: 'http://swagger.io/terms/'
contact:
email: lreding@continuum.io
@lukereding
lukereding / gist:b560a4b8f2185bd8e5cc8e29e2af41b9
Created May 1, 2017 14:02
deck_gl_geojson output run locally
0214-lreding:deck_gl_geojson lreding$ ap run
+ yarn add deck.gl
yarn add v0.23.2
warning No license field
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
warning Your current version of Yarn is out of date. The latest version is "0.23.3" while you're on "0.23.2".
success Saved 1 new dependency.