Showing posts with label as. Show all posts
Showing posts with label as. Show all posts

Friday, March 31, 2017

GIGABYTE Z97X Gaming G1 Black selected as “Motherboard of the Year” by PC PowerPlay Magazine

GIGABYTE Z97X Gaming G1 Black selected as “Motherboard of the Year” by PC PowerPlay Magazine


GIGABYTE Z97X Gaming G1 Black has been selected as the “Motherboard of the Year” by PC PowerPlay Magazine in Australia. PC PowerPlay Magazine is the biggest gaming magazine in Australia and clearly rates our top spec Z97 Gaming board as the best of the best. Make sure you get one on your next upgrade! The magazine doesn’t have a definite pick on the CPU side so we’ll take the liberty of suggesting for a good match. We’d recommend the Intel 4690K or 4790K for high end or as a pure gamer even the Intel Pentium G3258 Anniversary Edition is a killer performer in 3D!

Clipboard01da


Available link for download

Read more »

Tuesday, February 14, 2017

How To Save High Quality Image From Google Play As PNG Prevent WEBP Format

How To Save High Quality Image From Google Play As PNG Prevent WEBP Format


Designers, especially Android icon pack designers need the original app icon to maintain the default structure of the app logo while designing an icon for launcher icon packs. As Google Play is the largest and official Android application store, everyone searches Google Play for the app icons. But, you may notice that when we try to save an image from Google Play it saves as WEBP format. Taking the screen shot of the image is the quick fix for it, but, I have another simple solution which is as simple as taking a screenshot.

RESIZE THE APP ICON IMAGE IN GOOGLE PLAY

Google generates the thumbnails dynamically at runtime that means you can pass the width via the image URL to resize the image to a higher resolution. In the image URL you can see the default width specified by them eg. =w300 changing the 300 to a higher value will increase the image width to the specified one. You can also set a lower value to reduce the image size.

SAVE APP ICON IMAGE IN GOOGLE PLAY AS PNG

As the width passed through the URL Google also uses another parameter named -rw after the width to return the image as WEBP. So reloading the image URL without -rw will allow you to save the image as PNG.

If its still not clear here is an example. In the example I am using Android Chrome Browser icon image from Google Play.

1. Open the below URL and remove the red highlighted part (-rw) from it, then reload the URL again to enable save as PNG.

https://lh3.ggpht.com/O0aW5qsyCkR2i7Bu-jUU1b5BWA_NygJ6ui4MgaAvL7gfqvVWqkOBscDaq4pn-vkwByUx=w300-rw

2. Change the blue highligted part of the URL (300) to a different number to resize the image.


Thats it ...


Available link for download

Read more »

Sunday, January 29, 2017

How To Download YouTube Video As Mp3 in Windows Mac Linux IOS Android Symbian or Any Other Platform

How To Download YouTube Video As Mp3 in Windows Mac Linux IOS Android Symbian or Any Other Platform


youtube to mp3As all we know YouTube is the largest video sharing website where uploads many movies, songs, etc. in every instant. You may watch many songs on YouTube and may wish to save it for listening later. To download YouTube videos there are many third party softwares available for every platform and most of the apps are capable of saving to video formats only. If you download a song, it could be better if it gets as mp3 format which saves our Smartphone battery more than video playback.

In this post I included the instruction to download YouTube video as mp3 without installing any third party apps. There are many websites does it, but I prefer video2mp3.net because of many reasons.

video2mp3.net is one of the best rated YouTube to mp3 converting website, which allow us to convert unlimited number of YouTube videos to mp3 without losing any quality. The websites responsive interface makes the browsing faster and simpler in both PC and mobile devices.

How To convert Youtube Video to Mp3 File ?

1. Copy the prefered video URL
2. Go to www.video2mp3.net
3. Paste the youtube video URL in the convert box and click convert
( Wait till it finish conversion...after conversion it will generate a download link of mp3 file)
5. Finally Click on Download your MP3 file



Thats it...


Available link for download

Read more »

Wednesday, December 7, 2016

How To Backup Android Apps As APK using ES File Explorer

How To Backup Android Apps As APK using ES File Explorer


backup apps android apk
As all we know, ES File explorer is one of the best free file manager available in Google Play. Along with other bunch of features it also help us make apk backups of installed apps and games.

Downloading apps or games from Google Play on each Factory reset or format is always not possible, As it needs a better 3G plan or WiFi. So making the apk backups of installed apps will help you to install those apps later without Google Play or any other Android app store.

In this post I included the steps to backup android apps or games as apk using ES File Explorer.

How To Backup Android Installed Apps and Games using ES File Explorer ?

1. Install ES File Explorer from Google Play
(Skip it if you already installed)

