new

 

 



View filtered by:

Featured Diagrams


Here are a list of featured diagrams, showing the kind of things you can do with GitUML.

Javascript Diagrams

#81 javascript - graph and edge
Created by: admin   published
Language: Javascript
Repository: trekhleb/javascript-algorithms  github
Commit: master
Tags: featured-js
Description: In computer science, a graph is an abstract data type that is meant to implement the undirected graph and directed graph concepts from mathematics, specifically the field of graph theory A graph data structure consists of a finite (and possibly mutable) set of vertice…
#89 Disjoint Set
Created by: admin   published
Language: Javascript
Repository: trekhleb/javascript-algorithms  github
Commit: master
Tags: featured-js
Description: Disjoint-set data structure (also called a union-find data structure or merge- find set) is a data structure that tracks a set of elements partitioned into a number of disjoint (non-overlapping) subsets. It provides near-constant-time operations (bounded by the inverse…
#188 What 'JQuery' looks like
Created by: admin   published
Language: Javascript
Repository: abulka/todomvc-oo  github
Commit: master
Tags: featured-js
Description: This is a diagram showing what Jquery looks like, when analysed using GitUML's ability to visualise functions as boxes.

Java

#20 JAVA - command design pattern
Created by: abulka   published
Language: Java
Repository: iluwatar/java-design-patterns  github
Commit: master
Tags: featured-java
Description: In object-oriented programming, the **command pattern** is a behavioral design **pattern** in which an object is used to encapsulate all information needed to perform an action or trigger an event at a later time. This information includes the method name, the obje…
#22 Java - swing drag and drop - openjdk-jfx
Created by: abulka   published
Language: Java
Repository: javafxports/openjdk-jfx  github
Commit: master
Tags: featured-java
Description: Java Swing is old (JavaFX is now the latest GUI technology) but its not forgotton. OpenJFX is an open source, next generation client application platform for desktop, mobile and embedded systems based on JavaSE. It is a collaborative effort by many individuals and com…
#23 java-nested packages torture test
Created by: abulka   published
Language: Java
Repository: abulka/java-nested  github
Commit: 2b88837f12003993db859aa6acfef77e1def67ef
Tags: featured-java
Description: I use this source code as a torture test example for implementing java-nested package visualisation. I (the author of GitUML) also recently added optimisations so that nest packages with no classes would collapse into **a.b.c** etc. syntax rather than showing one nest…
#30 abstract document java-design-patterns
Created by: abulka   published
Language: Java
Repository: iluwatar/java-design-patterns  github
Commit: master
Tags: design pattern abstract featured-java
Description: A document is an object that contains a number of properties. A property can for an example be a value like a number or a string, or it can be a list of other documents. Every property is referenced using a key.[2] When traversing the document tree, the user specifies …
#38 Openjdk jfx animation performance
Created by: abulka   published
Language: Java
Repository: javafxports/openjdk-jfx  github
Commit: master
Tags: featured-java
Description: Quite a large chunk of classes from OpenJFX. OpenJFX is an open source, next generation client application platform for desktop, mobile and embedded systems based on JavaSE. It is a collaborative effort by many individuals and companies with the goal of producing a mo…
#160 plantuml - understanding boot up
Created by: abulka   published
Language: Java
Repository: plantuml/plantuml  github
Commit: master
Tags: featured-java
Description: Here is an analysis of the startup of `plantuml.jar` beginning with `Run.main()`. The first thing that happens is that the command line arguments are recorded in an attribute of the `Run` class by calling Run.`saveCommandLine()`. Then those arguments are parsed and re…

TodoMVC Related

#134 TodoMVC Object Oriented Controllers imp…
Created by: admin   published
Language: Javascript
Repository: abulka/todomvc-oo  github
Commit: master
Tags: featured-todomvc
Description: The TodoMVC "rosetta stone" app - implemented using Object Oriented Controllers. This diagram shows the event flow, visualised using using literate code mapping. Notice how effective _colours_ are in following the event flow. This project is a Javascript implementat…
#153 TodoMVC-JQuery - Understanding the init…
Created by: abulka   published
Language: Javascript
Repository: tastejs/todomvc  github
Commit: master
Tags: featured-todomvc
Description: This is the initialisation use case of TodoMVC-Jquery, depicted as a Literate Code Map. Building this diagram helped me understand how this implementation worked, which led me to build my own implementation of TodoMVC called TodoMVC- OO which is an implementation witho…
#154 TodoMVC-JQuery - Understanding editing …
Created by: abulka   published
Language: Javascript
Repository: tastejs/todomvc  github
Commit: master
Tags: featured-todomvc
Description: This is the editing of todo items use case of TodoMVC-Jquery, depicted as a Literate Code Map. Building this diagram helped me understand how this implementation worked, which led me to build my own implementation of TodoMVC called TodoMVC-OO which is an implementation…
#168 jecs architecture (Entity Component Sys…
Created by: admin   published
Language: Javascript
Repository: zakplus/jecs  github
Commit: master
Tags: featured-todomvc
Description: Entity Component System frameworks are actually relatively simple. They offer ways of: 1. defining Entities, 2. adding Components (data objects) to those entity instances, 3. defining Systems \- which are code blocks which run across subsets of matched Component…
#170 TodoMVC-ECS (Entity Component System im…
Created by: admin   published
Language: Javascript
Repository: abulka/todomvc-ecs  github
Commit: master
Tags: featured-todomvc
Description: Here is the architecture of my TodoMVC-ecs project which is the classic TodoMVC app implemented using ECS, a gaming architecture. I chose to use the javascript Jecs library - pictured here. # Entity Component System • TodoMVC Is the Entity Component System any good …

Public Diagrams by Others


#2331 deploy-static config and pipelines
Created by: jaygray0919   published
Language: Javascript
Repository: anant-k-agrawal/jay.dev  github
Commit: test-jg
#2330 search-functions
Created by: jaygray0919   published
Language: Javascript
Repository: anant-k-agrawal/jay.dev  github
Commit: test-jg
Tags: search
#2296 Untitled anhembi-practice-activity-1-psc
Created by: diego8   published
Language: Java
Repository: diegoRrocha221/anhembi-practice-activity-1-psc  github
Commit: main
#2154 Untitled VictusGraphAnalyzer
Created by: None   private
Language: Javascript
Repository: raspHAT/VictusGraphAnalyzer  github
Commit: main
#2153 Untitled VictusGraphAnalyzer
Created by: None   private
Language: Java
Repository: raspHAT/VictusGraphAnalyzer  github
Commit: main
#2114 Final_Project_UML
Created by: nable941   published
Language: Java
Repository: nable941/SDEV200_Final_Project  github
Commit: main
#2079 examples-amp-dev
Created by: jaygray0919   published
Language: Javascript
Repository: ampproject/amp.dev  github
Commit: future
Tags: examples
#2068 JAVA - command design pattern copy
Created by: None   private
Language: Java
Repository: iluwatar/java-design-patterns  github
Commit: master
Tags: featured-java
Description: In object-oriented programming, the **command pattern** is a behavioral design **pattern** in which an object is used to encapsulate all information needed to perform an action or trigger an event at a later time. This information includes the method name, the obje…
#1879 front+pages
Created by: jaygray0919   published
Language: Javascript
Repository: ampproject/amp.dev  github
Commit: future
Tags: pages
#1871 samplesBuilder.js
Created by: jaygray0919   published
Language: Javascript
Repository: anant-k-agrawal/jay.dev  github
Commit: test-jg
Tags: partial html
#1867 Amp Project example for Jay
Created by: admin   published
Language: Javascript
Repository: ampproject/amp.dev  github
Commit: future
#1849 cs158a-WindowSimulator
Created by: ae6ch   published
Language: Java
Repository: ae6ch/cs158a-WindowSimulator  github
Commit: master
#1786 Untitled m426-project-time
Created by: None   private
Language: Java
Repository: BBZ-BL-IT/m426-project-time  github
Commit: main
#1761 lowcoder app
Created by: abulka   published
Language: Java
Repository: lowcoder-org/lowcoder  github
Commit: main
Tags: lowcode java nocode
#1745 Untitled jeuminesoriginal
Created by: Houcem127   published
Language: Java
Repository: Houcem127/jeuminesoriginal  github
Commit: main
#1693 Untitled neetcloud
Created by: None   private
Language: Java
Repository: meugenom/neetcloud  github
Commit: master
#1643 Untitled UML
Created by: None   private
Language: Java
Repository: ernestovaig/UML  github
Commit: master