Sunday, January 29, 2012

Some mobile software for different work



1:-Shaplus (Any mobile number trace in India)

This software trace any number in India. trace region/state and Operator.


2:-B T INFO (Hack any mobile throw Bluetooth)

This software for hack mobile other throw Bluetooth following feature below.

Message reading

Number reading

File reading etc…..



This software for Draw any diagram in 3D in mobile



This software for show definition of physic word.  


5:-Vehicle Trace (Trace vehicle in North India)

This software is base on html and so how to use?

if you want check "DL-3c-XXXX" vehicle number

first type "dl" in small fonts press "Ok"

then type "3" only not with 'C' and then press "Ok"  
                                                 

Requirement:-  All software available on JAVA platform.


Wednesday, January 11, 2012

how to write math formula on M.S WORD



1:- Open M.S Word and click on “Insert” tab.

2:-Select “Object” then select “Create New” tab.

3:-Choose “mathematically formula function” and then click Ok.


Requirement:- This trick work only M.S 2007/2010  

Saturday, January 7, 2012

How to remove turn off option



1:- Start à Run à “regedit” type without quote.

2:-then find these address following below..

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer


3:-create “DWORD” value for click right and choose “DWORD”.

4:-Rename this as “NoClose”.

5:-Right click on NoClose and choose modify and enter following value.

0= Show turn off icon

1= No show turn off icon

Sunday, January 1, 2012

Some special symbols code in C programing




\0    No show line
\1    J
\2    K
\3    ©
\4    ¿
\5    §
\6    ª
\7    sound(alert)
\12  new line
\14  f
\16  melody symbol
\17 ï
\100  @
\r    not visible line

Exa:- printf("\1"); \* print only J symbol */