KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Distri.js
★ 14
Open GitHub ↗
Distributed computing for the browser
Download README (.md)
Explore Similar Repositories
resumes
:
place where members could put their resumes.
CFNN
:
Code for IJCAI 2017 paper "CFNN: Correlation Filter Neutral Network for Visual Object Tracking"
kosschatbot
:
KOSS Chat Bot. WIP.
MediaPlayer
:
MediaPlayer 一款 Android 上的多媒体视频播放器,支持万能解码器!
jodel-web
:
[PHP] JodelBlue is a Web-App and Browser-Client for the Jodel App. No registration required! Browse Jodels all over the world.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Distri.js
?
Download (.md)
# Distri-JS ```npm install Flarp/Distri-JS``` Distributed computing for your browser! ## What is it? Distri-JS is a client for Distri servers that serve out numbers and equations to those who wish to participate in distributed computing. ## Features * Uses Web Workers, so the webpage will not be slowed down during computation. * All files are verified from a public database of trusted sources, with the links and checksums of each file, so if a file is tampered with, it will not be executed on the client-side. * Very nice menu thing. Looks pretty cool.  ## How do I use it? To generate the files, simply run ```webpack```. Webpack will do all the hard stuff for you. Using it is a lot simpler than Distri-Node, just put all the generated files into the browser directory, add the script (```distri.min.js```) into the main HTML page, and make a button somewhere that when clicked, runs ```Distri.settings()```. That's it. If you want more information on what Distri is, check [here](https://github.com/Flarp/Distri-Node). Another note, if you want to set a default starting point other than ```Collatz Conjecture```, go into the webpack config and change the value in the ```webpack.DefinePlugin``` where it says ```distriDefault: JSON.stringify('Collatz Conjecture')``` to whatever you want. (Note, the value must be still inside the ```JSON.stringify```) ## Personal thank you's Thank you _Emily Doyle_ for helping spread the word for this! Uses components from Bootstrap. You can find it [https://github.com/twbs/bootstrap/blob/v4-dev/dist/css/bootstrap.css](here). Bootstrap is under the MIT license.