scripting
Adding scripting to an android app
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[详细]
2023-03-31 05:47 分类:问答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.[详细]
2023-03-31 04:09 分类:问答Is it possible for Scala to offer type checking inside scripts?
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[详细]
2023-03-30 22:55 分类:问答Can I pass arguments to a external Beanshell script, sourced from another Beanshell script?
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?[详细]
2023-03-30 18:07 分类:问答How do I write a bash script to restart a service if it dies?
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.[详细]
2023-03-30 17:53 分类:问答What is an efficient way to replace list of strings with another list in Unix file?
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[详细]
2023-03-30 16:47 分类:问答Capturing output of asynchronous bash commands?
Is it possible t开发者_如何学Co do something like this in bash? output=$(echo hello; sleep 10) &[详细]
2023-03-30 15:09 分类:问答How to tee all console output of shell sessions to a log file
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[详细]
2023-03-30 09:07 分类:问答Should I run each plugin in its own thread?
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.[详细]
2023-03-30 03:35 分类:问答Run userscript within the IE web browser control in a MFC application
I am developing a C++ application using the Internet Explorer webcontrol. I would like to use some usersc开发者_C百科ripts to modify the webpage.[详细]
2023-03-29 22:57 分类:问答