rules from an xml file

2007-09-24 Thread jonny
I have a python code that manages some parameters using some variable rules that may change from day to day. I'd like that the code will self-modify according to rules parsed from a xml file: example:

Help with my programming homework (python, and raptor)

2013-11-06 Thread jonny seelye
Employee Salaries You are working for a medium sized construction company as an intern in the Information Technology department. A director in the Human Resources department recently asked the IT department to write a small program that will help them do a salary comparison. The progra

merge stdin, stdout?

2010-02-04 Thread jonny lowe
Hi everyone, Is there an easy way to merge stdin and stdout? For instance suppose I have script that prompts for a number and prints the number. If you execute this with redirection from a file say input.txt with 42 in the file, then executing ./myscript < input.txt > output.txt the output.txt m

Re: merge stdin, stdout?

2010-02-05 Thread jonny lowe
On Feb 4, 8:20 pm, exar...@twistedmatrix.com wrote: > On 01:56 am, jonny.lowe.12...@gmail.com wrote: > > > > >Hi everyone, > > >Is there an easy way to mergestdinandstdout? For instance suppose I > >havescriptthat prompts for a number and prints the number. If you > >execute this with redirection f

Re: merge stdin, stdout?

2010-02-06 Thread jonny lowe
On Feb 5, 11:10 pm, "Gabriel Genellina" wrote: > En Fri, 05 Feb 2010 17:39:07 -0300, jonny lowe > escribió: > > > > > > > On Feb 4, 8:20 pm, exar...@twistedmatrix.com wrote: > >> On 01:56 am, jonny.lowe.12...@gmail.com wrote: > >> &