Showing posts with label or. Show all posts
Showing posts with label or. Show all posts

Monday, March 17, 2014

How to Find the Name or Title of a Song by Lyrics

Most people listen to songs from bands they like and sometimes search for the lyrics of a song if they can’t quite make out what’s being sung. However, for those of us who happen to listen to the lyrics of a song and want to find out who sang it, there are some useful lyric search engines that do just that. Frankly, this happen to me all the time!

Anyway, so if you know some of the lyrics for the song you’re looking for, you can try out a few of these lyric search engines to try and find the band or song name. Actually, there are quite a few of them out there, but only a few really have large databases of song lyrics. Here are some them websites :

 
1. Search Lyrics – This site also has some non-English lyrics and you can translate any of the English lyrics to another language on the lyric pages. Get Lyrical finds an exact match for your lyrics whereas Search Lyrics searches for those words anywhere in a particular song and will return a result even if the words are all not together.
song by lyrics


3. LyricsFly –  Make sure you click on Lyrics first and then perform a search.

songs by lyrics

The other web sites that I tried did not work good for song lyrics and so I’m not going to mention them here. If you know of any other lyric search engines, post a comment!
 
Read More..

Friday, March 14, 2014

How to choose best suitable Processor for your computer or laptop


stechnotrick choose processor

You must know what processor is best suitable to buy in your budget. A wrong perception about processor sometimes make you spend more money. Here Im trying to make you more familiar to the different processors available in market, and I will suggest you to what processor you should buy according to your requirement.

Many companies are manufacturing processors, but in todays market competition Intel and AMD have their own name as a superior manufactures. HP and IBM have also developed their processor products.

Intel Processors:

Intel has manufactured many processors starting from 8086 series to Pentium. Pentium has many versions; and all are very responsive. After Pentium, Intel launched Dual-Core and Core-2-duo (latest). Basically, core means processor, and dual core contains two processors embedded on PC chip. So the dual core processors are comparatively much faster and efficient.

If PC chip is embedded with two processor called as dual core, and if embedded with four processors then called as quadcore processor. It should be noted that more in numbers of processors, the more in speed of system.

Core i processor :
Core i is a brand name of Intel processor, which are multicore processor. These are very famous processors now days. Intel has launched a big series of processors of brand core i named core i3, core i5, core i7, core i9. The  number of count progress, the more advance in processing speed. These processors are comparatively expensive but very faster and efficient.

Intel has manufactured Atom processor for Netbook and Tablets; which are cheaper and having with less processing speed.
Intel has also manufactured Itanium processor mostly used in server, where you need a good speed of data processing. That has really amazing speed.
Celeron processor are the cheaper processor made by Intel; used at home for general applications.

AMD processors:

AMD company developed Sempron and Athlone to face Celeron processor. Phenom and Turion are the high speed processors developed by AMD.

Now the question arise how to select the processor according to your requirement. Im giving a list where you can select your best one justify your budget and requirement.

Celeron- General home usage
Dual core or Core i3 processor- Good for MS Office, music, internet, video watching.
Core2duo or Core i5 processor- Good for office applications, HD movies, YouTube videos.
Core i7 processor- Graphics, video editing and Programming.

I hope this will helps you if you are a newbiee. For any query, feel free to comment.


Read More..

Tuesday, March 4, 2014

Central University in India for M Tech Admissions 2013 through Gate or non Gate

What should be your choice of college or university for M.Tech admission 2013 after than IITs and NITs of India?
This question arise in a student mind who is  having low score in GATE or does not qualify in GATE examination 2013. You dont need to tense if you are having low score or no score in GATE, because there are few good universities in India who conducts their own written examination for the admission in M.Tech / M.E (Masters of Engineering programme). Also they give you a chance to admit through GATE score if you are having low GATE score.

These central university give you a good alternative to IITs and NITs for Master of Engineering programme, because they have good faculty and research atmosphere as well as good placements.

Here in this post i am sharing a list of some best central universities in india for M.Tech admissions 2013 along with their fees and closing date of application.


Aligarh Muslim University - fees Rs.300, closing date 06-04-2013

University of Delhi - closing date in june of 2013

University of Hyderabad - fees Rs.350, closing date 24-01-2013

Dr. Harisingh Gour Vishwavidyalaya - fees Rs.600, closing date 05-04-2013

Jamia Millia Islamia - fees Rs.550, closing date 07-05-2013

JLN University - fees Rs.220, closing date 23-03-2013

Pondicherry University - fees Rs.100, closing date 15-04-2013

Tezpur University - fees Rs.560, closing date 08-04-2013


If you have some other information related to central university M.Tech admission 2013 notification, please share comments. It may be helpful to other students to apply for admission.

