Wanna Study JavaScript?
For those of us who would want to study JavaScript, here's a plan you should try. Follow the blog FreeCodeCamp on Medium. It has the best coding tuts around. I use it to learn programming.
» @TechByte
For those of us who would want to study JavaScript, here's a plan you should try. Follow the blog FreeCodeCamp on Medium. It has the best coding tuts around. I use it to learn programming.
» @TechByte
freeCodeCamp
A Beginner’s JavaScript Study Plan
So you want to learn JavaScript? Congratulations! In 2017, there are more resources available than ever before, in a wide variety of…
Is your Facebook account hacked or compromised? Do you want to get it back?
Go to facebook.com/hacked to get control of it once more.
Go to facebook.com/hacked to get control of it once more.
@TechByte.IG_Hoot.apk
542.9 KB
IG Hoot will help you increase your Instagram followers, likes and comments.
› @TechByte
› @TechByte
Free Bitcoin Game
Wanna get free bitcoin? It's easy. Just download and play this game and win free bitcoin. Build the biggest blockchain and get up to 40000 satoshi. Withdraw the balance directly to your bitcoin wallet immediately after you reach 20000 satoshi.
Download through this link to get up to 15% more rewards: http://www.bitcoingameapps.com/track.php?ref=4063091
Wanna get free bitcoin? It's easy. Just download and play this game and win free bitcoin. Build the biggest blockchain and get up to 40000 satoshi. Withdraw the balance directly to your bitcoin wallet immediately after you reach 20000 satoshi.
Download through this link to get up to 15% more rewards: http://www.bitcoingameapps.com/track.php?ref=4063091
Tech Byte™
What is Bitcoin Bitcoin (BTC) is a cryptocurrency and a digital payment system invented by an unknown programmer, or a group of programmers, under the name Satoshi Nakamoto. It was released as open-source software in 2009. The system is peer-to-peer, and…
If you still haven't understood bitcoin, read this.
Well as I mentioned earlier, bitcoin is a cryptocurrency (a currency, like dollars or francs, that is encrypted). It's basically digital money. Like paper money, you can buy stuff online with bitcoins, if the service you're buying from allows it. You can convert it into ordinary money to your PayPal, Paytm, Payeer, or other mobile money wallets, from there, you can withdraw it to your bank account.
Bitcoin is the best anonymous way of transferring money around the world. All transanctions are visible on the internet, therefore reducing the chance of fraudulent transfers. No one runs bitcoin, so no one can "hack" bitcoin servers and add bitcoin to your wallet. It is hosted through many different nodes (computers) around the world, just like torrents and Tor networking.
You may have noticed me mentioning satoshi. Named after the inventor(s) of bitcoin, Satoshi is the smallest unit of bitcoin. 1 satoshi is a thousandth of a bitcoin (1 bitcoin = 1000 satoshi). One bitcoin (BTC) currently goes for 2,249.99 US dollars (USD). Get enough bitcoins, who knows, maybe you'll be the next Bill Gates.
Happy mining! ⛏
Well as I mentioned earlier, bitcoin is a cryptocurrency (a currency, like dollars or francs, that is encrypted). It's basically digital money. Like paper money, you can buy stuff online with bitcoins, if the service you're buying from allows it. You can convert it into ordinary money to your PayPal, Paytm, Payeer, or other mobile money wallets, from there, you can withdraw it to your bank account.
Bitcoin is the best anonymous way of transferring money around the world. All transanctions are visible on the internet, therefore reducing the chance of fraudulent transfers. No one runs bitcoin, so no one can "hack" bitcoin servers and add bitcoin to your wallet. It is hosted through many different nodes (computers) around the world, just like torrents and Tor networking.
You may have noticed me mentioning satoshi. Named after the inventor(s) of bitcoin, Satoshi is the smallest unit of bitcoin. 1 satoshi is a thousandth of a bitcoin (1 bitcoin = 1000 satoshi). One bitcoin (BTC) currently goes for 2,249.99 US dollars (USD). Get enough bitcoins, who knows, maybe you'll be the next Bill Gates.
Happy mining! ⛏
Creating a Secret Folder
Keeping files and folders secret has always been a challenge, especially if a common computer is used by all family members. Well, luckily for you, I have this guide.
Read on, try it out and share it!
@TechByte
</lesson_001:> ...using NotePadKeeping files and folders secret has always been a challenge, especially if a common computer is used by all family members. Well, luckily for you, I have this guide.
Read on, try it out and share it!
@TechByte
1⃣Open Notepad
Press Win+R and type "notepad"
When it opens, tap/press the code below to copy it and paste it in the Notepad document. Then save it as a .bat file
@TechByte
Press Win+R and type "notepad"
When it opens, tap/press the code below to copy it and paste it in the Notepad document. Then save it as a .bat file
@TechByte
cls
@ECHO OFF
title Folder Secure
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Secure goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Secure "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter the Password to unlock folder
set/p "pass=>"
if NOT %pass%== errorcode401 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Secure
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid Password
goto end
:MDLOCKER
md Secure
echo Secure created successfully
goto End
:EndNow double click that .bat file to open it. A command prompt shell will open. If you go back to where you saved that .bat, you'll see a new folder called "Secure" (we created it in the code you just copied).
Move all your secret content to that folder.
Move all your secret content to that folder.
Tech Byte™ via @bold
TechCrunch
The KeyOne is the phone BlackBerry should have made 10 years ago
The KeyOne is a device from an alternative timeline where BlackBerry didn’t completely whiff and miss the touchscreen revolution. In that parallel universe, Biff Tannen wasn’t elected president and nobody forced devoted thumb-typers to abandon their beloved…
Tech Byte™
Hacking : Beginners Guide by Alex Wagner | @TechByte
@TechByte • Hacking Beginner's Guide.pdf
1.1 MB
How to Get Stock Photos for Free
Enter the URL of any ShutterStock web page and this tool will generate a high-res photo without watermark as a JPG image that you can download.
https://keepjpg.com/
#tutorial #HowTo
</lesson_001.0:> keepjpgEnter the URL of any ShutterStock web page and this tool will generate a high-res photo without watermark as a JPG image that you can download.
https://keepjpg.com/
#tutorial #HowTo
Tech Byte™ via @like
Shopping at Foot Locker?
If you want to shop at footlocker.com, use this coupon code below to get a 15% discount on purchases exceeding $75. Tap to copy it and paste it in the website during checkout.
Offer expires on July 1, 2017
#coupon @TechByte
If you want to shop at footlocker.com, use this coupon code below to get a 15% discount on purchases exceeding $75. Tap to copy it and paste it in the website during checkout.
Offer expires on July 1, 2017
LKS1763M#coupon @TechByte