Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1
Compare

mksh is the MirBSD Korn Shell, largely similar to the original AT&T ksh, pdksh’s actively developed successor, portable. It includes bug fixes and improvements in order to produce a modern, robust shell good for interactive and especially script use. It has UTF-8 support and extended ... [More] compatibility to other modern shells. mksh compiles on: MirOS gcc3+pcc+SUNWcc, MidnightBSD gcc3+pcc; BSD/OS gcc1+2; DragonFly,Free/Net/OpenBSD gcc3+4; AIX gcc4+xlC9; DEC OSF/1 v2,ULTRIX 4.5 MIPS, Tru64 4/5.1 CompaqC+gcc2; HP-UX PA-RISC/IA64 gcc3+aCC; IRIX gcc3+MIPSpro; MacOSX,iPhone gcc3/4+llvm-gcc; QNX; Solaris 8/10 gcc3+SUNWcc; Interix gcc+msc; Cygwin gcc; UWIN-NT dmc+msc+Borland; GNU/Linux/kFreeBSD/HURD dietlibc+libc5+µClibc gcc2/3/4+icc+llvm-gcc+nwcc+tcc+TenDRA+llvm-clang; Haiku gcc; Minix3; Android; … [Less]

4.5
   
  0 reviews  |  13 users  |  197,563 lines of code  |  16 current contributors  |  Analyzed 8 days ago
 
 

args4j is a small Java class library that makes it easy to parse command line options/arguments in your CUI application.

5.0
 
  2 reviews  |  12 users  |  30,212 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 
Compare

htty is the HTTP TTY, a console application for interacting with web servers. It’s a fun way to explore web APIs and to learn the ins and outs of HTTP. Install by typing: gem install htty

0
 
  0 reviews  |  3 users  |  13,243 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

Argparse4j is Java port of Python argparse command line parser.

0
 
  0 reviews  |  1 user  |  5,856 lines of code  |  4 current contributors  |  Analyzed 8 days ago
 
 

ConsoleFx is an .NET framework for easily developing command-line interface (CLI) applications. It automates most of the work involved in creating a CLI application, like command line argument parsing, error handling and validations. ConsoleFx supports both declarative (using attributes) and ... [More] imperative programming models. With ConsoleFx, you can say goodbye to lengthy cumbersome code to parse your command-line arguments. ConsoleFx also provides utility classes for console output capturing and extensions to the Console class. We plan to add other utility classes in the future, making it the all-in-one solution for creating your command-line applications. [Less]

5.0
 
  0 reviews  |  1 user  |  4,936 lines of code  |  1 current contributor  |  Analyzed 8 days ago
 
 

The whole idea of implementing a UNIX shell raised to my mind was when we decided to do something different, which we are always trying to do at one instance or the other. The current generation is fast we need to update ourselves to newer technologies, right now when this is been implemented ... [More] there would be a new field in computer stream been born some where in some part of the world which may make one great revolution. But, at the end of the day i have learnt a good moral “Do it different or don’t do it at all”, the challenges i faced while coding the project have made me stronger and the happiness it has given me is priceless all in all we do believe “If you can dream it you can do it!!!” [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

Clipo : Command Line Interpreter library based on the boost Program Option libraryThe idea is to build on top of the program_option library developed by Vladimir Prus (http://www.boost.org/doc/html/program_options.html) an easy to implement command line interpreter library. Examplenamespace po = ... [More] boost::program_options; void handler(const std::vector &parameters) { for (std::vector::const_iterator it = parameters.begin(); it != parameters.end(); ++it) std::cout << *it << std::endl; } void exit_(unsigned int code = 0) { exit(code); } int main(int argc, char **argv) { boost::cli::commands_description desc; desc.add_options() ("handler", po::value< std::vector >()->notifier(&handler)->multitoken()) ("exit", po::value< unsigned int >()->notifier(&exit_)) ; boost::cli::command_line_interpreter cli(desc, ">"); cli.interpret(std::cin); }output: >handler error: required parameter is missing in 'handler' >handler 1 2 3 1 2 3 >toto error: unknown option toto >exit 0 Press any key to continue . . . [Less]

0
 
  0 reviews  |  0 users  |  391 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

I got tired of writing string parsing for every project, and couldn't find a useful implementation for .NET so I made my own.

0
 
  0 reviews  |  0 users  |  1,454 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.