Monday, December 29, 2014

Youtube tricks

Replace "youtube" with "listentoyoutube" in the URL to download the audio of the video.Replace "youtube" with "ssyoutube" in the URL to download the video in any quality available.Replace "youtube" with "nsfwyoutube" to bypass age restriction.Replace "youtube" with "youtubeskip" in the URL and you won't see ads.Replace "youtube" with "listenonrepeat" in the URL to repeat the video automatically .Replace "youtube" with "gifyoutube" in the URL to convert video into gif format...

Wednesday, August 6, 2014

Share your mouse and keyboard

Most people think of their computers as single, isolated units. Our mission is to change that so people think of all their computers as a single seamless system. Synergy brings your computers together in one cohesive experience; its free and open source cross-platform software for sharing one mouse and keyboard between multiple computers on your desk. It works on Windows, Mac OS X and Linux allowing you to seamlessly move your mouse cursor between computers. Synergy brings your devices together in one cohesive experience. We're fully cross platform, which we've been doing for 10 years. KVMs single out your machines, Synergy brings them together. Seamlessly move your mouse to any computer and start typing. Works on all major operating...

Tuesday, May 27, 2014

Talk to strangers

Talking with strangers is one of the way to pass time and find new friends.Last sunday i started searching some sites for this purpose and i found few that were good.Below i am providing the list of some sites and apps that allow you to chat with strangers... 1)OMEGLE One of my favorite site for this purpose.I like it very much.Here you will find maximum nuber of people online and from all over the world.Omegle also provide video chatting. 2)Stranger MeetUp This is the second option available.Here also you will find lots of interesting people. 3)Chatuos Here mostly indians are found.This is an android app. I hope you will enjoy chatting with strangers...

Tuesday, April 15, 2014

Download any website in linux!

If you ever need to download an entire Web site, hers's the trick  wget can do this job $ wget \ --recursive \ --no-clobber \ --page-requisites \ --html-extension \ --convert-links \ --restrict-file-names=windows \ --domains website.org \ --no-parent \ www.test.in This command downloads the Web sit...

Sunday, February 16, 2014

Save Web pages as PDF!

If you want to save any web page as pdf you only require chrome.Chrome will let you save any page as pdf. Let's see how we can do this: 1) Open you web page in chrome. 2)Press ctrl+p. 3)Print dialog will open.In print dialog change destination to "Save As PDF" 4)Hit the print button. Your web page will be saved as pdf. Using above steps you can convert any file to pdf. You just have open that file in chrom...

Tuesday, February 4, 2014

When to use RESTful design for web service development !

A RESTful design may be appropriate when the following conditions are met. The web services are completely stateless. A good test is to consider whether the interaction can survive a restart of the server. A caching infrastructure can be leveraged for performance. If the data that the web service returns is not dynamically generated and can be cached, the caching infrastructure that web servers and other intermediaries inherently provide can be leveraged to improve performance. However, the developer must take care because such caches are limited to the HTTP GET method for most servers. The service producer and service consumer have a mutual understanding of the context and content being passed along. Because there is no...

Monday, February 3, 2014

Getting location in android!

Below is a demo code for getting location from your android devices. MainActivity.class package com.gpsdemo; import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.Locale; import android.R.string; import android.app.Activity; import android.content.Context; import android.location.Address; import android.location.Criteria; import android.location.Geocoder; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.location.LocationProvider; import android.os.Bundle; import android.provider.SyncStateContract.Constants; import android.util.Log; import android.view.Menu; import android.widget.TextView; public class MainActivity...

Sunday, February 2, 2014

Format drive in Linux!

Formatting a drive in Linux is not a big issue.Linux provide an inbuilt utility "Disks" that can be used for this purpose.Steps for formatting drive using disks are as follow: 1) Open disks utility. 2)Select your drive to format. 3)Click setting icon and click format option. 4)Select erase and format type according to your requirements. 5)Click format. Now formatting will start...

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Affiliate Network Reviews