976 packages — page 37

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

STicky

STicky is a pluggable real-time evaluator and/or translator workspace aimed to learn languages. For a quick overview please take a look at thepresentation videoThe Smalltalk evaluator could be useful in learning courses or for newbies typing expressions, but other translators/evaluators …
SqueakSource pharo

StOMP

Smalltalk Objects on MessagePack.The aim is to provide portable, fast, compact serializer for major Smalltalk dialects.StOMP is optimized for small/medium sized data. It is especially suitable for KVS or RPC.Prex: MessagePack
SqueakMap squeak

STOMP

Smalltalk Objects on MessagePack.The aim is to provide portable, fast, compact serializer for major Smalltalk dialects.StOMP is optimized for small/medium sized data. It is especially suitable for KVS or RPC.Prex: MessagePack
SqueakSource

STON

SmalltalkHub

stone-paper-scissors-pharo

Chapter 7 of MOOC companion (Double Dispatch)
GitHub pharo

StonePaperScissor

SmalltalkHub

Stuff

nothing fancy, just some very basic classes I need everytime I start something new in Squeak: Matrix2D - just that, I guess everybody has one of their ownOrderedTreeNode - nothing sophisticated, just plain basic functionalityXMLObject - a very simple and …
SqueakMap squeak

Sursagar

Object model for critical edition of medieval Hindi text "Sursagar". Translates to new encoding system, exports xml to InDesign.
SqueakSource

TA-Command

An implementation of the Command pattern for Pharo and GemStone
GitHub pharo MIT

TA-Promise

An implementation of Promise for Pharo and GemStone - https://en.wikipedia.org/wiki/Futures_and_promises
GitHub pharo

Terminus-Client

Terminus is a secure XML-RPC based system for publishing and accessing the Squeak People accounts and web of trust. With Terminus-Client, you can access the server on people.squeakfoundation.org in order to validate someone's password. If the password validates, you get …
SqueakMap squeak

TheoCIslandParser

An island C parser for the refactoring of plugins of the pharo-vm
GitHub pharo

TinyBasicParser

A parser for TinyBasic written in Pharo using PetitParser.
GitHub pharo MIT

Tirade

Tirade is a "small subset of the Smalltalk language" that is intended for file formats. Tirade does "streaming parsing" (like SAX) of an input stream which consists of a sequence of Smalltalk messages with literals as arguments - expressions are …
SqueakMap squeak

Tirade

WARNING: This project was moved tohttp://smalltalkhub.com/#!/~gokr/Tiradeat 2013-01-06!!! There may be newer code there.Tirade is a parser/reader/writer for a small subset of Smalltalk that is very easy to use for readable but fast object serialization/deserialisation but also configuration. In some respects …
SqueakSource squeak