Showing posts with label scripting. Show all posts
Showing posts with label scripting. Show all posts

Monday, May 21, 2012

In the bash script how do I know the script file name?


How can I determine the name of the bash script file inside the script itself?

How do I prompt for input in a Linux shell script?


I want to pause input in a shell script, and prompt the user for choices. The standard 'Yes, No, or Cancel' type question. How do I accomplish this at a typical bash prompt?

Tuesday, May 15, 2012

sl4a python notify question


I have two questions regarding the sl4a scripting language. I'd like to develop a python script that will be periodically contacted by a server and post some information to the notification bar.

Sunday, April 22, 2012

Monday, April 16, 2012

"eval” in Scala


Can Scala be used to script a Java application?



I need to load a piece of Scala code from Java, set up an execution scope for it (data exposed by the host application), evaluate it and retrieve a result object from it.

Friday, April 6, 2012

How do you use scripting language (PHP, Python, etc) to improve your productivity?


I'm a Delphi developer on the Windows platform, recently read the PHP tutorial at W3CSchools, it looks interesting.