Code Monkey home page Code Monkey logo

nerdfiles / arby Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 2.54 MB

๐Ÿšฟ crypto arbitrage: https://github.com/nerdfiles/arby/blob/master/analyzer/arby.py applying https://github.com/rosshochwert/arbitrage/blob/master/README.md

License: Do What The F*ck You Want To Public License

JavaScript 22.28% CoffeeScript 5.02% Python 61.12% HTML 8.45% CSS 3.10% Shell 0.04%
analytic-economics econometrics model-theoretic-economics momentum-accounting

arby's Introduction

arby

Hypermedia directives for bitcoin arbitrage

  1. if node N interacts with a node that isn't itself, who would it be based on model R?

##MVP

  1. Intra- and Inter-exchange arbitrage

##Front end ideas

URL: ./charge/
METHOD: post

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title></title>
  <script>
    controller('paymentSection', [
      '$scope',
      '$q'
      ($scope, $q, $http) ->
        console.log $scope
        $scope.goToGoogle = () ->
          count = 0
          arrOfVoters = [
            () ->
              return $http.get('http://endpointProfile1')
            () ->
              return $http.get('http://endpointProfile2')
            () ->
              return $http.get('http://endpointProfile3')
            () ->
              return $http.get('http://endpointProfile4')
          ]
          d = $q.all arrOfVoters

          d.then (data) ->
            if data.count > .65
              window.location.href = $scope.purchase.nextPage
    ])
  </script>
</head>
<body>
  <div ctrl="">
  <button
    data-purchase="{
      nextPage: 'http://google.com'
    }"
    onclick="goToGoogle()"
  >
      Go to Google if voter endpoints suggest that
      should be the next site the next user sees
  </button>
</body>
</html>

TODO

  1. Set up angularFire and angularfire-generator through Yeoman. Build out Directives, etc.
  2. Wrap with angularAMD and angularamd-generator.
  3. pygraphviz, etc.
  4. Rickshaw or D3+c3.
  5. twisted to automate posts to Firebase instance.
  6. BreezeJS wrappers for factories (data mode) and services layer.

arby's People

Contributors

nerdfiles avatar

Watchers

 avatar  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.