1844 packages — page 54

SecureSqueak

Build generative AI apps with Vertex AI. Switch between models without switching platforms.
SourceForge squeak

SelectorNamespace

Squeak implementation of Selector Namespace
SqueakSource squeak

SendTreeExplorer

This little goodie provides new tools SendTreeExplorer and MessageSendTree. Like MessageTally, MessageSendTree traces the execution of a block in simulation. There are three key differences:1. Rather than tallying the number of times each method is called in a given context, …
SqueakMap squeak

SentorsaSeasideForms

It's a form building superclass that lets you write as little code as possible to get a form up and going and works with either your domain model object, or the form itself acting as the model in cases where …
SqueakSource squeak

Serial Terminal

This adds serial terminal capabilities to Ian Piumarta's Telnet package. It will load that package from SqueakMap automatically. You can save serial session settings just like telnet settings.
SqueakMap squeak

serverless-squeak

GitHub squeak

ServerTool

Easy setting up tool for Super Swiki.See Collaborative category at the object browser.
SqueakMap squeak

Services

A service is an executable object, which can be used in various places, such as menus, buttons, commands or shortcuts. This framework provides an easy way to define services and to classify them. If it is adopted in Squeak, this …
SqueakSource squeak

Services-All

A Package consisting of several packages related to the services framework. Check the preferences to enable and disable options.Services included in this package include:
SqueakMap squeak

Services-Base

Support code and basic services forsqueak. Does not depend on anything,but you might want to load :
SqueakMap squeak

Services-Keymapping

Allows services to be triggered by keyboard shortcuts.Allows those shortcuts in the World too (in addition to TextMorphs).Defines a few convenience shortcuts (insert ifTrue: ....)
SqueakMap squeak

Services-OB

Allows OmniBrowser to use browser services(class menu, method menu code pane menu).So you can use Refactorings, Navigation, SLint and BrowseUnitservices if you have them installed. Depends on services-baseand omnibrowser
SqueakMap squeak

Services-RB

Defines the refactorings as Services, so that they can be used in a wider number of places.Hopefully all browsers (this is the case for all standards browsers).Install Services-OB or Services-Whisker to have them in those Browsers. Depends on the RB …
SqueakMap squeak

Services-Whisker

Services for whisker. With this you can use (if you installed the packages) : There are still a few problems in this release for keyboard shortcuts, but menusworks well.
SqueakMap squeak

setup

This offers some support to store and use a script for setting up the Squeak image.
SqueakSource squeak

Seuss

Seuss is a Dependency Injection framework, not dissimilar to Google's Guice, but for Smalltalk.Install Seuss:Gofer it squeaksource: 'phexample'; package: 'Phexample'; squeaksource: 'Seuss'; package: 'Seuss'; load
SqueakSource squeak

Sextant

Sextantis a Seaside2 application which serves SVG clients.The project's homepage is-here.Great news! Dan Ingalls and his team created a Morphic GUI which runs on SVG clients, find it-here.
SqueakSource squeak

SFR

Goal of this project is describe open fundraising system on squeak. It tend to have low entry barrier. I.e., it should be quite easy to install it for begginers - with minimum of functionality, of course. As your experience and …
SqueakSource squeak

SGrid

Working on lots of business apps and using the ODBC for Squeak package it became clear that we needed a morphic grid. I couldn't find one so I worked one up here. This is just a few hours of work …
SqueakMap squeak

SGrid

A morphic grid for Smalltalk anyone?Working on lots of business apps and using the ODBC for Squeak package it became clear that we needed a morphic grid. I couldn't find one so I worked one up here. This is just …
SqueakSource squeak

Shapes

NOTE: uptodate versions of this package are on SqueakSource!Adds classes representing ESRI shapefiles. Commonly used types are handled: Polygon, Polyline, Point and MultiPoint shapes. Shape data are read from files and simply kept as-is in ByteArrays in ShapeMap objects, or …
SqueakMap squeak

shapes

Reading and writing GIS data in ESRI's Shape file format. For displaying a Shape (as Form) the DBF file format and ColorLegend packages are required (to be found on SqueakSource)
SqueakSource squeak

SharedStreams

SharedStreams introduces SharedBufferStream and SharedBidirectionalStream. SharedBufferStream is like a SharedQueue (FIFO) but for a stream ofbytes/characters instead of separate objects. It can be used as a "socket"between Squeak processes in order for them to communicate with a streamprotocol. A SharedBidirectionalStream …
SqueakMap squeak

ShooterGame

ShooterGame exercise as described in Turning a Fun Project into Lessons: Programming a Space Shooter in Squeak/Smalltalk, Scott Gibson
SqueakSource squeak

ShooterGame

Shootergame as developed in: Turning a Fun Project into Lessons: Programming a Space Shooter in Squeak/Smalltalk
GitHub squeak GPL-3.0