544 packages — page 19

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

Topologos

Topolos is Graphical modeling tool based upon NCConnectorMorph. It allows modelization of processes and objects together. Models are saved into XML files using SIXX.
SqueakSource

TostSerializer

SmalltalkHub pharo

Trax

Trax is an object versioning tool in the spirit of Git. It uses the SHA1 of the serialized form of objects for identification (creating a kind of content addressable memory on disk). Versions of objects are are created with a …
SqueakSource

TrelloParser

SmalltalkHub

TSF-NexIO

TSF-NexIO is a lightweight, robust framework for JSON-RPC 2.0 communication over WebSockets in Pharo Smalltalk. It is designed to enable 'synchronous semantics on asynchronous channels' and enforces a strict separation between transport (Server) and business logic (Delegate). TSF-NexIO supports Batch …
GitHub pharo Apache-2.0