Announcement :

Try our newly launched website www.Technicalbaba.com Token Number - 1techbaba1

Showing posts with label E-How. Show all posts
Showing posts with label E-How. Show all posts

Sunday, 2 February 2014

Full form of programming languages


Here we are writing full form of all programming languages , You all great programmers not only good in programming , also must aware about for what they stands for. Here is given list of all as we know so far.

Question comes in our mind -

  1. Full form of COBOL ?
  2. Full form of BASIC ?
  3. Full form of FORTRAN ?
  4. Full form of ALGOL ?
  5. Full form of PROLOG ?
  6. Full form of PHP ?
  7. Full form of VBS ?
  8. Full form of PERL ?
  9. Full form of LISP ?
  10. Full form of XSL ?





Know more ?? then why not post in comments we will add them here. :)






Tuesday, 7 January 2014

Full Form of daily use technical word Interesting one

Here are all daily use technical words full form , really interesting to know , it will give you power to speak as well as better understanding of each and every short form , enjoy the post.

Here all goes just start now -







* VIRUS - Vital Information Resource UnderSeized.



* 3G -3rd Generation.



* GSM - Global System for Mobile Communication.



* CDMA - Code Divison Multiple Access.



* UMTS - Universal MobileTelecommunication System.




* SIM - Subscriber Identity Module .




* AVI = Audio Video Interleave



* RTS = Real Time Streaming




* SIS = Symbian OS Installer File




* AMR = Adaptive Multi-Rate Codec




* JAD = Java Application Descriptor




* JAR = Java Archive




* JAD = Java Application Descriptor




* 3GPP = 3rd Generation Partnership Project




* 3GP = 3rd Generation Project




* MP3 = MPEG player lll




* MP4 = MPEG-4 video file




* AAC = Advanced Audio Coding




* GIF= Graphic Interchangeable Format




* JPEG = Joint Photographic Expert Group




* BMP = Bitmap




* SWF = Shock Wave Flash




* WMV = Windows Media Video




* WMA = Windows Media Audio




* WAV = Waveform Audio




* PNG = Portable Network Graphics




* DOC = Document (MicrosoftCorporation)




* PDF = Portable Document Format




* M3G = Mobile 3D Graphics




* M4A = MPEG-4 Audio File




* NTH = Nokia Theme (series 40)




* THM = Themes (Sony Ericsson)




* MMF = Synthetic Music Mobile Application File




* NRT = Nokia Ringtone




* XMF = Extensible Music File




* WBMP = Wireless Bitmap Image




* DVX = DivX Video




* HTML = Hyper Text Markup Language




* WML = Wireless Markup Language




* CD -Compact Disk.




* DVD - Digital Versatile Disk.




*CRT - Cathode Ray Tube.




* DAT - Digital Audio Tape.




* DOS - Disk Operating System.




* GUI -Graphical User Interface.




* HTTP - Hyper Text Transfer Protocol.




* IP - Internet Protocol.




* ISP - Internet Service Provider.




* TCP - Transmission Control Protocol.




* UPS - Uninterruptible Power Supply.




* HSDPA - High Speed Downlink PacketAccess.




* EDGE - Enhanced Data Rate for GSM[GlobalSystem for Mobile Communication] Evolution.




* VHF - Very High Frequency.




* UHF - Ultra High Frequency.




* GPRS - General PacketRadio Service.




* WAP - Wireless ApplicationProtocol.




* TCP - Transmission ControlProtocol .




* ARPANET - Advanced ResearchProject Agency Network.




* IBM - International Business Machines.




* HP - Hewlett Packard.




*AM/FM - Amplitude/ Frequency Modulation.



* WLAN - Wireless Local Area Network

Any else ??? comment here we will add :)

Monday, 28 October 2013

Shortcut Trick to find out rank of word or word of any rank with repeat



Topic -


 Math Trick to find out rank of any word ,Math Trick to find out word of any rank with repeating letter.





Post - 



We know very large number of students facing problem  to find out rank of any word or word of any rank when letters are repeating, so here is the solution very easy to use just learn and deploy. 




Example : 

If you understand our tutorial for nor non-repeating , then its very easy for you.

See -  Rank  of word  INDIA in dictionary ?

So start same as we done previously. just start-

Step1 - do numbering over all letters.

4   3     2    1     0        <==   diraction
I    N    D     I     A


Step 2 :

Move left to right and put n for each letter .

4   3     2    1     0       <==   diraction
I    N    D     I     A
n   n     n     n    n       ==>   diraction

n defines as number of letter smaller than that letter in right hand side. ( refer previous post for better understanding ).

Note- an additional k factor to be added here for repeating letters .
1)  if letter repeat in right side then k= 1/( r! ) where r is number of that letter
2)   otherwise k=1 .

So in this case

1) For I ,  ( A , D )  is smaller in right hand side so n=2 , k=1/(2!) (I is repeating in right side and r=2)

2) For N , (A,D,I) smaller in right hand side so n=3 , k=1 (letter non-repeating in right side)


3) For D ,  (A) is smaller in right hand side so n=1 , k=1  (letter non-repeating in right side)

4) For I ,  (A) is smaller in right hand side so n=1 , k=0  ( no any letter repeating in right)

and so on .....

you can do this very fastly by manual work like


factorial      4      3     2     1     0       <==   diraction
word           I      N     D     I     A
n=>            2     3     1     1     0         ==>   diraction
k=>        1/(2!)   1      1     1     1

Now calculate ==>[ sum ( ( factorial ! )  x n x k)] + 1 (INDIA itself) ( ie. multiply column's but 1st row used as factorial)

So

Rank =  [( 4!) x 2 x 1/2! + ( 3!) x 3 x 1 + ( 2!) x 1 x 1  ( 1!) x 1 x 1] + 1 = 24 + 18 + 2 +1+ 1 = 46



Rank of word "INDIA" = 46



Hope you enjoyed this post , comment for any problem.

 







Sunday, 27 October 2013

Trick to find out rank of word or word of any rank




Topic -


 Math Trick to find out rank of any word ,Math Trick to find out word of any rank.





Post - 



We know very large number of students facing problem  to find out rank of any word or word of any rank , so here is the solution very easy to use just learn and deploy. 




Example : 



55th word of SHUVANK in dictionary ?




(1)  AHNKSUV 

(2)  AHSNKUV
(3)  AHNKUSV
(4)  AHNKUVS 




Thursday, 26 September 2013

How to show your jsp application on web when online




Many of you want to show your java jsp application to your friends when you are online , but don't know how to do this , its very simple.


See Step by Step Approach -



Step 1 - Run your Web Application on your machine (Computer) using any                server like Apache Tomcat.
















Your web app local link - http://localhost:8090/REALOMR/index.jsp




Friday, 2 August 2013

Creating Backdoor in Windows Xp Windows 7 using batch

Creating backdoor in any window . Lets assume that you have just cracked victim's windows password. or simply got access to his windows for some time. 

Can you make some changes in windows so that you could access the windows again even if victim changes the password ?? or Can you make any changes in your own windows so that you could access it anytime even if anybody sets/changes password ? Simply Can we set a backdoor in windows ? Yes we can :) . 

Backdoor actually means maintaining access. okay lets do one thing first. Open your command prompt (run as administrator in win 7/vista). 

Type the following command : 

Syntax : net user account.name * 
Example: net user administrator * 
and hit enter. Set any password for that account. 















1. HTC offers bloggers to write a post for us , you can use your links too.


2. HTC offers ad networks to publish their ads in very low cost.


Copyright @ 2013 Ability 2 Crack. Designed by Templateism | Re-designed By Shashank MIshra