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:
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
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
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
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:
> >> &