Coder Social home page Coder Social logo

dairy_queen's Introduction

Binder

dairy_queen

This repository contains python code to calculate all possible "double dips" for a specified set of show times, according to specified parameters.

A double dip (really, an n dip) is just a fancy (non-technical) term to mean a sequence of movies. You may know this by another term, but if you've ever gone to the movies and seen two films in sequence, you've double dipped.

Now, extend this to n films, back-to-back, and you've just completed an n-dip...

Installation and Usage

There's a vagrant box (ubuntu 14.04 64-bit) provisioned to test everything out on. The provisioning is rather basic:

  1. install git, and vim
  2. install rethinkdb and set it up to start as a service
  3. install python via miniconda

The python step is a bit weighty -- it'll cost however much miniconda weighs as well as an addition 95 MB (for jupyter, pandas, and requests).

Once you've booted up the vagrant machine:

cd /path/to/dairy_queen
vagrant up

you can access the rethinkdb dashboard via http://localhost:1880/ or you can work in an jupyter notebook via http://localhost:1888/

To access the DB you can use the following port:

  • default: 28015 (guest) => 8015 (host) // JS or Python

Of course you can always get into the vagrant box via

vagrant ssh

Should you want to use vim in all of its pre-configured glory, you'll have to run the install procedure from inside the vagrant box:

vim -e +PluginInstall +VimProcInstall +qall now

dairy_queen's People

Contributors

stevenpollack avatar gabericharde avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.