also visit good university other than IITs and NITs through gate 2013

Tags: central university for M.Tech admission 2013, Notification for central university M.Tech admission 2013, fees to apply in central university for M.Tech admission 2013
Read More..

Friday, October 4, 2013

Trick How to Display or Hide a Widget In Blog

Trick How to Display or Hide a Widget In Blog
Trick How to Display or Hide a Widget In Blog - You have a lot of widgets that appear on your blog? Blog widget that too many of course will reduce the speed of loading of our own blog. However, if the widget it was important for you and still wants to maintain its existence it helps you do the settings on any page you want to show the blog. A widget for example, will you show it only on Homepage orvice versa. You also can display a widget only on specific URLs.




1. How do I show only widgets only on Homepage
=> Place the widget code between the following code

<b:if cond=data:blog.url == data:blog.homepageUrl>
Advertise YOUR CODE HERE
</ B: if>


2. How do I hide a widget from our Homepage
=> Place the widget code between the following code

<b:if cond=data:blog.pageType == "item">
Advertise YOUR CODE HERE
</ B: if>


3. How do I show widgets only on pages Static Page
=> Place the widget code between the following code

<b:if cond=data:blog.pageType == "static_page">
Advertise YOUR CODE HERE
</ B: if>


4. How do I hide the widget from the page Static Page
=> Place the widget code between the following code

<b:if cond=data:blog.pageType != "static_page">
Advertise YOUR CODE HERE
</ B: if>


5. How to display the widget only on specific URLs
=> Place the widget code between the following code

<b:if cond=data:blog.url Your Choice == "URL disini">
Advertise YOUR CODE HERE
</ B: if>


6. How do I hide certain widgets from the URL
=> Place the widget code between the following code

<b:if cond=data:blog.url != disini"> "URL Your Choice
Advertise YOUR CODE HERE
</ B: if>



So how do I show or hide the default widget from blogger yourself? such as About me, Archive, Label and so forth.

Usually the blogger default code will look like this
<b:widget id=HTML locked=false title=JUDUL WIDGET ANDA type=Profile>
<b:includable id=main>
WIDGET CODE DEFAULT YOUR BLOGGER
</ B: includable>
</ B: widget>


To control this widget you just need to insert control codes according to what you want.Suppose you want to show widgets only on Homepage only, then put the code on the No. 1 above as below

<b:widget id=HTML locked=false title=JUDUL WIDGET ANDA type=Profile>
<b:includable id=main>
<b:if cond=data:blog.url == data:blog.homepageUrl>
YOUR WIDGET CODE
</ B: if>
</ B: includable> </ b: widget>

Green code is the code to display the widget only works on the Homepage page only.
Read More..

Monday, September 30, 2013

iPhone 4S can reportedly be unlocked without any hardware or software changes


Click here to enlarge
A developer (via Chronic) has apparently discovered how to unlock the iPhone 4S (reportedly AT&T version only) without any software or hardware tweaking. The unlock will assist you in using your iPhone 4S on T-Mobile’s network as long as you have a T-Mobile SIM card. Before you get started, go ahead and cut down your T-Mobile SIM card to match your AT&T SIM card’s size. We’re working to confirm this works, but go ahead and give the following directions a try:


  1. Insert original carrier AT&T SIM card
  2. Dial 611 for AT&T customer service hotline and drop the call
  3. Turn on Airplane Mode


    Click here to enlarge
  4. Take out AT&T SIM card
  5. Insert T-Mobile SIM card
  6. Make sure WiFi is off ( also tap on ‘Forget this Network” to make sure it doesn’t connect automatically later)
  7. Switch off Airplane Mode and iPhone will search for network. This is followed by the Apple splash screen appearing.
  8. Activation Required will be displayed on the screen
  9. EDGE network will activate automatically – notice the ‘E’ on the top left corner of the screen
  10. Wait for about 20-30 seconds and turn off the phone
  11. Turn on iPhone and the same Activation Required screen will be displayed
  12. When you see one signal bar, tap on Use Cellular Connection
  13. Eject SIM card
  14. Activation Required screen will be displayed the second time
  15. Insert SIM card
  16. Unlocked!




Read More..

Tuesday, September 24, 2013

Fix iTunes Error 1013 When Updating iPhone 4 to iOS 4 2 1 or 4 3 1

If you have tried updating to the recently released iOS 4.3.1 update on iPhone 4 and encountered Error Code 1013 or Error Code 1611,then you are a not alone. This has been a common issue across all iOS devices updating to iOS 4.3.1 and Apple Support Discussion forums are full of users complaining about this issue.
Click here to enlarge
This bug has apparently been reported to Apple but if you don’t fancy waiting for an official fix, you can follow this guide to try and successfully update your iOS device to 4.3.1. Before doing so, you may also like to try and restore using a different computer.

