Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
Get a free trial
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
An Eclipse plugin for generating code out of an Entity-Relationship-Diagram (ERD). Currently SQL-DDL and POJO classes with EJB3.0 Annotations are supported. The diagrams conform to the diagram description by H. Buff (german book, ISBN 3-03-440201-5)
dia2fsm reads DIA diagram files constructed in the prescribed format and produces Finite State Machine (FSM) skeleton code. dia2fsm currently supports code generation to C and C++ and is built on Linux only. dia2fsm depends on Qt, and has been partially
This Java application serves to transform W3C XML Schema instances into interactive diagrams in SVG format. The diagram represents structure of XML files and provides information about individual items – elements and attributes.
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.
sql2diagram converts sql scripts to diagrams in the XML format dia, which can be viewed and further maintained with the dia drawing program. It is a good help for the documentation of a database structure. It provides HTML output as well.
This project is a Class-Diagram plugin for SharpDevelop, that resembles the Visual Studio (Enterprise Edition) ClassDiagram, and allows an overall view of the project classes. Currently integrated into SharpDevelop - www.sharpdevelop.com.
Uml2symfony is a symfony plugin that can translates a argoUML uml(XMI + pgml) file into symfony elements. It generates schema files and plugins accordingly. A component in the UML diagram is translated into a symfony plugin, and the classes inside the co
AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
This is a modeling tool generating code from activity diagrams. The main goal is to achieve a good code generation. I would like to have different possibilities like HTML mapping from diagrams and Java code generation (maybe others) chosen by the user.
This is a software visualizer built entirely on non-iconic glyphs, with support for color-impaired operators. Renderings produced show software as a diagram, not as a written language. The SableCC language interpreter is involved.
MERMAID is an object-oriented domain modeling tool to create enterprise models using an UML classdiagram, an object-event table and finite state machines. The CASE tool checks view consistency, has XMI support and code generation abilities.
This project aims at combining the features of UML modelling along with an easy to understand language similar to action semantics. Te current release provides just the skeleton code generation and classdiagram drawing. A new version has been released!
Decorate Editor Sharp is a program designed to ease creating your own monsters and items with ZDoom's DECORATE lump. It is written in C# with SharpDevelop. It requires the .NET 2.0 Framework.
Slender UML aims to be a streamlined UML diagramming tool. It will feature a simple GUI environment allowing quick creation of UML diagrams without a serious investment of time. Slender UML will be easily used by anyone with a working knowledge of UML.
uml2svg is a tool for converting UML diagrams into SVG. The diagrams have to conform with the UML Diagram Interchange 1.0 Specification, which at this time means they have be exported by Poseidon for UML.
Mada Framework is UML design tool . create classdiagram and draw classes, relations and generate java code and sql script present the UML run using the command [java -cp fw.jar com.mada.designer.UMLEditor]
J-gramS is a diagram editor that uses Java and SWT. Similar to idraw and xfig it focuses on creating diagrams easily without a complicated user interface. Diagrams produced by J-gramS are saved as SVG or a number of image formats.
这个插件是为SharpDevelop开发的,用来检查冗余代码,用到了simian这个工具,你可以从http://www.redhillconsulting.com.au/products/simian/下载simian. <p> This project is a add-in for sharpdevelop.integrate simian in #develop. It iden
Simple UML modeling tool geared towards the beginning object-orientation learner. Can be used in an academic setting to teach UML diagrams. Java code generation from Classdiagram is supported.
Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application.
Following is an example of a query in Pony:
select(p for p in...