Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Have a look at the fucking API. The searcher code doesn't even have a way to get any progress.
-
taosif711826ythe last line is incorrect, it should be
if(!minedEnoughBitcoins()){
showUpdateError();
} -
simmarith96yI would highly suggest to try the 'Install-WindowsUpdate'-Command from https://boxstarter.org/
It kicks the update service to get all the updates it can and installs it without any hesitation. I use this first thing on any windows machine I had to set up. It's also useful to run before an important meeting or anything else where you NEED your pc to function properly. -
mmyelf576yI don't actually use windows except for gaming but i'm curious. Is there really no way do disable automatic updates?
-
simmarith96y@mmyelf I don't know about that since I'd like to keep my system up to date for security reasons anyway. You can set 'active hours' though, in which your pc doesn't try to force restart. Again, I'd recommend to open a Boxstarter shell and just let 'Install-WindowsUpdates' run for once a month. That should suffice for any normal User.
-
toxicbyt3496y//Actual code
function update(){
print("10%");
print("30%");
print("50%");
print("99%");
_doActualUpdate();
if(!minedEnoughBitcoins()){
showUpdateError();
}else{
_initNSABackdoor();
print("100%");
return;
}
} -
It should be like this:
print("100%);
_doActualUpdate()
_minrBitCoins()
return; -
susan22-488dA fake bitcoin investor I met on facebook hacked my Binance wallet and took away my $563,200 worth of bitcoin. I almost killed myself until my elder sister in San Diego told me about Reclaim Wizard.๐ ณ๐ ผ(โ๐ทโโ๐ชโโ๐จโโ๐ดโโ๐ปโโ๐ชโโ๐ทโโ๐พโโ๐ฆโโ๐จโโ๐จโโ๐ชโโ๐ธโโ๐ธโโ๐จโโ๐ดโโ๐ฉโโ๐ชโ11 @ โ๐ฌโโ๐ฒโโ๐ฆโโ๐ฎโโ๐ฑ โ, โ๐จโโ๐ดโโ๐ฒโ ) or ( reclaimwizardrecovery @ consultant . com) they saved my life and helped me recover back my hacked wallet and track down the scammer. ๐๐ ท๐ ฐ๐-๐-๐ ฐ-๐ ฟ๐ ฟ(+ ๐ (๐๐๐ ) ๐๐๐ ๐ ๐๐๐)๐ฒ๐จ๐ฎ ๐ฐ๐ข๐ฅ๐ฅ ๐๐ฅ๐ฌ๐จ ๐ฌ๐ก๐๐ซ๐ ๐ฒ๐จ๐ฎ๐ซ ๐ญ๐๐ฌ๐ญ๐ข๐ฆ๐จ๐ง๐ฒ
Related Rants
windows update code
function update(){
print("10%");
print("30%");
print("50%");
print("99%");
_doActualUpdate();
_mineBitcoin();
print("100%");
return;
}
joke/meme
update
windows