Third price at the Speedup Europe Bootcamp! The task was to develop and present a business idea , which utilise the cloud based services of FIWARE. Our team demonstrated how to improve quality assurance for offshore wind power plants.
Tag Archives: Cloud
Jad Check on the servers from Google
The Jad check is a quality assurance tool for providers of mobile Java software. The check examines the so-called Jad file on frequently occurring errors. Some errors are otherwise very hard to find, so you save time during troubleshooting. Other … Continue reading
How to fetch remote data with the App Engine
You can use the App Engine to retrieve web pages or other information from foreign servers and process them in your python program. This must obviously be limited, because the abuse potential is very high. Therefore you can not call … Continue reading
Upload Files with the AppEngine
If you want process an uploaded file in a cgi-programm, you often need to juggle with temporary files. How to do it with the Python in the AppEngine? Because you don’t have write access to a traditonal file system in … Continue reading
App Engine: first notes
My first impressions and some notes about programming for Googles App Engine. Continue reading