Two new releases of Fahrplan were released yesterday. Version 2.0.22 was already approved in all relevant app stores. Version 2.0.23 is still in the review process for BlackBerry World and Jolla Store.
Both of them are hotfixes for broken bahn.de service. So if you were getting “Unknown error occurred with the backend (error 12)” error message, be sure to go and update Fahrplan.
Except for the fix of bahn.de, version 2.0.22 contains an improved About page.
A new version of Fahrplan was released today. It’s already available for Symbian users from Fahrplan website and Nokia N9 / N950 users from OpenRepos.net. All other users should check their respective app stores in a few days or wait until they get upgrade notification.
A new version of Fahrplan was released last week. By this date, it should already be approved in all relevant app stores so feel free to go and update it.
Qt Creator is a cross-platform integrated development environment (IDE) tailored to the needs of Qt developers. Qt Creator runs on Windows, Linux/X11 and Mac OS X desktop operating systems, and allows developers to create applications for multiple desktop and embedded device platforms.
My contribution:
Modified CMake plugin to work correctly with RemoteLinux plugin
Added possibility to ignore missing files while deploying with Remote Linux plugin
TAO Translator uses online translation services to provide translations. It supports Google Translate, Microsoft Translator (a.k.a. Bing Translator), Yandex.Translate, and Yandex.Dictionaries services. More services might be added in future.
TSP Solver and Generator is intended to generate and solve Travelling Salesman Problem tasks. It uses Branch and Bound method for solving. Its input is a number of cities and a matrix of city-to-city travel costs. The matrix can be populated with random values in a given range (which is useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving and a solving graph. The task can be saved in an internal binary format and opened later.
My contribution:
I am the author of this project. The project is currently “on hold” due to the lack of my spare time. But it will be revived, eventually.