I\'m looking into scripting languages to embed into an application. I\'ve always assumed Lua was the best choice, but I\'ve read some recent news about embedding V8 and was considering using it inste
I\'d like to make a script on Mac OS 10.3 that converts a pdf to a png. I\'ve been looking around bu开发者_运维知识库t I\'m not sure if its even possible. I keep reading about a \"sips\" command but i
Hi but it appears that if my strings have spaces in it, it won\'t work properly. My entire script is here:
I have a Makefile that calls gpg to decrypt text files before opening it with a text editor for editting. Because I do it frequently, I\'d like save time typing in password every time, how can I set u
I\'m curious how a part of Peter Norvig\'s Lisp interpreter works. One can define functions in this Lisp interpreter...how does this work? I\'m a beginner, and just would like a simple explanation.
I can express my need with the following scenario: Write a function that accepts a string to be run as a native command.
i have an excel sheet like so: HEADING <--A1HEADING<-- this is B1 dhgkfdsl 56fdjgnm hgffdkj tr 465gdfkj
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I\'m trying to loop thru each worksheet and set 100 rows of column A to the value of an input parameter. I want each sheet to call an input box and have the column\'s values equ开发者_运维知识库al to
I\'m trying to write a mongo script from the mongo shell, but I\'m having a small problem. I开发者_如何学Python\'ll let the code explain itself.