Forums before death by AOL, social media and spammers... "We can't have nice things"
|    sci.physics    |    Physical laws, properties, etc.    |    178,769 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 176,837 of 178,769    |
|    The Starmaker to The Starmaker    |
|    Re: Too Big To Rig????    |
|    14 Oct 24 16:23:13    |
   
   XPost: alt.fan.rush-limbaugh, sci.physics.relativity   
   From: starmaker@ix.netcom.com   
      
   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.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca