How can I run my program on a large number of computers? [closed]
- by zenpoy
I'm looking for a (preferably free) service for running an executable I wrote? It's not malicious, it's not a virus, it's not scam, and if this is really important I can upload the python source code instead.
I wrote a small crawler to gather information regarding the style of web pages for my MA project, and I need a lot more data.
EDIT
Here is more information on my problem and how I approach on solving it, and where I'm stuck.
As part of my research I'm trying to classify text based on it's style (font-family for now), my data is based web pages, so I wrote a client/server application - the client is a crawler that gathers this data and send it to the server. The problem is that like 99% of the internet is Arial, Verdana and Helvetica - other fonts are far more rare, so I need to spend very long time to gather enough data regarding these fonts. Hope this explains it.