Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jozan/optimal-workload
Työmäärän optimointia algoritmilla
https://github.com/jozan/optimal-workload
Last synced: 25 days ago
JSON representation
Työmäärän optimointia algoritmilla
- Host: GitHub
- URL: https://github.com/jozan/optimal-workload
- Owner: jozan
- Created: 2015-11-22T14:58:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T19:06:49.000Z (about 9 years ago)
- Last Synced: 2024-11-14T11:17:13.420Z (3 months ago)
- Language: JavaScript
- Homepage: http://ow.latehours.net
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Työmäärän optimointi algoritmilla
Tsiigaa [demo](http://ow.latehours.net).
Javascriptillä tehdyn algoritmin pohjalla ovat [Wikipedian pseudokoodi](https://en.wikipedia.org/wiki/Knapsack_problem#0.2F1_knapsack_problem) ja [Go-kielinen toteutus](http://rosettacode.org/wiki/Knapsack_problem/0-1#Go).
Ohjelmointikielenä on käytetty Javascriptin uusinta standardia [ECMAScript 2015](http://www.ecma-international.org/ecma-262/6.0/index.html). Kaikki selaimet eivät sitä kuitenkaan vielä tue, joten koodi [transpiloidaan](https://en.wikipedia.org/wiki/Source-to-source_compiler) tuetuimpaan Javascriptin standardiin (ES5) buildauksen yhteydessä.
##### Käytetyt kirjastot
- [Immutable.js](https://facebook.github.io/immutable-js/) tuo ns. "immutable collectionit" javascriptiin
- [VelocityJS](http://velocityjs.org/) Animointikirjasto
- [noUiSlider](http://refreshless.com/nouislider/) Range Slider
- [jQuery](https://jquery.com/)### Pika setuppi
```
npm install -g gulp
npm install
gulp watch
```Tuotantoa varten aja: `gulp --production`.
### Attributions
Icon font: [Octicons](https://octicons.github.com/)