Skip to content

Instantly share code, notes, and snippets.

View DemofiloVizuete's full-sized avatar

Demófilo Vizuete Díaz DemofiloVizuete

View GitHub Profile
@DemofiloVizuete
DemofiloVizuete / config.py
Created March 5, 2017 21:32 — forked from bonzanini/config.py
Twitter Stream Downloader
consumer_key = 'your-consumer-key'
consumer_secret = 'your-consumer-secret'
access_token = 'your-access-token'
access_secret = 'your-access-secret'
@DemofiloVizuete
DemofiloVizuete / tinder-api-documentation.md
Created February 18, 2017 12:36 — forked from rtt/tinder-api-documentation.md
Tinder API Documentation

Tinder API documentation

http://rsty.org/

I've sniffed most of the Tinder API to see how it works. You can use this to create bots (etc) very trivially. Some example python bot code is here -> https://gist.github.com/rtt/5a2e0cfa638c938cca59 (horribly quick and dirty, you've been warned!)

Note: this was written in April/May 2014 and the API may have changed since. I have nothing to do with Tinder, nor their API, and I do not offer any support for anything you may build on top of this

API Details

@DemofiloVizuete
DemofiloVizuete / rprog-quiz1.txt
Created July 30, 2016 11:11 — forked from kfeoktistoff/rprog-quiz1.txt
R Programming: Quiz1
1
The R language is a dialect of which of the following programming languages?
S
2
The definition of free software consists of four freedoms (freedoms 0 through 3). Which of the following is NOT one of the freedoms that are part of the definition?
The freedom to prevent users from using the software for undesirable purposes.
3
In R the following are all atomic data types EXCEPT