With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Find Hidden Risks in Windows Task Scheduler
Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Rust is a drag&drop RPM creation utility and general purpose sandboxing toolkit. You can create RPM packages intuitively with the GUI. Rust may also be used to build RPMs for arbitrary source code, just by doing a 'make install' in the sandbox...
...Please Note: This is an old project that was eventually integrated into NSIS distribution directly. The plug-in mechanism eventually changed, so this version of the code no longer works properly with NSIS. I have left the project online for archival purposes, but please use the bundled version instead.
Distributed Compiling Environment (DCE) is a middleware application that is designed to spread the work of compiling source code, render images or other
tasks over multiple machines.
Ezvu (Easy View) converts the given set of C files into HTML files with all the user defined function calls converted to hyper links so that the user can click the link to view that function definition. Very helpful C code browser ;)
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Class Library that encapsulates the Win32 API programming elements. The library provides a set of C++ classes to reduce the amount of code necessary to write native Windows applications, without abstractions away from the core Win32 API, and without any
Gcc for Windows (gcw) is yet another attempt to port gcc to Win32 platform. The major difference from MinGw and Cygwin is maximum possible acceptance of Microsoft Visual C++ source code and intended binary compatibility with Microsoft Visual C++.
Freescope is a source code browser similar to cscope, ported to various operating systems. It is under heavy development and will eventually provide various parsers for programming languages.
XMLpg - XML parser generator.
Generates an XML parser in C++ from a DTD. The generated code will provide validation as well as conversion of the input XML.
ebnf2yacc is a tool to help write yacc parsers/compilers.
It takes as input a grammar written in bnf (ebnf support is planned), and outputs a c++ abstract syntax tree that supports the visitor pattern, along with a yacc parser that builds the tree.
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
The fast, flexible parsing engine. Parse anything in 4 steps: (1) define a grammar, (2) load the grammar into ClearParse, (3) call the engine to parse the source, and (4) traverse the parsing tree. You can even change your grammar at run time.
OpenORM is an OpenSource Object Relational mapping broker based on Scott Ambler whitepapers.
It's developed on C++ and the objects that it persist are CORBA objects.
We are currently using omniORB2 as our ORB and PostgreSQL as our database server.
FreeAmos is an attempt to produce a FREE, portable Amos interpreter. It will be able to run existing Amos code, aswell as being extenable for newer functions
TRVM, the Tiny RISC Virtual Machine, is a tiny (less then 50k of code) virtual machine. It has support for multitasking, with the TRVM machine code. It's fairly easy to learn, with less than 20 operators. And it's easy to integrate into larger programs.
This is an open source state machine template for C++. Initially FSM support will be given. The purpose is to facilitate developers to create state machine based C++ applications easily.
PHP Profiler is both a Zend extension and module capable of generating profiling information (function call statistics) for PHP applications on the server side. No PHP code has to be changed, although the profiler data is available to your scripts.
A tool that searches for code fragments using CVS comments. CVSSearch
takes advantage of the fact that a CVS comment typically describes
the lines of code involved in the commit and that this description will typically hold for many future versions.
Open source code for a wide range of software is now in abundance on the net. The goal of the CodeWeb project is to data mine software development experience that is inherent in this vast amount of code to enhance future development.
Clint is a testbed for static source-code checking techniques. It is currently designed to check C++ for common programmer errors and suggest improvements.
MPS is a Message Passing System, similar to, but not compatible with, CORBA and its IDL. Interfaces are specified in an IDL-like language; bindings exist for C++ and Java, on multiple platforms.
This is an open project that is open to additions all the time. It has been planned that people that code in Borland C++ Builder, would simply ad a new feature whenever they have time. And soon it will be a great tool for coders.
Html2perl is a simple console based utility for converting HTML text streams (or any ASCII based text stream for that matter) into a series of perl print statements for inclusion in a Perl script.
Frost provides a C++ compiler wrapper that makes it possible to use multi methods and functions with virtual arguments almost as if they were a native C++ feature. You don't have to maintain any function-call dispatching code.