1844 packages — page 22

Generic Actions Framework

This simple framework (inspired by OBAction, from OmniBrowser) defines an abstraction layer between a model and a human interface. Using this abstraction, the model answers GenericActions (slightly extended MessageSends) a human might want to perform, and the human interface uses …
SqueakMap squeak

genie

Genie is a character and gesture recognition system inside Squeak. It is completely configurable and allows you to control everything in Squeak by just using a pen or mouse. It has been written by Nathanael Schärli, see http://www.iam.unibe.ch/~schaerli/smalltalk/genie/genieIntroduction.htm
SqueakSource squeak

GentleSmalltalkIntroduction

SqueakMap squeak

Geppetto

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

Gettext

Gettext for Smalltalk - copied from squeaksource and also smalltalkhub
GitHub squeak MIT

Getting started with Squeak/Smalltalk | Codementor

An introduce to the world of Smalltalk with the help of Squeak/Smalltalk.
Web Discovered squeak

GitHub - SquareBracketAssociates/SqueakByExample-english: Open source LaTeX of Squeak By Example · GitHub

Open source LaTeX of Squeak By Example. Contribute to SquareBracketAssociates/SqueakByExample-english development by creating an account on GitHub.
Web Discovered squeak

GLMorphic

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

GLMorphic

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

Glorp

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

GLORP port

Glorp is Object-Relational Mapping Framework similar to TopLink, developed by Alan Knight. Squeak version requires the Postgres client (load it first)
SqueakMap squeak

Golgi

Once you have installed Golgi, do 'Golgi open' to start using it.
SqueakMap squeak

GOmiscChanges

A bunch of new classes and a few changes to existing ones.
SqueakMap squeak

GOODS

GOODS is a distributed, language-neutral object database from Konstantin Knizhnik. It's available from http://www.garret.ru/~knizhnik/goods.html . This client provides transparent storage of Smalltalk objects, or, given some extra type information, compatibility with the GOODS Java interface storage conventions, for easy sharing …
SqueakMap squeak

GOODS

Generic Object-Oriented Database System (GOODS) client for squeak. See SqueakSource wiki page for more information.
SqueakSource squeak

GoodsServer

Launch the GoodsServer directly from Squeak. You can even instantiate a newserver or a temp server as well with minimal code. Requires Squeak.NET which,of course, requires the Windows platform (LINUX is now supported in the form of a user contribution). …
SqueakMap squeak

GoodsServer

Launch the GoodsServer directly from Squeak. You can even instantiate a new server or a temp server as well with minimal code."to start a temporary server that always gets re-initialized" tempServer := GoodsServer startTempServer "or to start a new server" …
SqueakSource squeak

GoogleAPIs

Just a bunch of squeak interfaces to Google APIs. For now, it only includes Google Translate. If you wish to add another one, be my guest...GoogleAPIs-Translate: Requires WebClient, SqueakSSL, PetitParser and PetitJson.
SqueakSource squeak

Goya

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

Gradient Window Look

An attempt for a (hopefully better) look for the Squeak environment.Tries to deal with Windows, ScrollBars and some buttons using gradients formost graphical elements.
SqueakMap squeak

Graph

A Squeak Graph Library Ported from the Graphs.st goodie by Mario Wolczko. These classes add a collection category to represent collections tha tdo not necessarily have a sequence, but are more structured than sets. See the examples in Graph and …
SqueakSource squeak

GraphingService

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

GraphQL

GraphQL allows interoperation of systems with built-in discovery. This package is a full-spec GraphQL Parser, Server, Client, and Schema-Generator.
SqueakMap squeak

graphql

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

Graphs

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