1095 packages — page 39

SeasideMootools

This is a port of Michael Lucas-Smith's MooTools packages for VisualWorks. Michael has stated that this package is public domain.The port also includes a port of the dynamic parser/compiler package. However, it is currently not used by MooBrush, because of …
SqueakSource squeak

sers_gs

gemstone code for sers
GitHub gemstone

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

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

SIXX

GemStone port of http://www.mars.dti.ne.jp/~umejava/smalltalk/sixx/index.html
GitHub gemstone NOASSERTION

SIXX

SIXX is an XML serializer/deserializer written in Smalltalk(currently Squeak 4.6 - 6.0, Pharo 5 - 10, VisualWorks 5i.4 - 7, and Dolphin XP are supported). The purpose is to store and load Smalltalk objects in a portable, dialect-independent XML format. …
SqueakMap squeak

SIXX

SIXX is an XML serializer/deserializer written in Smalltalk (Squeak, Pharo, VisualWorks, and Dolphin Smalltalk are supported). The purpose is to store and load Smalltalk objects in a portable, dialect-independent XML format.
SqueakSource pharo

SmaCC Development for <=3.8

SmaCC (Smalltalk Compiler-Compiler) is a freely available parser generator for Smalltalk.Use this package if you want to develop a new parser/scanner/compiler. It is a replacement for the T-Gen parser generator. T-Gen has several limitationsthat make it difficult to produce parsers. …
SqueakMap squeak

SmaCC Runtime

Use this, if you have created some parsers/compilers with SmaccDevelopment and want todeploy them without the development.
SqueakMap squeak

SmaccDevelopment

SmaCC (Smalltalk Compiler-Compiler) is a freely available parser generator for Smalltalk. To get started loadSmaCC(Runtime) andSmaCCDev(Development Tools). The development tools also depend on the refactoring engine.
SqueakSource

SmallLine

[-] A command line parser builder for Pharo
GitHub pharo MIT

smalltalk-abtesting

AB Testing for Squeak, Pharo, GemStone.
GitHub pharo MIT

smalltalkCompat

Smalltalk80 compatiblity for GemStone base
GitHub gemstone MIT

smalltalkJsonWebAPIExplorer

Misc smalltalk utilities for exploring APIs
GitHub

Sokoban

"The object of Sokoban is to push all stones (or boxes) in a maze, such as the one to the right, to the designated goal areas. The player controls the man and the man can only push stones and only …
SqueakMap squeak

Solenodon

Bug Tracking software that uses XML files for persistence.This is my first attempt to write a full application. (A solenodon is a small animal that eats bugs.)
SqueakMap squeak

SortFunctions

A fork of the sort functions in Pharo to be used as a dependency for GemStone/64
GitHub pharo MIT

Sport

GemStone port of the Sport portability library
GitHub gemstone GPL-2.0

Spread Group Communications Plugin

This is a Plugin and supporting classes to allow Squeak to work withthe Spread (http://www.spread.org) group communications system. It is designed so that you can have background threads waiting forincoming messages without blocking all of Squeak. I have only written …
SqueakMap squeak

SqueakPrevayler

SqueakPrevayler is an effort to make object prevaylence1. fast2. easy3. transparent It largely succeeds.1. ~5msec transaction over head. SPrevayler has ~50msecthis is mainly because I don't use xml to serialize. 2. Basic singleton-based prevaylence is achieved by using prevaylentSingleton instead …
SqueakMap squeak

Squizzy

To manage quizz in Ston and output in moodle
GitHub

Sqystone

A straight translation of Pystone 1.1 which was originally written in ADA, then translated to C, after that to Python by Guido von Rossum and now to Squeak. This is not a scientific benchmark, Python now has a much more …
SqueakMap squeak

SsRss

A library to generate RSS easily. It depends on SoXML (http://squeaksource.blueplane.jp/SoXML).
SqueakMap squeak

State Replication Protocol (SRP)

SRP serializes the state of a network of objects into a stream of data. Serialization starts with a root object and traverses all objects referenced directly or indirectly down to a user defined level. As object state is serialized, it …
SqueakMap squeak

Statsd

Statsd smalltalk library for pharo and gemstone
GitHub pharo MIT