[LUGSB] haha

Harlan Crystal harlan at sdf1.cc
Fri Nov 7 12:37:43 EST 2003


I love how when I search google for information on rand() % range
low order bits problems, a post from chip is the first thing that comes
up

-har

-- 
Harlan Crystal          Tel: 607-339-1139
AIM: "HarlanCrystal"    WWW: http://www.people.cornell.edu/pages/hpc4/
>From harlan at sdf1.cc Sun Nov  9 17:34:28 2003
Received: from sdf1.cc (66-65-6-44.nyc.rr.com [66.65.6.44])
	hA9MYRA1030469
	for <lugsb at fsl.cs.sunysb.edu>; Sun, 9 Nov 2003 17:34:28 -0500
Received: from harlan by sdf1.cc with local (Exim 3.35 #1 (Debian))
	id 1AIy8X-0000Mz-00
	for <lugsb at fsl.cs.sunysb.edu>; Sun, 09 Nov 2003 17:34:25 -0500
Date: Sun, 9 Nov 2003 17:34:25 -0500
From: Harlan Crystal <harlan at sdf1.cc>
To: lugsb at fsl.cs.sunysb.edu
Message-ID: <20031109223425.GA1209 at sdf1.cc>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
X-Operating-System: Debian Linux 2.4.20
X-Mailer: Mutt 1.3.28i (2002-03-13)
Subject: [LUGSB] How's C#/GTK# looking?
X-BeenThere: lugsb at fsl.cs.sunysb.edu
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: Linux Users Group at Stony Brook <lugsb at fsl.cs.sunysb.edu>
List-Id: Linux Users Group at Stony Brook <lugsb.fsl.cs.sunysb.edu>
List-Unsubscribe: <http://www.fsl.cs.sunysb.edu/mailman/listinfo/lugsb>,
	<mailto:lugsb-request at fsl.cs.sunysb.edu?subject=unsubscribe>
List-Archive: <http://lists.fsl.cs.sunysb.edu/pipermail/lugsb>
List-Post: <mailto:lugsb at fsl.cs.sunysb.edu>
List-Help: <mailto:lugsb-request at fsl.cs.sunysb.edu?subject=help>
List-Subscribe: <http://www.fsl.cs.sunysb.edu/mailman/listinfo/lugsb>,
	<mailto:lugsb-request at fsl.cs.sunysb.edu?subject=subscribe>
X-List-Received-Date: Sun, 09 Nov 2003 22:34:28 -0000


Hey all,

I recently got involved with a machine vision project in which the GUI 
was written in C# with windows forms.  Our current goal is to make the 
program portable to Linux systems as well.  My first inclination is to
re-write the GUI using GTK & C but I was recommended to look into C# on
Linux and C# wrappers for GTK.

Has anyone developed with C# or the GTK# package or have any opinions about
it?

thanks
-har

-- 
Harlan Crystal          Tel: 607-339-1139
AIM: "HarlanCrystal"    WWW: http://www.people.cornell.edu/pages/hpc4/
>From markdrago at mail.com Sun Nov  9 17:51:29 2003
Received: from mail.ic.sunysb.edu (mail.ic.sunysb.edu [129.49.1.4])
	hA9MpTA1030575
	for <lugsb at fsl.cs.sunysb.edu>; Sun, 9 Nov 2003 17:51:29 -0500
Received: from postal.ic.sunysb.edu (mail [129.49.1.4])
	by mail.ic.sunysb.edu (8.12.10/8.12.10) with SMTP id hA9MoebU020596
	for <lugsb at fsl.cs.sunysb.edu>; Sun, 9 Nov 2003 17:51:31 -0500 (EST)
Received: from smtp.ic.sunysb.edu ([129.49.1.24])
 by postal.ic.sunysb.edu (SAVSMTP 3.1.1.32) with SMTP id M2003110917513121981
 for <lugsb at fsl.cs.sunysb.edu>; Sun, 09 Nov 2003 17:51:31 -0500
Received: from localhost.localdomain (198-193.resnet.stonybrook.edu
	[130.245.198.193])
	by smtp.ic.sunysb.edu (8.12.10/8.12.10) with ESMTP id hA9MpV0h020909
	for <lugsb at fsl.cs.sunysb.edu>; Sun, 9 Nov 2003 17:51:31 -0500 (EST)
Subject: Re: [LUGSB] How's C#/GTK# looking?
From: Mark <markdrago at mail.com>
To: Linux Users Group at Stony Brook <lugsb at fsl.cs.sunysb.edu>
In-Reply-To: <20031109223425.GA1209 at sdf1.cc>
References: <20031109223425.GA1209 at sdf1.cc>
Content-Type: text/plain
Message-Id: <1068418286.1004.6.camel at localhost.localdomain>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.5 
Date: Sun, 09 Nov 2003 17:51:26 -0500
Content-Transfer-Encoding: 7bit
X-BeenThere: lugsb at fsl.cs.sunysb.edu
X-Mailman-Version: 2.1.1
Precedence: list
Reply-To: Linux Users Group at Stony Brook <lugsb at fsl.cs.sunysb.edu>
List-Id: Linux Users Group at Stony Brook <lugsb.fsl.cs.sunysb.edu>
List-Unsubscribe: <http://www.fsl.cs.sunysb.edu/mailman/listinfo/lugsb>,
	<mailto:lugsb-request at fsl.cs.sunysb.edu?subject=unsubscribe>
List-Archive: <http://lists.fsl.cs.sunysb.edu/pipermail/lugsb>
List-Post: <mailto:lugsb at fsl.cs.sunysb.edu>
List-Help: <mailto:lugsb-request at fsl.cs.sunysb.edu?subject=help>
List-Subscribe: <http://www.fsl.cs.sunysb.edu/mailman/listinfo/lugsb>,
	<mailto:lugsb-request at fsl.cs.sunysb.edu?subject=subscribe>
X-List-Received-Date: Sun, 09 Nov 2003 22:51:29 -0000

Harlan,
I toyed with C#/GTK# once.  And, when I say toyed, I mean toyed.  I
created a window with one big button in it and when you pushed the
button it printed 'Hello World' to the console.  However, the time that
I spent working with it (2 hours) was enjoyable.  I'm not sure on the
state of GTK# on windows, but I don't see why it would be a problem. 
I'd recommend it over redoing everything in C & GTK.  If you already
have a bunch of working C# code, keep it.  The mono project is expecting
a version 1.0 release near the year's end.

--Mark.


On Sun, 2003-11-09 at 17:34, Harlan Crystal wrote:
> Hey all,
> 
> I recently got involved with a machine vision project in which the GUI 
> was written in C# with windows forms.  Our current goal is to make the 
> program portable to Linux systems as well.  My first inclination is to
> re-write the GUI using GTK & C but I was recommended to look into C# on
> Linux and C# wrappers for GTK.
> 
> Has anyone developed with C# or the GTK# package or have any opinions about
> it?
> 
> thanks
> -har



More information about the lugsb mailing list