suggestions sought for a framework for a quick, dirty, really simple GUI prototype

2012-07-18 Thread Oleg Goldshmidt
Hi, I have no - literally zero - experience in creating GUIs of any kind. I face the following task now: there is a C++ program that runs on Linux and basically receives some packets with some data over the network and does some transformations on the data. As a result some data structures are cre

kacpid + kacpi_notify thrash CPU on CentOS 6?

2012-07-18 Thread Oleg Goldshmidt
Hi, I have a new computer with CentOS 6. I happened to start a rather long task that I think is memory-, but not CPU-, intensive. Just for the fun of it I started top, and was very surprised to see that the first two lines were always PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COM

[Test Message] Ignore or Acknowledge

2012-07-18 Thread Shlomi Fish
This is a test message which is safe to ignore. It was sent at roughly: Wed Jul 18 14:00:55 IDT 2012 I am sending it because I had problems sending E-mails from my home address. Regards, -- Shlomi Fish -- -- Shlomi Fish http://www.shlomifish.org/ Elect

Re: [Test Message] Ignore or Acknowledge

2012-07-18 Thread Shlomi Fish
Hi all, On Wed, Jul 18, 2012 at 2:01 PM, Shlomi Fish wrote: > This is a test message which is safe to ignore. It was sent at roughly: > > Wed Jul 18 14:00:55 IDT 2012 > > I am sending it because I had problems sending E-mails from my home address. > OK, I now see that this message arrived at the

Re: suggestions sought for a framework for a quick, dirty, really simple GUI prototype

2012-07-18 Thread Omer Zak
Hello Oleg, You may want to split your application into two parts. The engine part (written in C++) will transform the data and write to sys.stdout the updates to the data with keys for identifying the data items. The GUI part will be written in one of the scripting languages, read from sys.stdin

Re: suggestions sought for a framework for a quick, dirty, really simple GUI prototype

2012-07-18 Thread Gilboa Davara
On Wed, Jul 18, 2012 at 11:50 AM, Oleg Goldshmidt wrote: > > Hi, > > I have no - literally zero - experience in creating GUIs of any kind. I > face the following task now: there is a C++ program that runs on Linux and > basically receives some packets with some data over the network and does > som

Re: OT: clean out your junkpile (suff wanted)

2012-07-18 Thread vordoo
On 07/18/2012 02:09 PM, Shlomi Fish wrote: OK, I now see that this message arrived at the mailing list and was displayed at the archives almost instantly. However, an earlier E-mail that I had sent from my home (and preferred) address of shlo...@shlomifish.org did not arrive. So there appears t

Re: [Test Message] Ignore or Acknowledge

2012-07-18 Thread vordoo
On 07/18/2012 02:09 PM, Shlomi Fish wrote: OK, I now see that this message arrived at the mailing list and was displayed at the archives almost instantly. However, an earlier E-mail that I had sent from my home (and preferred) address of shlo...@shlomifish.org did not arrive. So there appears t

Fwd: Fw: suggestions sought for a framework for a quick, dirty, really simple GUI prototype

2012-07-18 Thread Shlomi Fish
-- Forwarded message -- From: Shlomi Fish Date: Wed, Jul 18, 2012 at 3:58 PM Subject: Fw: suggestions sought for a framework for a quick, dirty, really simple GUI prototype To: shlo...@gmail.com Begin forwarded message: Date: Wed, 18 Jul 2012 13:04:16 +0300 From: Shlomi Fish

Re: suggestions sought for a framework for a quick, dirty, really simple GUI prototype

2012-07-18 Thread Meir Michanie
I wish there was a like button to the email thread. Two thumps up, even do I love Perl and I think it is r34dabl3. :) On Wed, Jul 18, 2012 at 3:28 PM, Gilboa Davara wrote: > On Wed, Jul 18, 2012 at 11:50 AM, Oleg Goldshmidt wrote: >> >> Hi, >> >> I have no - literally zero - experience in creati

Re: suggestions sought for a framework for a quick, dirty, really simple GUI prototype

2012-07-18 Thread Shlomi Fish
Hi, On Wed, Jul 18, 2012 at 4:33 PM, Meir Michanie wrote: > I wish there was a like button to the email thread. > Two thumps up, even do I love Perl and I think it is r34dabl3. > :) Well, you can always "like" the posts' URL on StumbleUpon: * http://www.stumbleupon.com/ * http://en.wikipedia.o

Re: suggestions sought for a framework for a quick, dirty, really simple GUI prototype

2012-07-18 Thread Ori Berger
On 07/18/2012 04:50 AM, Oleg Goldshmidt wrote: What is important here is speed and painless ramp-up to some fairly low level. I want to be up and running as fast as possible with as little coding as possible. No need for bells and whistles. No need for long term maintenance. It is for a throw awa

Re: suggestions sought for a framework for a quick, dirty, really simple GUI prototype

2012-07-18 Thread Shimon Panfil
Quoting Oleg Goldshmidt : Hi, I have no - literally zero - experience in creating GUIs of any kind. I face the following task now: there is a C++ program that runs on Linux and basically receives some packets with some data over the network and does some transformations on the data. As a resul