Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.fan.rush-limbaugh > #2850058
| From | The Starmaker <starmaker@ix.netcom.com> |
|---|---|
| Newsgroups | alt.fan.rush-limbaugh, sci.physics, sci.physics.relativity |
| Subject | Re: Too Big To Rig???? |
| Date | 2024-10-14 16:23 -0700 |
| Organization | The Starmaker Organization |
| Message-ID | <670DA7E1.4172@ix.netcom.com> (permalink) |
| References | <6709746E.69F4@ix.netcom.com> <67097EEE.3DB4@ix.netcom.com> <67098772.E3E@ix.netcom.com> <670AC9EC.48B1@ix.netcom.com> |
Cross-posted to 3 groups.
Here's how to rig the voting machine
to ensure that Kamala's tally is always ahead by 57 percent:
--------------rig begins here------------------
$("#biden button").on('click', function(){
let $bidenTally = $("#biden .tally"),
$trumpTally = $("#trump .tally"),
bidenTally = parseInt($bidenTally.text()),
trumpTally = parseInt($trumpTally.text());
bidenTally++;
$bidenTally.text(bidenTally);
// Ensure Trump's tally is always 57% less than Biden's
trumpTally = Math.floor(bidenTally / 1.57);
$trumpTally.text(trumpTally);
return false;
});
$("#trump button").on('click', function(){
let $trumpTally = $("#trump .tally"),
$bidenTally = $("#biden .tally"),
trumpTally = parseInt($trumpTally.text()),
bidenTally = parseInt($bidenTally.text());
trumpTally++;
$trumpTally.text(trumpTally);
// Ensure Kamala's tally is always 57% more than Trump's
bidenTally = Math.ceil(trumpTally * 1.57);
$bidenTally.text(bidenTally);
return false;
});
----------------ends here--------------------------
https://codepen.io/rdetert/pen/KKMEbOZ
it's not too big to rig.
The Starmaker wrote:
>
> Too Big To Rig???? wat does dat mean?
>
> I mean,
> if i press the Trump vote a hundred million times..
> the other guy still wins!
>
> a rigged Dominion Voting Machine:
> https://codepen.io/rdetert/pen/KKMEbOZ
>
> How is dat Too Big To Rig????
>
> Maybe, it just means that Big rhymies with Rig.
>
> The Starmaker wrote:
> >
> > The Starmaker wrote:
> > >
> > > Oh, here is the 'source code' and Dominion Voting Machine up and ready
> > > out of the box!
> > >
> > > https://codepen.io/rdetert/pen/KKMEbOZ
> >
> > If you press only the Trump button over and over, the opposing party
> > still wins.
> >
> > --
> > The Starmaker -- To question the unquestionable, ask the unaskable,
> > to think the unthinkable, mention the unmentionable, say the unsayable,
> > and challenge the unchallengeable.
>
> --
> The Starmaker -- To question the unquestionable, ask the unaskable,
> to think the unthinkable, mention the unmentionable, say the unsayable,
> and challenge the unchallengeable.
--
The Starmaker -- To question the unquestionable, ask the unaskable,
to think the unthinkable, mention the unmentionable, say the unsayable,
and challenge the unchallengeable.
Back to alt.fan.rush-limbaugh | Previous | Next | Find similar
Re: Too Big To Rig???? The Starmaker <starmaker@ix.netcom.com> - 2024-10-14 16:23 -0700
csiph-web