Warning Note: This will result in your iPhone 4 baseband being upgraded to the latest version.

How to Fix Error Code 1013:
Mac OS X:
Step 1. On your Mac, go to your “Applications” folder.
Step 2. Now navigate to the “Utilities” folder.
Step 3. Launch "Terminal".
Step 4. Type "sudo nano /etc/hosts" (without quotes) and hit return.
Step 5. Enter your password
Step 6. Use the down arrow key to find the “gs.apple.com” entries. Once the cursor is in front, make sure you comment out the line(s) by entering “#” in front of the text.
Step 7. Save the file by pressing CONTROL+O.
Step 8. Exit the nano editor by pressing CONTROL+X.
Step 9. Restore your iDevice.

Windows:
Step 1. Start –> Programs –> Accessories
Step 2. Run Notepad or WordPad
Step 3. Click “Open..” from File menu.
Step 4. Browse to Windows/System32/drivers/etc
Step 5. In "files of type:" select all documents
Step 6. Open "hosts"
Step 7. Delete all line that has "gs.apple.com" or something like that
Step 8. Hit Save
Read More..

Saturday, September 21, 2013

Use Spire To Install Siri On Your iPhone 4 iPhone 3GS and iPod Touch 3G 4G Use Over WiFi Or 3G


Click here to enlarge

We’ve been talking about a Siri port ever since iPhone 4S has been released. The jailbreak community already fully ported Siri to the iPhone 4, iPhone 3GS and iPod Touch 4G but unfortunately there was no way to release the port to the public at the time because Apple owns the copyright on the software, images, and data used inside iOS. When Apple released the second build of iOS 5.0.1, it was released unencrypted and wide open for inspection, allowing developers to easily grab all the Siri files they need for a port without piracy.

Today, we’re going to show you how to install Siri on *older* devices and use it over WiFi and 3G. This is not an easy process, and definitely not for everybody. We did our best, to make this tutorial as easy as possible.

HOW TO:

NOTE: this tutorial is only relevant if you have an iPhone 4S on hand. If not, you’ll have more difficulty getting the 4S authentication tokens.
NOTE: this whole tutorial is happening on a Mac. Because that’s how we roll. If you’re rocking a PC, you can do the exact same thing on Ubuntu using aptget instead of Mac Ports
First of all let’s do some port forwarding. We’re using an AirPort Extreme, so if you’re using any other router, use google to do your research on how to forward ports.
1. Open AirPort Utility
2. Click on Manual Setup
Click here to enlarge


3. Go to Advanced > Port Mapping and tap on the “+” symbol


Click here to enlarge

4. Put in 443 for all the ports and your IP address. Click continue
Click here to enlarge

5. Fill in a description. Call it whatever you want. I called it Siri and click done
Click here to enlarge

6. Now wait for your router to update and you’re done
Click here to enlarge


Now, you need to get SiriProxy up and running. Let’s see how to do this:
1. Download SiriProxy

2. Download and install Mac Ports

3 Open Terminal and type : sudo port install dnsmasq . Type in your computer’s password
Click here to enlargeClick here to enlargeClick here to enlarge

