Ask a Question related to Ubuntu, Design and Development.
-
Tony #1
Call to vote
Which Linux Distro Are You Running in 2006?
[url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]
--
Registered Linux User 406928
Ubuntu Breezy Badger 5.10
Register at [url]http://counter.li.org/[/url]
Tony Guest
-
Will someone please be a vote taker.
Mike Cox wrote: Didn't you hear the news? There shall be no vote. There are already a series of working PGSQL groups in the PGSQL hierarchy. A... -
NEWSGROUP CENSORSHIP - Vote YES
<savethescreenplays@hotmail.com> wrote in message news:1103264935.289325.310690@z14g2000cwz.googlegroups.com... This is a lie. The new newsgroup... -
NEWSGROUP CENSORSHIP - Vote NO
Lines: 8 Message-ID: <mOJwd.9176$Z27.2110@bignews5.bellsouth.net> X-Complaints-To: abuse@bellsouth.net X-Abuse-Info: Please forward a copy of all... -
Freehand MX Vote
"We acknowledge that Macromedia is discussing whether to develop and provide and update to Freehand MX, as told us by John J. Nosal, who represents... -
You are invited to vote in lounge contest
Those links aren't working for me. -
Simon #2
Re: Call to vote
On Wed, 26 Apr 2006 20:52:30 +0100, Tony wrote:
Wow that's close at the moment.> Which Linux Distro Are You Running in 2006?
>
> [url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]
Suse, Fedora and Ubuntu all at 24%
Simon Guest
-
Dirk Roos #3
Re: Call to vote
Simon wrote:
I'm sure that can be fixed ;-)> On Wed, 26 Apr 2006 20:52:30 +0100, Tony wrote:
>>>> Which Linux Distro Are You Running in 2006?
>>
>> [url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]
> Wow that's close at the moment.
--
Dirk Roos
Dirk Roos Guest
-
Simon J #4
Re: Call to vote
On Thu, 04 May 2006 17:21:49 +0000, Dirk Roos wrote:
This seems to work..> Simon wrote:
>>>> On Wed, 26 Apr 2006 20:52:30 +0100, Tony wrote:
>>>>>>> Which Linux Distro Are You Running in 2006?
>>>
>>> [url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]
>> Wow that's close at the moment.
> I'm sure that can be fixed ;-)
#!/usr/bin/perl
$stop = 100; # Number of votes to make
$count = 0; # A nil value
$timer = 0; # ditto
$delay = 100000000; # Time to get firefox up and ready
# Start firefox and wait for it to load fully
system "firefox &";
while ($timer < $delay) {
$timer++;
}
# Open links in firefox tabs, keeps process requirements down
while ($count < $stop) {
system "firefox \"http://linux.about.com/gi/pages/poll.htm?linkback=http://linux.about.com/Flibrary/Fbl/dist/bldist_poll.htm&poll_id=4113693387&poll=1&submit1= Submit+Vote\" &";
$count++;
}
# Let the pages load
$timer = 0;
while ($timer < $delay) {
$timer++;
}
# Shut firefox down again
system "killall firefox-bin";
exit;
Simon J Guest
-
Dirk Roos #5
Re: Call to vote
Simon J wrote:
Hé, you're cheating ! :-)> On Thu, 04 May 2006 17:21:49 +0000, Dirk Roos wrote:
>>>> Simon wrote:
>>>>>>> On Wed, 26 Apr 2006 20:52:30 +0100, Tony wrote:
>>>
>>>> Which Linux Distro Are You Running in 2006?
>>>>
>>>> [url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]
>>>
>>> Wow that's close at the moment.
>> I'm sure that can be fixed ;-)
> This seems to work..
>
> #!/usr/bin/perl
>
> $stop = 100; # Number of votes to make
> $count = 0; # A nil value
> $timer = 0; # ditto
> $delay = 100000000; # Time to get firefox up and ready
--
Dirk Roos
SUSE Linux 10.0 - ubuntu 5.04
Dirk Roos Guest
-
Michael #6
Re: Call to vote
"Dirk Roos" <droos@ekonet.be> schreef in bericht
news:K3L6g.408454$Rb5.11466801@phobos.telenet-ops.be...Hmm, suddenly Ubuntu is at 25% and Fedora dropped to 23%> Simon J wrote:
>>>> On Thu, 04 May 2006 17:21:49 +0000, Dirk Roos wrote:
>>>>>>> Simon wrote:
>>>
>>>> On Wed, 26 Apr 2006 20:52:30 +0100, Tony wrote:
>>>>
>>>>> Which Linux Distro Are You Running in 2006?
>>>>>
>>>>> [url]http://linux.about.com/library/bl/dist/bldist_poll.htm[/url]
>>>>
>>>> Wow that's close at the moment.
>>>
>>> I'm sure that can be fixed ;-)
>> This seems to work..
>>
>> #!/usr/bin/perl
>>
>> $stop = 100; # Number of votes to make
>> $count = 0; # A nil value
>> $timer = 0; # ditto
>> $delay = 100000000; # Time to get firefox up and ready
> Hé, you're cheating ! :-)
>
Wonder what happened... :P
Michael Guest
-
Moe Trin #7
Re: Call to vote
On Sat, 6 May 2006, in the Usenet newsgroup alt.os.linux.ubuntu, in article
<445c6e53$0$31650$e4fe514c@news.xs4all.nl>, Michael wrote:
>"Dirk Roos" <droos@ekonet.be>>> Simon J wrote:>>> This seems to work..
>>>
>>> #!/usr/bin/perlWhy not? The poll is totally useless - someone over in alt.os.linux.mandriva>> H<E9>, you're cheating ! :-)
and in alt.os.linux.suse was already pulling that trick last week.
Children discovered scripting, and the joker who had created the web page>Hmm, suddenly Ubuntu is at 25% and Fedora dropped to 23%
>Wonder what happened... :P
in the first place apparently knows nothing about secure programming. What
else would you expect?
Old guy
Moe Trin Guest



Reply With Quote

