command-line-interface
Tlib.exe (Borland / Embarcadero) doesn't handle paths properly that contain hifen-minus symbols, what can I do?
When I try to execute something similar to this line below: tlib.exe 开发者_StackOverflow社区/C mylib.lib[详细]
2023-04-04 17:20 分类:问答node.js javascript for cli apps
As per this question: node.js image compression I\'m trying to r开发者_JS百科un pulverizer in node.js, in code.[详细]
2023-04-04 11:03 分类:问答CLI cURL to PHP cURL
I am working on a fast caching system to work with a PHP framework. Basicly, all static pages don\'t need to be loaded with framework, so I wanted to use CURL. For the command line it works very fast:[详细]
2023-04-03 21:52 分类:问答Parsing arguments to a Java command line program
What if I wanted to parse this: java MyProgram -r opt1 -S opt2 arg1 arg2 arg3 arg4 --test -A opt3 And the result I want in my program is:[详细]
2023-04-03 15:06 分类:问答What's the best way to get a number as input from python while maintaining type
I\'m trying to get a number as CLI input from python. Valid input should be either an int or a float and I need t开发者_高级运维o maintain type. So validating an int and returning a float wouldn\'t wo[详细]
2023-04-03 04:26 分类:问答Think I found a bug in PHP v5.3.3-1ubuntu9.5 CLI?
I may have found a bug, if so who do I report this too? Here is what I\'ve got: for ($i = 0; $i <= ($count)-1; ++$i) {[详细]
2023-04-03 02:44 分类:问答Playing with node.js: can I create a CLI app that simply displays the date and time?
I\'d like to see if it\'s possible to make an CLI app that simply displays the date and time with node.js. So far I\'ve only figured out how to send the date开发者_开发百科 and time over HTTP. Here\'s[详细]
2023-04-02 08:19 分类:问答Is there a Ruby equivalent to the C++ std::setw(int) function?
I am outputting some text tables to a terminal and would like to be able to use something like the C++ std::setw() 开发者_如何学JAVAfunction to provide padding for my output rather than guessing at th[详细]
2023-04-02 07:39 分类:问答controlling CLI PHP scripts from web ui
I am having an application in which there is a dumper action which continuously retrieves an xml stream from a web service parse it and then dumps it into a mysql DB.[详细]
2023-04-01 18:33 分类:问答How can I build a modular command-line interface using rubygems?
I\'ve written a command-line tool for manipulating with genome scaffolds called \"Scaffolder\". At the moment all the tools I want to use are hard-coded into the library. For instance these tools \"va[详细]
2023-04-01 02:11 分类:问答