1142 packages — page 40

Seaside-Widgets

Monticello package from seaside31 repository
Lukas Renggli Source pharo

Seaside-Widgets

Monticello package from seaside31 repository
Lukas Renggli Source pharo

Seaside-Widgets

Monticello package from seaside31 repository
Lukas Renggli Source pharo

Seaside-Widgets

Monticello package from seaside31 repository
Lukas Renggli Source pharo

Seaside-Widgets

Monticello package from seaside31 repository
Lukas Renggli Source pharo

Seaside29Addons

- Addons to Seaside 2.9 especially for Scriptaculous
SqueakSource

SemanticVersion

Smalltalk implementation of the SemanticVersion specification
GitHub MIT

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

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

Shabeen

The project for this semester is to create an application that provides location-based services. Our application will allow users to specify their current location and view the locations of their friends. Users will also be able to read and write …
SqueakSource

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

ShoreComponents

Shore Components project is a library of building blocks for Seaside.Currently it contains only few of them, but we hope that the projectcan serve as the meeting point for those people asking in mailinglists for such a library again and …
SqueakMap squeak

ShortcutsCenter

A framework to create and document your Spec widget's shortcuts using pragmas.
GitHub MIT

ShoutMonticello

Enables syntax highlighting in Monticello browsers.Requires Shout.2 to be loaded first.Resolves identifiers according to Snapshot contents, so that unloaded packages are styled correctly (with respect to their own contents).
SqueakMap squeak

SIForgeWizard

SIForgeWizard is a small seaside application for the authorsof the http://www.siforge.org italian web site.SIForgeWizard is suitable for building a small XML-articlecomplaiant with the SIForge specification.Look at http://www.siforge.org for more information.It is ALSO a SMALL example of how building a simple …
SqueakMap squeak

SimpleLog

Nice and simple logging. There are eight messages for logging based on severity. These correspond to the eight levels defined in syslog: 7 - debug (Debug-level messages)6 - info (Informational)5 - notice (Normal but significant Condition)4 - warning (Warning Condition)3 …
SqueakMap squeak

SimpleMacro

MacroProcessor is a preprocessor that can process a String and given a startString and an endString it will call a given model (or a pluggable block) to expand the contents found between those markers. The content between one such pair …
SqueakMap squeak

SimpleMorphicSqueak

SimpleMorphic is created by Juan Vuletich, with initial release for Pharo (and Squeak) supported by ESUG. For the latest versions of Juan's work, refer to Cuis Smalltalk, available at http://www.jvuletich.org/Cuis/Index.html.This project started with the original SimpleMorphic release for Pharo, adapted …
SqueakSource squeak

SimpleTextParser

A parser interface to handle unformatted or unstructured text files, supporting:Uniform interface through #rowsDo:Specification of delimitersValidationsCSV (through CSVParser) and XML (through XPath)Installation:Installer ss project: 'XPath'; install: 'XPath'; project: 'SimpleTextParser'; install: 'SimpleTextParser'; install: 'SimpleTextParserTests'. Gofer new squeaksource: 'XPath'; package: 'XPath'; squeaksource: …
SqueakSource squeak

Singletons

*The delegation methods of this package make use of the ObjectsAsMethods VM support. In a 3.6 image, you must call #recreateSpecialObjectsArray before using this package.* This package adds the #becomeSingleton method to Object, which will transform the receiver into an …
SqueakMap squeak