New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Claim $300 Free
Our Free Plans just got better! | Auth0
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.
Vici - create a UNIX script using a flow chart interface.
...Feedback
If you want to assist in the development of VICI please use the Discussion area on this site.
For general comments and questions please use the Fedora Forum thread (under External Links).
Status: Currently working on the thirteenth development cycle which aims to provide a new GUI for entering commands and to complete the command documentation.
An object oriented language for concurrent software development
...For proper documentation please read the diploma thesis (Only available in german yet).
Some of the goals to achieve:
- Embedding some design-patterns on language level (singleton, state-pattern)
- Implementation of a back-end for byte-code generation
- Extending the compiler with an optimization phase for optimizing byte-code
- Optimizing the interpreter to improve runtime performace.
- Implementation of a Hotspot-Compiler for translating byte-code to x86 machine-code for native execution.
- Overall optimizations of the runtime library.
...
Simple QBASIC Interpreter written in C++.I am developing this interpreter for self-learning purposes,don't take it serious.I will try to follow syntax of QBASIC as close as I can. The source code could be useful for those who learn C++.
Qt GUI is in very raw state.
Generate a parser at runtime from a collection of C++ objects. Concisely state a parser specification in ordinary C++ code. Learn from a parser generator with an object-oriented design.
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 C++ class that implements a Lua state. Load Lua scripts into an instance of this class, and use intuitive methods from your C++ code to access and manipulate the Lua script environment.
This library is an implementation of an extensible dynamic configurable finite state machine (FSM). The configuration of the state machine is not compiled, but loaded at the runtime from a file or created by application.