As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 12 years ago.
Lets say you r going to develop a photo editng software for win, linux and mac os. What language-gui woild you choose?
Dont tell me java because i dont like swing at all.
Thanks
You should give QT of Trolltech a try, its a C++ framework which you can use
to develop nice GUI applications on almost any platform
QT Website
There's a cross-platform GUI toolkit called wxWidgets. It's a C++ library, but it has binding for Python, and possibly other languages as well. It works on all of the operating systems you've mentioned. I've used it successfully in the past, although it has been a while.
http://www.wxwidgets.org/
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
can some one tell me what linux distribution is better. Linux mint or Kali linux?
I think this question doesn't belong here, but I will try to answer it. Almost every distribution is suitable for programming, since you can install all the tools you want in every distro. Pick a distro you are comfortable with.
If you are just starting out and are unfamiliar with linux, I suggest trying out Ubuntu or Mint. I don't have any experience with Kali linux, but according to the wikipedia article it is aimed at digital forensics and includes wireshark, nmap and other network tools. Again, these are tools you can install in every linux distro.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to choose an open source BPEL engine for my work. I'm new to BPEL and I've never worked with any BPEL engine. Which engine would you recommend me that is easy to configure and use for a begginer? Brief explanation but I really have to experience at all.
We use Apache ODE at work, and it works fine. The project support we have via mailing lists is enough for us.
I used Oracle's BPEL engine about two years ago. It was both a nightmare to configure, and fairly half-baked in terms support. Even their example code didn't work properly. Things may have changed since then.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to use Linux for Web Development, I also want to manage a Linux server. So which is the best option for me:
Use one Linux distro for programming, and another for server.
Use one Linux distro for both purposes, if so, which Linux distro is good for both purposes?
Anybody can give me some suggestions?
I can advice you to use debian (http://www.debian.org/) for both development and production environments but this is my own preference.
This is the classic question where everyone has their own opinion and nobody wins...
Ubuntu it's easy to use, you can use apt-get to install basically everything you need.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I want to build a new desktop environment for linux like KDE or GNOME, not that much complex, i just want a new windowing system, a new desktop, just like that with some simple functionalities.
But the problem is i don't know where to start. Is it possible to use toolkits like Qt or wxWidgets for this purpose or should i start from anything other? I can program in languages c, c++, java ...
Is this X11 or X Window System have any relation with this. Can anybody tell me where should i start.
Desktop environments on Linux consist of many interconnected components. You should start by reading about how existing desktop environments work: what components they contain, and how they work together.
The information you need is on the internet. Look at Wikipedia (for example, the Desktop environment page, Windowing system and X Window System pages). Look at freedesktop.org, and its Specifications page. Google for other information.
The fact that you're asking questions about whether X11 or X Window System has any relation to this task indicates that you don't yet have a good understanding of the main software components of a Linux desktop. Luckily, that problem is easy to solve: you just have to do some reading.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I want to learn linux developing.
I develop for the last 8 years on visual studio (C++ / C# ) - and i want to setup some linux version on my machine and start to learn developing on linux.
What is the best ( and easy ) version that i can use ?
Does there is any site or book that i can learn from ?
Thanks for any help.
My guess would be one of the latest ubuntu releases.