[APP][PAID][4.0+]Power Button 1.0

Generic_104E952DE195_


After developing ,i always thought about a colourfull ,new designed Power Button.Finally,Power Button came to life :)

**This app requires ROOT permission

Easy and Friendly User Interface:

☆ Power Off (Shutdown your device)
☆ Reboot (Restart your device hardware)
☆ Soft Reboot (Fast boot & Restart your device software)
☆ Restart SystemUI (Restart your System User Interface)
☆ … Read more

Git Basic Code

This is available from github.com,but i need a copy :)

Create a new repository on the command line

echo "# ImageScrapper" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/basil2style/ImageScrapper.git
git push -u origin master

Push an existing repository from the command line

git remote add origin https://github.com/basil2style/ImageScrapper.git
git push -u origin master
… Read more

Parse IoT Tutorial – Part 1

Everything is Connected and Connection is Power” –IoT(Internet of Things)

In this post,we will create  simple IoT(Internet of Things) App using Arduino+Python+Parse+Android.Due to more contents,i divided into two sections.In this,I will create Arduino to Parse server connection and other part will deal with Android  using Parse SDK. The … Read more

Easy API using Python Flask

In this article ,I will create a simple api using python flask,a micro framework which is easy and implement.I prefer DigitalOcean for Deployment ,but for quick and  easy deploy pythonanywhere is better.

Python Flask

Flask is a microframework for Python based on werkzeug (Python WSGI Utility Library) and Jinja templates.Current stable version is 0.10.1. Applications using Flask are Pinterest, Linkendin … Read more