The problem is, the program is quite big. And it is written in C. I'm still on
chapter 4 of K&R. I don't think it would make any difference even after i
finished it. I've read that the program writes the final tally of values into a
text file, perhaps I will just try to parse it.
thanks.
---
On Sun, Apr 12, 2009 at 21:58, Gunnar Hjalmarsson wrote:
> Chas. Owens wrote:
>>
>> my @rank = qw/ 2 3 4 5 6 7 8 9 10 J Q K A /;
>
> my @rank = qw/A 2 3 4 5 6 7 8 9 10 J Q K A /;
> --^
snip
That depends on who you play with. Also, if you make that change you
need to check the
Chas. Owens wrote:
my @rank = qw/ 2 3 4 5 6 7 8 9 10 J Q K A /;
my @rank = qw/A 2 3 4 5 6 7 8 9 10 J Q K A /;
--^
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail
On Sun, Apr 12, 2009 at 18:34, Andrew Fithian wrote:
> Hello everyone,
> I have a program that needs to find straights in a hand of cards. The hand
> is a string with no whitespace sorted by the cards' ranks, eg "9d10cJhQsKd".
> How can I identify if that hand contains a straight with a single reg
Andrew Fithian wrote:
I have a program that needs to find straights in a hand of cards.
Only straights?
The hand is a string with no whitespace sorted by the cards' ranks,
eg "9d10cJhQsKd". How can I identify if that hand contains a straight
with a single regex?
Why on earth would you want
On Sun, Apr 12, 2009 at 17:02, Michael Alipio wrote:
>
> Hi,
>
> My problem is the program I want to watch the output of doesn't output
> stream of data. instead, data is presented on the screen and values
> change constantly, e.g increasing counters. I think it is more like the
> top program. How
Hello everyone,
I have a program that needs to find straights in a hand of cards. The hand
is a string with no whitespace sorted by the cards' ranks, eg "9d10cJhQsKd".
How can I identify if that hand contains a straight with a single regex? Is
that even possible?
Is there a way to escape the regex
Hi,
My problem is the program I want to watch the output of doesn't output stream
of data. instead, data is presented on the screen and values change constantly,
e.g increasing counters. I think it is more like the top program. How do i tell
the program to be on logging mode like top?
--- On
On Sun, Apr 12, 2009 at 14:14, Michael Alipio wrote:
>
> Hi,
>
> I have a program that constantly displays values on the screen. The program
> 'ping' for example.
>
> What I'd like to do is watch the output and as soon as i see some values, i
> would do something. For example, as suppose when pi
Hi,
I have a program that constantly displays values on the screen. The program
'ping' for example.
What I'd like to do is watch the output and as soon as i see some values, i
would do something. For example, as suppose when pinging a host I would
constantly get a reply. however, if I remove
On Fri, Apr 10, 2009 at 11:48 AM, Zhao, Bingfeng wrote:
> With windows platform, there is also a similar way, you can use psexec
> utility from sysinternals, now acquired by Microsoft -
> http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx
>
> I had done a lot remote management with it a
I read a lot of messages and faqs, but nothing helps really.
I tried to attach the messages during the ./Configure and the make, but
the mailing list accepts only 50kB.
I filtered the messages a little bit
Where is the error, what goes wrong?
The System is a at91 ARM CPU from Atmel, i use
Kelly Jones wrote:
I want to ASCII-ify the
geonames alternatenames table using iso-8859-1.
Also try Text::Unidecode.
--
Ruud
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
13 matches
Mail list logo