Skip to main content

Here's what a VPN can't protect you from (but you need to use it)

The abbreviation " VPN " has slowly become established among average Internet users, which is certainly good, but the problem is that people have started to see VPN as the ultimate solution to all problems.

Make a calculator in notepad

Make a calculator in notepad

Make a calculator in notepad? It is possible!

To do this, we will use so-called batch commands. These are the commands that are knocked on that "black window", ie CMD.

First, open Notepad and paste this Code:

@ECHO OFF
color 0a
title Calc
ECHO do-you-know-tech.blogspot.com/
ECHO -----------------------------------------------------
ECHO * = Multiplication
ECHO + = Addition
ECHO - = Subtraction
ECHO / = Division
:loop
echo.
echo -----------------------------------------------------
ECHO [Input expression and hit Enter]
SET /p UDefine=
SET /a UDefine=%UDefine%
ECHO =
ECHO %UDefine%
ECHO.
goto loop

Save it in .bat format and that's it. Like this: Save as > calculator.bat

This calculator does NOT count decimal numbers. That's why I made one, a much more complex that calculates decimals. It has been updated to version 2.2 and a lot of options have been added.

You can download it from THIS link.

Comments

Popular this month

YouTube Vanced is down! These are alternatives

The popular replacement for the YouTube app - Vanced - will no longer be available for download. Namely, the authors (due to "legal reasons") had to stop the development of their application and announce that the download links will be unavailable soon.

How to copy text from an image (in 2 clicks, free)

Copying text online is certainly an action we do many times during the day, but the problem is that the text from the image cannot be copied - we have to retype it. However, today there are intelligent OCR tools for image text recognition.

To click on the post or not?

Recently, Facebook has been flooded with " click bait " posts, and sometimes you don't know if there is something really useful behind that post or if it's just collecting clicks. There is a plugin that can partially reveal this to you. Nothing special, it's a Chrome extension called " Photo Zoom ". What does he actually do? Enlarges the image you hover over by loading the source address of the image . How can it help? Clickbait posts often "trick" users into clicking with an image (in addition to terrible headlines). They place those pictures so that only a part of them is visible on the Facebook wall and just enough to interest your potential. If you want to see the whole thing, you have to click on the link, which is their goal.

Make an easy professional banner

To attract visitors to some sites to visit yours, you need advertising . Ads on well-visited sites are paid, but you can find sites that offer banner exchanges .

Here's what a VPN can't protect you from (but you need to use it)

The abbreviation " VPN " has slowly become established among average Internet users, which is certainly good, but the problem is that people have started to see VPN as the ultimate solution to all problems.