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 fluent and declarative (using attributes) programming models.
With ConsoleFx, you can say goodbye to lengthy cumbersome code to parse your command-line arguments.
For detailed documentation, with getting started guides, advanced...
This implements a fast and user-friendly log console window to use for debugging purposes of Windows applications (C# already). It is intended to replace the default Win32 console window for such purposes.
Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
Route the Console and Debug output of .NET to your GUI. All Console.Write and Debug.Write calls are displayed. Contains a winforms usercontrol and a form window. Weblinks are clickable. The Write method is thread save, so you can write from every thr
A standalone console application used for mailing revisions to a selected list of email addresses upon commit. Plugs into the SVN post-commit hook. Provides similar functionality and formatting as CVSMailer.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
A library written for C# that allows you to create a console navigation with textfields, labels, panels, menus an lists.
Development is at https://github.com/flagbug/FlagConsole
ika is a game engine designed to allow one to make a console style RPG with a minimum of code, while allowing one who is willing to code an impressive level of power over the look and feel of one's project, thanks to the embedded Python interpreter.
Soar is a general cognitive architecture for developing systems that exhibit intelligent behavior. Researchers all over the world, both from the fields of artificial intelligence and cognitive science, are using Soar for a variety of tasks.
VSPC is the console utility for converting between project formats for various versions of Microsoft Visual Studio. Currently the project supports VS 2002, 2003, 2005 and 2008. Original version of the code was created by Stoyan Damov.
Library for the W3C Markup Validator API in C#.
This library uses the API of the W3 HTML Validator application (http://validator.w3.org/) to validate an HTML document and receive as response if it is valid or not as well as errors and warnings.
command4net makes it easy to implement asynchronous command support for Console and command line based applications or services via the use of scripts written in any .NET language and optionally contained in external assemblies. C#, VB.NET, Boo Examples
AddHeaderToCS is a command line tool, that adds header to files (to .cs files by default) in current directory and all sub-directories. For an example, you can add copiright header to all your source .cs files.
Component (library, framework) refactoring may affect existing applications, where the client code used previous component versions. Our tool preserves applications binary-compatible by generating an adaptation layer out of change history.
Hotaru is an XNA-based Game Engine that is intended to be used for 2D Action RPGs. Game Developers can use Tonbo (a Visual Studio Plug-in) to create and distribute games that run on Hotaru.
A very simple and easy to use command line argument parser library for .NET C# console applications. No need to read any documentation - just look at the provided example that you can also use as a template. The library has only 4 methods.