هر چه دیدیم و شنیدیم همه وهم شد از بیخ فرو ریخت
هرچه گشتیم و بدیدیم همان لحظه دیدار فرو ریخت
خاک بودیم و ندیدیم و پی یار به هر کوچه دویدیم
ولی اندوه که آتش پس هر کوچه این جهل فرو ریخت

Thou shalt programme
هر چه دیدیم و شنیدیم همه وهم شد از بیخ فرو ریخت
هرچه گشتیم و بدیدیم همان لحظه دیدار فرو ریخت
خاک بودیم و ندیدیم و پی یار به هر کوچه دویدیم
ولی اندوه که آتش پس هر کوچه این جهل فرو ریخت
My dad grows some fat, beautiful, blood red roses in our house at Tabriz. The yard is full of beautiful flowers and plants. Packing my bags to leave home again (probably for a long time) I thought I should take a couple of photos of those beautiful roses. Here are two of them.
Petroleum Software Ltd. (PSL) was present during the Iran Oil Show 2015. As a manufacturer of Multiphase Flow Meters, PSL and its product esmerMPFM was on display during the exhibition and visitors were helped with their questions about esmerMPFM.
Continue reading “20th International Oil, Gas, Refining & Petrochemical Exhibition”
بشمار، ببین، بو کن همینجاست ولی پنهان و بی صورت
قلم، اعداد و اشکال فریبا، بی صدا تا بی نهایت
هندسه، شب، روز و فردا، بی زمان، بی شکل اما
همچنان جاری، حقیقت، پاسخ هر پرسش بی پاسخت
Having many programs with Shell Overlay Icons in Windows will cause some of them to not appear. This is because there is a limit to how many Shell Overlay Icons. (Not sure but I think it’s around 10 icons)
Below is an example of a Shell Overlay Icon.
To overcome this problem you need to run “regedit” and edit the registry entries in the path below:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers
Just delete any entries you don’t need and restart.
I participated in a hackathon hosted by Hürriyet (http://www.hurriyethackathon.com) along with my friends Erisn and Sinan. It lasted more than 48 hours, full of coding, designing and debugging. We were awarded as the third best project. There were 54 groups from all around Turkey with some really great ideas and projects. Our group was called T2K and our project was named Elizabeth. Below is the video we used for presentation at the finals. It’s also a description of the project. Continue reading “Hürriyet Mobil Hackathon Winners”
A multiphase flow meter is a device used to measure the individual phase flow rates of constituent phases in a given flow (for example in oil and gas industry) petroleum, water and gas mixtures produced during oil production processes.
Following slides contain valuable information on Qt, Android and JNI that were presented during Qt Developer Days 2014.
How to call a Java function using C++ (Qt) and how to call-back a C++ (Qt) function using Java are described here.
Extending your Qt Android application using JNI
They’re originally taken from http://www.qtdeveloperdays.com
A link to my Qt forums profile.
I use the code from the following article to allow only a single instance of my programs (mostly written using Qt Framework) to run on Windows. Some programs (specially the ones which connect to a specific type of hardware or resource) need this limitation to avoid conflicts.
Please also note that this code is specific to Windows.