Giter Club home page Giter Club logo

kts46's People

Contributors

anthony-kolesov avatar

Watchers

 avatar

kts46's Issues

Initialize configuration parser in a function

Extract initialization of ConfigParser to common lib function. This function 
will take as a argument tuple of configuration file paths and will return a 
SafeConfigParser instance.

Original issue reported on code.google.com by [email protected] on 18 Nov 2010 at 6:19

Autonomous worker

Worker do task without db and scheduler: use yaml file as input and generate 
output csv files.

Original issue reported on code.google.com by [email protected] on 22 Feb 2011 at 11:45

Create some starting-stopping script

Create some starting-stopping script for all kts46 daemon processes:
  * RPC server
  * scheduler
  * worker (at first it must be implemented as daemon process, see issue #11).

Original issue reported on code.google.com by [email protected] on 29 Nov 2010 at 7:28

Common database data representation infrastructure

Currently communication with CouchDB is done via it's general Python bingdings 
or direct HTTP. It is requires to develop a common database model-specific 
interface that will represent simulation and model entities: project, job, etc.

Original issue reported on code.google.com by [email protected] on 17 Nov 2010 at 8:53

Make worker work as daemon

Make a worker a constantly running daemon process which periodically schecks 
for tasks on scheduler and runs them.

Original issue reported on code.google.com by [email protected] on 29 Nov 2010 at 7:26

Intersection

Road intersection with two directions: forward and right.

Original issue reported on code.google.com by [email protected] on 16 Feb 2011 at 5:12

Get interval for worker notification from scheduler

In current nodejs scheduler there is no mention of providing worker 
notification interval.
 * Change specification
 * Implement specification on scheduler: get time from config.
 * fix regression on worker.

Original issue reported on code.google.com by [email protected] on 11 Feb 2011 at 1:09

Play control buttons at live view.

Buttons to control playing of live view:
  * play
  * pause
  * speed up
  * speed down
  * next step (on pause)
  * previous step (on pause)
  * stop

Original issue reported on code.google.com by [email protected] on 22 Feb 2011 at 8:21

Overtaking of cars.

Implement overtaking of cars in model. Car can overtake if there is a safe 
distance in front and at rear of it target position. Also front distance must 
be greater than current. And current speed must be lower than desired speed.

Original issue reported on code.google.com by [email protected] on 13 Feb 2011 at 8:51

Extract initialization of logger to separate function

Extract common code of logger initialization to separate function in common 
library. This function will take as a argument ConfigParser with [log] section 
with configuration data and will return a logger instance.

Original issue reported on code.google.com by [email protected] on 18 Nov 2010 at 6:23

Supervisor

Create supervisor process that will control jobs progress and restart jobs 
which workers are not responding at time.

Original issue reported on code.google.com by [email protected] on 17 Nov 2010 at 9:24

WebUI in scheduler

Create WebUI for scheduler: currently use same as on python. Then remove 
current http api.

Original issue reported on code.google.com by [email protected] on 22 Feb 2011 at 8:44

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.