2. Open ES File Explorer.

3. Tap on Fast Access icon (top left) or options soft key.

es file explorer fast access

4. Now in the swipe menu tap on App Manager.

es file explorer app manager

5. In user app list ... Long press on the app or game you wish to backup as apk.

6. Finally Tap on Backup in the bottom menu.

es file explorer backup apk

Thats it...

Note:
To get the backed up apk files browse to /sdcard/backups/apps/.


Available link for download

Read more »

Sunday, November 20, 2016

How to Display A programs own Source Code as Output in C programming Language

How to Display A programs own Source Code as Output in C programming Language


Though you may think that is  problem is quite complex but actually ,the concept behind this program is very simple.

A predefined macro __FILE__ contains the location of a C programming file.we will be using this macro in our program.

Source Code-


 1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdio.h>
int main() {
FILE *fp;
char c;
fp = fopen(__FILE__,"r");
do {
c = getc(fp);
putchar(c);
}
while(c != EOF);
fclose(fp);
return 0;
}

Output-



Available link for download

Read more »

Saturday, November 12, 2016

How to Print Full Web Page As JPEG File In Chrome

How to Print Full Web Page As JPEG File In Chrome


Many web pages are important for you and you want to get a printout of full web page, because many times when you take a printout of the full web page. You get a small printout only. Important text and pictures are missing. If you able to make a JPEG file of the web page, then you can easily move that in your tablet and smartphone for any purpose.

How to Print Full Web Page As JPEG File In Chrome

If you have Google chrome web browser and you are trying to save a full web page as a JPEG image, then follow the step given below.

Read Also : Why Google chrome crashed Many Times [Solution]

Step #1

First of all download and install Universal Document Converters on your PC.

Step #2

Go to Start Menu of your PC and click on "Devices and Printers".

Step #3

Now click on Universal Document Converter and click Printing Perferance.

Step #4

Now go to file format and select JPEG image, then click "OK".

Read Also : How to Zoom in and Out in Google Chrome Browser

Step #5

After select JPEG image open a web page in Google chrome and click on "Print".

Step #6

Check background colors and images and then click print to save web pages JPEG.


Available link for download

Read more »

Sunday, October 16, 2016

How to Enable TwoFingerTap as a Right Click in lenovo laptops Synaptic Touchpad Systems

How to Enable TwoFingerTap as a Right Click in lenovo laptops Synaptic Touchpad Systems


In some of the laptops which use synaptics  touchpad drivers, the TwoFingerTap doesnt work as a right click.Even after enabling this option in the Synaptics Control panel doesnt fix this problem.In this tutorial you will learn how to fix this problem & enable TwoFingerTap as a RightClick on Lenovo laptops.Im Performing this in Lenovoz510 which is loaded with Windows 10 operating system.But this method will work for every laptop which uses synaptics touchpad Driver.This will also work in Windows 8.1 platforms.



Steps-

1.Press Win+R keys to open run, type regedit and hit enter to open Registry Editor.

2.Go to "HKEY_CURRENT_USERSoftwareSynapticsSynTPTouchPadPS2". If you dont find "TouchPadPS2" and another entry named "TouchPadSMB2c" exists under SynTP then click on "TouchPadSMB2c". If you dont find "SynTP" key then read note at end of the post.

3.On the right double click on "MultiFingerTapFlags" entry and update its value to 3.

4.On the right double click on "2FingerTapAction" entry and update its value to 2.

5.  Press OK and Exit.

6. Restart your Laptop.

Note - If you dont find any of the above keys then you have to manually create it. Right Click on Synaptics click on New Key and Give it name ""SynTP". Now similarly create a key named "TouchPadPS2" under "SynTP". Now under "TouchPadPS2" create new "DWORD (32 bit) Value" with name "2FingerTapAction". Double Click it and Change its Value to 2. Logoff and Start Windows.

--------------------------------------------

REGARDS

Shankha Jana

.


Available link for download

Read more »

Thursday, October 13, 2016

Guide How Use External Sd as Internel memory

Guide How Use External Sd as Internel memory


HOW TO USE EXTERNAL SD CARD AS INTERNEL SD 


Download and install external2internel from post 2

1] Open the app and grant permission
2] go to settings:
3]Tick send rescan
4] Tick Use per default
5]press original mounting point and change To storage/sdcard0

And below tat chage to this storage/ExtSdCard

6]press Ext.sdcard device Access and change the value from 179:49 to 179:33 this is for galaxy core
7] press back button
8] Tick At Boot box
9]Now press External>Internal*
10] wait for sometime
11] now check your internal storage
12] if needed Reboot




Download Premium Apps here


Available link for download

Read more »