1142 packages
— page 40
Monticello package from seaside31 repository
Lukas Renggli Source
pharo
Monticello package from seaside31 repository
Lukas Renggli Source
pharo
Monticello package from seaside31 repository
Lukas Renggli Source
pharo
Monticello package from seaside31 repository
Lukas Renggli Source
pharo
Monticello package from seaside31 repository
Lukas Renggli Source
pharo
- Addons to Seaside 2.9 especially for Scriptaculous
SqueakSource
Smalltalk implementation of the SemanticVersion specification
GitHub
MIT
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
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 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
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
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
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
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
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
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
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
A framework to create and document your Spec widget's shortcuts using pragmas.
GitHub
MIT
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 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
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
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
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
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
*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