Execute Linux Voice Commands with Google2Ubuntu

Google2Ubuntu

Google2Ubuntu

Google2Ubuntu is an application that “lets you use the Google speech recognition API to control your linux computer. The project is developed in Python.”

The Idea of the project may look simple:

  1. Speech to text through Google API
  2. Match the text with a command name and execute the command itself

But in fact, a lot of hard work is required in order to create such a nice looking and stable application. Here is how you can install and use it: Continue reading

How to make GIMP look like Photoshop (workspace, icons & shortcuts)

GIMP 2.8 Photoshop Tweaks

GIMP 2.8 Photoshop Tweaks

Many people who are used to Photoshop find it hard to switch to GIMP after installing Linux. Most popular solutions to get rid of this discomfort are to use Photoshop through Winetricks,  install it on a virtual machine or get used to GIMP.

Recently I found a really great tweak for GIMP which includes:

  • icons
  • workspace
  • shortcuts

This tweak will help you switch from Photoshop to GIMP much easier. Here is how you can do it.  Continue reading

Android How to Parse JSON Show Images and Texts in a ListView

Parse JSON and Show Images and Texts in a ListView

Parse JSON and Show Images and Texts in a ListView

Above you can see how our final project should look like

At first Create a new project in Eclipse File > New > Android Application Project. Fill in the details and name your project JsonParseTutorial.

Application Name : JsonParseTutorial
Project Name : JsonParseTutorial
Then name your activity MainActivity.java
Open your MainActivity.java and paste the following codes.  Continue reading