4. Type bash < <(curl -s https://raw.github.com/wayneeseguin/.../rvm-installer) to download/install RVM

Click here to enlarge


5. Type [[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm” to activate RVM


Click here to enlarge

6. Type echo ‘[[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm” # Load RVM function’ >> ~/.bash_profile to add RVM to your .bash_profile

7. Type rvm install 1.9.3 to install Ruby 1.9.3
8. Some users might get an error while installing Ruby. This only applies to *some* Lion users.


Click here to enlarge

9. If you get this error, type rvm install 1.9.3 –with-gcc=clang

Click here to enlarge


10. Type rvm use 1.9.3 –default to set RVM to use/default to 1.9.3
11. Now you need to cd into the the siri proxy folder you downloaded at step 1 ( make sure you unzipped it first ). The easiest way is to type cd and then just drag-and-drop the folder from your desktop ( or downloads location – whatever it may be ) to your terminal shell.


Click here to enlarge


12. Type rvmsudo gem install rake bundler to install Rake and Bundler. Type in your computer password
13. Type rake install to Install SiriProxy gem
14. Type mkdir ~/.siriproxy to make .siriproxy directory
15. Type cp ./config.example.yml ~/.siriproxy/config.yml to move default config file to .siriproxy
16. Type sudo port install openssl
NOTE: now here is where you need to pay some attention if you want to make Siri running over 3G ( as well as WiFi ). If you have a static IP continue to the next step. If you have dynamic IP you’ll need some sort of service like dynDNS set up ( that’s a whole other tutorial. So google it, get it done, and proceed to the next step )
17. Now we need to generate certificates
For dynamic IP:
1. Browse to /opt/local/etc/openssl/openssl.cnf and open openssl.cnf in a text editor ( we used TextWrengler ).
2. Scroll down (line 148), until you see:
commonName = Common Name (eg, YOUR name)
commonName_max = 64
3. Replace it with:
0.commonName = Common Name (eg, YOUR name)
0.commonName_default = www.domain1.com
0.commonName_max = 64
1.commonName = Common Name (eg, YOUR name)
1.commonName_default = DomainQuadrat: Domain, Domains registrieren, Domainhandel, .AT Domains, Domain-Beratung
1.commonName_max = 64
4. Save and quit
5. Open up a finder window, hit cmd+shift+g and go to ~/.siriproxy
6. open up a terminal shell and cd ~/.siriproxy
7. Generate the certificates (do these commands one at a time, carefully.) IMPORTANT: You can use whatever info you want when it asks for it, just make sure that for the common names you put your dnyDNS or no-ip domain FIRST and guzzoni.apple.com SECOND. Very important step.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt

openssl genrsa -des3 -out server.key 4096
openssl req -new -key server.key -out server.csr

openssl x509 -req -days 365 -in server.csr -CA ca.crt -CAkey ca.key -set_serial 01 -out server.passless.crt
openssl rsa -in server.key -out server.key.insecure

mv server.key server.key.secure
mv server.key.insecure server.passless.key
For static IP:

  • Type ./siriproxy gencerts
18. Next you need to install ca.pem ( for static IP ) or ca.crt ( for dynamic iP ) onto your iPhone ( both iPhone 4S and iPhone 4 ). To do that open a finder window, press cmd+shift+G and enter the following path ~/.siriproxy



Click here to enlarge


19. Email ca.pem/ca.crt to yourself


Click here to enlarge


20. On your phone you will see the new file. Tap on it and install it.


Click here to enlarge


21. Search your Mac for this file: dnsmasq.conf. Once you’ve found it, open it in a texteditor ( we suggest TextWrangler – free ). Inside the file find #address=double-click.net/127.0.0.1 ( line 62 ). Right below that, add the following line: address=/guzzoni.apple.com/your-computer-IP



Click here to enlarge

21.1 Type in terminal sudo dnsmasq . Check activity monitor if dnsmasq is running ( all processes )

22. On your iPhone 4S, open Settings.app. Go to WiFi, select your WiFi, and edit your DNS. Should be something like 10.0.1.0. Change it to your computer’s IP ( the same address you used in dnsmasq.conf file )


Click here to enlarge



23. Now you need to cd into the bin folder found in the westbaer-SiriProxy-a2219ee that you’ve downloaded at step 1. To do that type cd and drag-and-drop the bin folder into the terminal

24. Type ./siriproxy bundle



Click here to enlarge


25. Type rvmsudo siriproxy server and type your password.


Click here to enlarge


26. Now everything should be up and running. To test it, fire up Siri and say ‘Test Siri Proxy’


Click here to enlarge


27. On your iPhone 4, open Cydia, and install Spire ( it’s a big download so make sure you’re on WiFi and your phone won’t go to sleep in the process ) and iFile.
28. Go to Settings.app >Generala>Siri> and turn it on ( turn off Raise to Speak option – you don’t need it, it’s annoying and it will drain your battery )
29. Go to Settings.app > Spire and fill in your proxy host. For static IP use https://guzzoni.apple.com . For dynamic IP use https://your-dns-domain-name
30. Open iFile and browse to /var/mobile/Library/Preferences/ find the com.apple.assistant.plist and tap on it to open with the property list viewer.


Click here to enlarge


31. Now you need to add 3 new strings to the Dictionary. Tap on ‘Accounts’ , then tap on ‘Dictionary’, hit the “+” symbol on the bottom right side of the screen and add:

  • Ace Host
  • Assistant Identifier
  • Speech Identifier
32. Make sure SiriProxy is running and use your iPhone 4S to trigger Siri ( say whatever, it doesn’t matter ). By doing this, you will assign your 4S tokens to your iPhone 4.
33. Now you should be able to use Siri over WiFi on your iPhone 4.
34. To use it over 3G, open iFile browse to /etc/ and look for the hosts file. Open it with text viewer, edit it, and add the following line:

  • for static IP: your-ip-address guzzoni.apple.com
  • for dynamic IP: your-dns-domain-name guzzoni.apple.com
Click here to enlarge


35. That’s it. Enjoy Siri on your iPhone 4


Click here to enlarge


NOTE: a terminal shell with SiriProxy running is required at all times in order for Siri to work on your iPhone 4
Read More..