Which database does Facebook & Google use ?

Facebook has moved to a NoSQL database named HBase. Google uses their own system called BigTable. What is NoSQL ? NoSQL is a term used to designate databases which differ from classic relational databases. NoSQL database management systems are useful when working with a huge quantity of data when the data's nature does not require a relational model. The data can be structured, but NoSQL is used when what really matters is the ability to store and retrieve great quantities of data, not the relationships between the elements.

How to create a Matrix falling effect you see during Hacking in movies

matrix is moving in actual implementation
A Fun trick for you all to impress your friend's

Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat.

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Now Upon running the bat file, you will see the "Matrix falling code" effect.

Comments

Popular posts from this blog

Hacking facebook accounts using google dork list

How To Make Anchor Text In Your Facebook Status For Promoting A Website ?

Which database does Facebook & Google use ?