Windows

Qt Creator

Cross-platform integrated development environment

Description: 

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
  • Few very small bugfixes

Tags: 

TSP Solver and Generator

Generate and solve Travelling Salesman Problems

Description: 

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.

This project was originally born as an Open Source rewrite of my University coursework Branch and bound method of solving Travelling Salesman Problem.

Tags: 

Algorithms of using GIS means in the specialized tasks of managing graphical objects of forestry

This project is archived.

Description: 

The Degree project “Algorithms of using GIS means in the specialized tasks of managing graphical objects of forestry”. A part of the software complex developed in the Institute of Problems of Mathematical Machines and Systems of the National Academy of Sciences of Ukraine for a government production association “Укрдержліспроект” (Ukrainian state forest management production association).

My contribution: 

The Degree project was developed together with my classmate: my focus was on the code and his — on the documentation. Implemented as VBA add-in for ArcMap component of ESRI ArcGIS Desktop.

Branch and bound method of solving Travelling Salesman Problem

This project is archived.

Description: 

Application for generating and solving Travelling Salesman Problem tasks. This application was later rewritten from scratch as an Open Source cross-platform Qt-based application TSP Solver and Generator.

My contribution: 

This application was written as my University assignment (coursework “Branch and bound method of solving Travelling Salesman Problem”). I needed to make a corrections to the algorithm of already existing application, but I ended up making corrections, additions and redesign of the whole application.

Endoscopy cabinet

This project is archived.
Application for keeping patient records

Description: 

Application for keeping records of patients in the diagnostic center in New Kahovka, Ukraine.

My contribution: 

This application was written by me on request of my friend’s father.

CD-ROM Open/Close

This project is archived.

Description: 

A small tool that sits in the system tray and opens/closes your CD/DVD drive when you double-click its icon.

My contribution: 

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.

Subscribe to RSS - Windows