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.
Start Free
Error to trace to log to deploy. One click. No SSH.
Catch the cause before the pager goes off.
AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
XmlPreprocess is a tool that can be used to preprocess specially annotated XML files making property substitutions much like a code preprocessor. It is useful for deploying XML configuration files like .NET config files to a many environments.
Dr. Micheal Kay: "Saxon 8.7 is the first release to be released simultaneously by Saxonica on the Java and .NET platforms." MDP: Mission accomplished! Saxon for the .NET platform from Saxonica is now available and supported via the http://saxon.sf.net
CostModel is a Set of Tool inspired by Apendix 3 of the book Programing Pearls, see http://www.cs.bell-labs.com/cm/cs/pearls/appmodels.html.
These tools include Costmodel codegeneration using Codesmith for classes in C# and Java that allows to estimate
NAntRunner is a Visual Studio .Net AddIn. It can be used to control NAnt builds directly from within Visual Studio without the need to use the commandline. It also allows you to filter less commonly used targets and to set target specific properties.
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
System C# (scs) - Port of the C# language for generating highly optimized system code to C++ C or GCC backend. SCS is not JIT'ed, does not need GC, includes c/c++ header files, has full macro support, and allows fine control of all generated code.
JavaCCCS is a port of JavaCC to generate C# code instead of Java. JavaCCCS is a compiler compiler, i.e. given a grammar file it generates a parser for it that can then be used directly or by other applications.
A port to C# of a lexical analyzer tool called JFlex. Produces Java or C# source code files for scanning an input stream and producing a sequence of tokens. Compatible with CUP (Constructor of Useful Parsers).
A collection of reusable software components written in Java, C# and Python including method invocation tracing, filtering and sorting, commandline argument parsing/processing, delimited text file processing and application configuration file handling.
Z-SQL is a package-oriented SQL language designed for Microsoft SQL Server. Full language specification is provided. The compiler translates Z-SQL to SQL Server's native T-SQL. A commandline tool, zsql, that superseeds osql is also included.
Extraction of XML documentation tags from Managed C++. Writes a xml file like the C# compiler, that can be used for IntelliSense support or documentation generation with the NDoc tool.
The NUtility Class Library is a high-level .NET library, and currently includes classes for: commandline processing; credit card validation; email validation; IP address validation; imperial-metric conversion; Soundex, extended Soundex and Metaphone.
A commandline parsing and validation library for Microsoft .NET. Supports unix style switch naming, i.e. long and short switch names, parameterized switches and switch dependencies.
Mercury is a modern logic/functional programming language. The Mercury system includes a
compiler, debugger, libraries, sample code, profilers, etc. Mercury is designed to be the successor
of logic programming languages such as Prolog.
A command-line tool that automates exporting objects (forms, modules, queries, reports, macros) into text files using the SaveAsText function, and exports tables using the TransferText function.
This project is of use to anyone writing rules for the FxCop checker for .net. This provides a framework that will allow you to tag tests with attributes that will provide you with control of what tests are ran against you rules.
This project consists of 2 utilities to assist in the use of Microsoft Visual Studio 2005 via a commandline interface. a commandline app (vs_commander) that will send commands to a running instance of VS and an addin (InsideMan) for custom commands