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.
Мій внесок:
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 призначений для створення та розв’язку задач комівояжера. Він використовує метод гілок та меж. Вхідними даними є кількість міст та матриця вартостей переїзду з міста у місто. Матриця може бути заповнена випадковими значеннями (корисно для створення завдань). Результатом розв’язку є оптимальний маршрут, його вартість, покрокові матриці та граф розв’язку. Завдання може бути збережене у внутрішньому форматі та відкрите пізніше.
Мій внесок:
Я є автором цього проекту. На даний момент, проект знаходиться в стані «on hold», у зв’язку з нестачею в мене вільного часу. Але я планую відновити над ним роботу, як тільки це стане можливим.
A small tool that sits in the system tray and opens/closes your CD/DVD drive when you double-click its icon.
Мій внесок:
I wrote this program primarily for personal use, when my computer’s system block was standing in a way that it wasn’t convenient to reach CD-ROM drive open button from my seat, but opened CD-ROM tray was still reachable.
A simple, Paint-like graphics painting program for MS-DOS. Pictures are saved and loaded in it’s own binary format. Supports up to 256 colors in 640x480 resolution and comes with a library (‘unit’ in Pascal terms) that allows pictures to be used in other Pascal programs.