Python web terminal butterfly

Butterfly is a tornado web server written in python which powers a full featured web terminal. The js part is heavily based on term.js which is heavily based on jslinux. https://pypi.python.org/pypi/butterfly/1.2.5 Butterfly is developed by France guy Florian Mounier. $ pip –proxy : install butterfly $ Downloading/unpacking butterfly Running setup.py …

1st Android App

You should have Eclispe IDE and Android ADT plugin, SDK Tools installed. Here are simple steps to create 1st Android app as test. 1) create project Fron New menu, select "Android Application Project" Application Name: My First App Project Name: MyFirstApp Package Name: com.dreamcloud.myfirstapp Minimum Required SDK: API8:Android 2.2 // …

Setup Android ADT to existing Eclispe

Assumes Eclispe IDE already there, this is simple steps to setup Android ADT kits. download and install Android SDK 1) download and install Android SDK (.exe) on C:\Android\SDK, the Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android. Don’t start …

Portable GNUstep Console2

The objective is to have portable GNUstep with Console2 terminal, few issues there: default msys.bat looks like has Console2 option but it is not working; it should detect usb driver automatically since could run GNUstep on different computer; prefer launch GNUstep from Console2 instead of launching script then start Console2 …