Coder Social home page Coder Social logo

bid_op's Introduction

Bid Optimizer

Github registration

You're there. Register.

git

Basically:

  • Installing on Windows http://git-scm.com/downloads

  • Windows git has graphical interface

  • Add global settings - put in редактировать-настройки user name: ... email: ....

Help:

Basic workflow:

  1. install git
  2. clone dev branch to your computer: git clone https://github.com/vchub/bid_op.git
  3. add, change files
  4. pull current state of the branch from repository (git pull origin dev)
  5. resolve conflicts if branch wasn't auto-merged
  6. pull current state from repository again to check conflicts (git pull origin dev)
  7. push changes to the repository: git push origin master
  8. continue adding and changing files

Eclipse 3.7

Eclipse 3.7: http://www.eclipse.org/downloads/packages/release/indigo/sr2

Scala IDE for Eclipse

http://scala-ide.org/download/current.html

update site link: http://download.scala-ide.org/releases-29/stable/site

Requirements

  • JDK 5 or JDK 6 (JDK 7 can be used with some caveats).
  • Eclipse, including the JDT. “Eclipse Classic” is sufficient, but any Eclipse package can be used.
  • Both Eclipse 3.6 (Helios) and Eclipse 3.7 (Indigo) are supported.

Requirements

  • JDK 5 or JDK 6 (JDK 7 can be used with some caveats)
  • Eclipse, including the JDT. Eclipse Classic is sufficient
  • Both Eclipse 3.6 (Helios) and Eclipse 3.7 (Indigo) are supported

I tried it wiht Eclipse 4 (Juno). It wasn't a very good experience. On the other hand it may be fixed already.

Play framework

Prepare the Eclipse project

  • clone project from repo like:

    $> c:\vlad\code> git clone https://github.com/vchub/bid_op.git
    
  • cd to the new dir

    $> cd bid_op
    
  • run play framework

    $> play
    
  • compile project

    [bid]# compile
    
  • run command eclipsify. it prepares eclipse project

    [bid]# eclipsify
    
  • open eclipse and import the project.

It looks ugly though. many jars stay on root level. I don't know how change it right now

Project

After cloning the repository, you can import the Project to Eclipse. (File->Import->General->Project)

Analytical module source dir - app/models/optimizer/

Project structure

  • Most of the source code is in bid_op/app

  • Analytical module in bid_op/app/models/optimizer

  • The project is built by sbt (simple built tool). To run the project and complete stack of Tests "play" command can be used, like

    $> cd bid_op
    
    $> play
    
    [bid]# ~compile   //to compile on every change in source files
    
    [bid]# test       // to run tests
    

Tests

  • Tests are in bid_op/test/models/optimizer
  • From Eclipse only JUnit tests can run now. For scala tests sbt has to be used

There are a couple JUnit test examples. I gonna add more soon.

bid_op's People

Contributors

krispo avatar vchub avatar vlob1969 avatar

Watchers

 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.