Skip to main content

Posts

Transpilers

What is Transapilers? Transpilers is same as compiler where all Type Script files (.ts) code is converted in to Java Script. TypeScript allows you to use new  language features  from ES6 and it will transpile those language features to ES5; however, it does not add polyfills for  built in functions  that exist in ES6, but don't exist in ES5. Typescript has also a transpiler that converts our Typescript code (i.e. ES6 + types) to ES5 or ES3 javascript code so we can use it in today browsers.
Recent posts

Certification Books for Java SE 7 Programmer Exam

Oracle Certified Professional Java SE 7 Programmer Exam (1Z0 – 804 and 1Z0 – 805) — Coders Oracle Certified Professional Java SE 7 Programmer Exam (1Z0 – 804 and 1Z0 – 805). A comprehensive OCPJP 7 Certification Guide by S G Ganesh and Tushar Sharma download click on download book

Cryptography & Network Security

This is costume cryptography algorithm is developed by me and my partner. This is For the Encryption and Decryption Purpose. This small application developed for the encryption and decryption of the document. And also provide the support for the Securely Deletion of any kind of the file. No software would receive the data and file also. Please Click on link for Demo of the Application. Click

How to connect two computers and access their drives through the Internet

You can connect two computers over the Internet and use a given computer's drives just like you'd use local drives -- run programs, copy, get a list of files, etc. Here's how: Make sure that both computers (computer A and B) have "TCP/IP" and "NetBEUI" protocols installed and properly functioning.   Make sure that the "Remote Access Serives" are setup and properly functioning.   Find out the IP address of computer A. You can do this by going to the network icon in the "Control Panel" For example, let's assume that "205.159.67.4" is the IP address of computer A.   Enable file sharing and share a path of your choice on computer A. For example, share "C:\" as "INTERNET_DRIVE"   Log both computers on to the Internet (dial and connect to your internet service provider for example). If you're on an Intranet, you don't have to connect to the Internet.   Go to computer B's "DOS/Comman...

Bug In Windows Calculator

See.. it was as simple. Here is the general syntax to this bug. 1) Take Any number 2) Take its square root 3) Subtract its square root from it 4) Your answer is not 0.. That’s the bug. Note:- It  works with all versions of Windows.