I have an android app that users should be able extend using scripts. That开发者_运维百科\'s the plan anyway. Users can write scripts which are saved into a folder on their flash and accessed from a m
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.
Does anyone know if there\'s a way to do have type checking in scripts for Scala? When I\'m writing short scripts, I f开发者_Python百科eel I lose a lot of the strength of Scala\'s typechecking (i.e. c
I am trying to figure out how to pass arguments to a second script that I call from an initial script.The Beanshell documentation says nothing about this.Does anyone know how to do this?
I have a program that runs as a daemon, using the C command fork(). It creates a new instance that runs in the background. The main instance exists after that.
Suppose I have two lists of strings (list A and list B) with the exact same number of entries, N, in each lis开发者_运维百科t, and I want to replace all occurrences of the the nth element of A with th
Is it possible t开发者_如何学Co do something like this in bash? output=$(echo hello; sleep 10) &
I a开发者_如何学Gom not sure if this is possible but it would be terribly handy to automatically tee all console output (stderr and stdout) to a log file starting after logging in.I would want it to c
In my game a user can load custom scripts. Typically there are 50-100 scripts loaded. Each script gets called each frame via its Update method.
I am developing a C++ application using the Internet Explorer webcontrol. I would like to use some usersc开发者_C百科ripts to modify the webpage.