1142 packages
— page 13
I am a simple frame counter for pharo!
GitHub
pharo
MIT
Most functional programming languages like Haskell or ML allow to define functions using pattern matching. Instead of testing arguments in the body of a message, this allows to specify case-based function definitions in a very elegant way. An example of …
SqueakMap
squeak
GitHub
squeak
NOASSERTION
I do a Monticello package in MCHttpRepositorylocation: 'http://www.squeaksource.com/Ladrillos/'user: 'squeak'password: 'squeak'It's MorphicGames-edc.1.mczAnd create this .pr as equivalent to 3.6
SqueakMap
squeak
Prerequisites -Gardner (the swiki by Cees on which this is based)SmallWiki (the swiki parsing stuff by Lukas and Roel on which Gardner is based) Gardner claims to need Seaside, but unless you actually want to make this swiki publically available, …
SqueakMap
squeak
Gardner = Martin Gardner, keeping in line with the currenttrend of naming packages after favorite authors ;-) Gardner uses the parser of SmallWiki and stores parse treesinternally. This makes it easy to use for non-swiki apps(utilities, static page generators, Morphic …
SqueakMap
squeak
Gardner is a Wiki disguised as a Seaside component. It uses on the SmallWiki syntax and has code to convert from Swiki syntax. The idea is to keep Gardner as simple as possible, so that it easily integrates in Seaside …
SqueakSource
Smyslem je navrhnout a vytvořit GUI pro funkce aktuální implementace GeKona (seznam funkcí ve spolupráci s týmem projektu GeKon Code Integration). Dále navrhnout a vytvořit mechanismy pro dotváření dalích prvků GUI pro ostatní aktuální projekty.
SqueakSource
Fixes:Enhances failure code for elementsExchangeIdentityWith:.Enhances Interval + and -.Enhances LinkedList species, at: and add:before:.Enhances LookupKey name.Enhances Message printOn:.Moves tryNamedPrimitive... from Object to ProtoObject so simulator will work correctly for all objects.Enhances Object copy by calling postCopy.Fixes Object newFrom: and copySameFrom: …
SqueakMap
squeak
Geppetto brings partial behavioral reflection to Squeak!It allows to reify different operations like message send, message receive or field access (read and write). Upon such operation occurrences at runtime a shift to the meta-level may occur where user-defined metaobjects can …
SqueakSource
squeak
The primary goal of project is to integrate GLCanvas (subclass of Canvas) and GLDisplayScreeninto squeak morphic model, to be able use OpenGL directly and avoid using software blitting for rendering at all. At current stage, most basic canvas operations supported, …
SqueakMap
squeak
The primary goal of project is to integrate GLCanvas (subclass of Canvas) and GLDisplayScreen into squeak morphic model, to be able use OpenGL directly and avoid using software blitting for rendering at all. See installation details at http://wiki.squeak.org/squeak/6003
SqueakSource
squeak
Define global keystroke sequences to invoke arbitrary code blocks.The code blocks associated with a keystroke sequence can perform such functions as cycling through desktop windows, invoking Monticello, executing tests -- anything you can put in a code block.Includes theGlobalKeysToolGUI for …
SqueakSource
GLORP: Generic Lightweight Object Relational Persistence. Glorp is an object-relational database mapping library similar to TopLink, Apple EOF, Hibernate, Cayenne and so on. Queries can be written using Smalltalk block syntax. The Squeak version of Glorp currently only works with …
SqueakSource
squeak
Goya lets you color the executed methods of the running image. See the class side of InstrumentingAssociation for examples on how to color methods. Color some interesting methods and do something with them such that they are indeed executed by …
SqueakMap
squeak
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
PJI Ryan Ikhlef : Algorithme pour afficher des graphes avec Roassal3 dans Pharo.
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
GT in 7' is a series of short guided tours on YouTube to various aspects of Glamorous Toolkit.
Web Discovered
Glamorous Toolkit client for Cloudflare's Browser Rendering REST API — render pages, scrape content, extract structured data with AI, discover links, take screenshots, generate PDFs, and crawl websites with GT inspector views.
GitHub
Integration of phlow-rs with Glamorous Toolkit and ability to render views in GT Inspector
GitHub
MIT