How to generate zip file using 7z in Execl sheet?
There are many vbscripts to generate zip file from one folder, however for me this is fast and easy way to create zip or 7z file. function zip test script Here is test script.
There are many vbscripts to generate zip file from one folder, however for me this is fast and easy way to create zip or 7z file. function zip test script Here is test script.
Sometime need to open a folder File Explorer, this short script will help.
I need to process some data for selected rows in vbscript, I don’t care the exactly selected area, only care about row numbers, so develop this function to fill this common purpose. The result returns as vb array, index starts from 0. Few concepts here for selected area: Selection: consists …
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 …
The mintty is light unix terminal in windows, which came from putty source, it is my main terminal now for daily job. GNUstep coming with msys.bat but it is not support portable, this is idea to make GNUstep portable for mintty: Step1 How to get portable GNUstep 1) install GNUstep …
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 // …
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 …
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 …
Added test driver for strlen function which comes from K&R C. test result: $ strlen1 The string: The power of C! The length of string is 15 – using strlen() The length of string is 15 – using strlen1()
Added test driver to reverse function which comes from K&R C. test result: $ reverse The original string: This is reverse string test! The reversed string: !tset gnirts esrever si sihT