Re: [Hampshire] Videos from last weekend's meeting

Top Page

Reply to this message
Author: James Courtier-Dutton
Date:  
To: adam.trickett, Hampshire LUG Discussion List
CC: 
Subject: Re: [Hampshire] Videos from last weekend's meeting
On 10/12/06, Adam Trickett <adam.trickett@???> wrote:
> On Sunday 10 December 2006 10:28, Tony Whitmore wrote:
> > The talk videos from last weekend's meeting are available from the wiki:
> >
> > http://www.hantslug.org.uk/cgi-bin/wiki.pl?TechTalks/2ndDecember2006
> >
> > I have created additional larger resolution versions of Pete's talk as
> > it included a lot of content that was not on the presentation slides and
> > didn't look very clear at the lower res.
> >
>
> As every many thanks for performing this service, it makes the talks more
> widely accessible to everyone.
>


I agree that the talks are great.
I saw the glade/python video as I did not make it to the meet.
I am about to write an application that does code translation
(assembler into C), and I want to have 2 columns. The left hand one
will be the original code and the right column will be the output
code. So, if one scrolls one of the text windows, they both move
together, so one can compare line by line that the code matches. Is
glade/python a good choice. All the conversion engine will be in C
code, but the GUI and text boxes I would like to do in some easy
programming language like python.
Any recommendations?

James