59781 packages
— page 533
Packages from the Inbox that are dealt with are moved here.
Squeak Trunk
This project is a part of a system I created for a client that supports client surveying and related reporting. This part accepts requests (via localhost IP) that specify a type of graphic (graph really) and the data needed to …
SqueakSource
squeak
Graph sandbox for pharo
GitHub
pharo
Graph knowledge base (representation and reasoning) in Pharo Smalltalk
GitHub
pharo
PJI Ryan Ikhlef : Algorithme pour afficher des graphes avec Roassal3 dans Pharo.
GitHub
pharo
Personal Planning System for Pharo Smalltalk
GitHub
pharo
GraphQL allows interoperation of systems with built-in discovery. This package is a full-spec GraphQL Parser, Server, Client, and Schema-Generator.
SqueakMap
squeak
A full spec GraphQL parser, validator, and execution engine. Solid. The packages are:GraphQL-Core (domain and parser)GraphQL-Engine (document validation and execution)GraphQL-Tests-Core (parser tests)GraphQL-Tests-Engine (engine tests)Announcement:https://news.squeak.org/2024/08/12/announcing-graphql-for-squeak-a-structured-query-language-for-flexible-api-development/
SqueakSource
squeak
A (very simple!) GraphQL client for Smalltalk
GitHub
Ported from the Graphs.st goodie by Mario Wolczko.Fixes and SAR by Samir Saidani These classes add a collection category to representcollections that do not necessarily have a sequence, but are morestructured than sets. See the examples in Graph and RootedGraph.
SqueakMap
squeak
This package includes Morphs that layout themselves as graphs. Currently, there are two layout methods: a springs-gravity model (based on the MathMorphs graphs originally implemented by Gerardo Richarte), and a animated radial layout inspired by http://citeseer.nj.nec.com/yee01animated.html
SqueakMap
squeak
Monticello package from packaging repository
Lukas Renggli Source
pharo
Monticello package from packaging repository
Lukas Renggli Source
pharo
Monticello package from packaging repository
Lukas Renggli Source
pharo
Monticello package from packaging repository
Lukas Renggli Source
pharo
Monticello package from unsorted repository
Lukas Renggli Source
pharo
Monticello package from unsorted repository
Lukas Renggli Source
pharo
1. You must download and install GraphViz from http://www.graphviz.org for your platform (Win32, Unix, Linux, or Mac OS should be supported). The binaries (e.g. dot, fdp, neato, twopi, dot2gxl) should be in your environment path as well.2. On the Unix …
SqueakMap
squeak
Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. Automatic graph drawing has many important applications in software engineering, database and web design, networking, and in visual interfaces for many other domains. GraphViz …
SqueakSource