897 packages — page 36

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

Spy

A flexible and open framework for designing and implementing program monitor. The default package comes with type extractor, code profiling and code coverage.For Pharo >= 1.4:Gofer new squeaksource: 'Spy'; package: 'ConfigurationOfSpy'; load. (Smalltalk at: #ConfigurationOfSpy) project lastVersion loadFor Pharo 1.3:Gofer …
SqueakSource pharo

squeak-actors

SmalltalkHub squeak

SStDSL

a DSL to define interfaces and its messages such that applications get a simple API. The semantic model its based on asynchronous communication via ftp or a message router.
SqueakSource

ST2JS

To take full benefit of current internet browser, tons of lines of Javascript have to be written. We (the Smalltalkers) don't like to edit files to program, we want to code in the refactoring browser! This project is an attempt …
SqueakSource

ST2JS - Smalltalk to Javascript translator

To take full benefit of current internet browser, tons of lines of Javascript have to be written. We (the Smalltalkers) don't like to edit files to program, we want to code in the refactoring browser! This project is an attempt …
SqueakMap squeak

StdbCore

This is the core API for designed for database access in Smalltalk.Currently there is aMySQL implementationof the API inStdbMysqlImplproject. Other database engine supports are planned for the future.From database access style point of view this is more akin to JDBC …
SqueakSource

StdbMysqlImpl

A MySQL Implementation of the Stdb APIThis is an implementation of the database connectivity API defined in theStdb-Corepackage. It uses the MySQL protocol driver inStdbMysqlProcolprojectSee also:StdbCore(required),StdbMysqlProtocol(required)Features:ImplementsStdbCoreAPI facilities like connection, prepared statement, metadata, resultset and so onTransaction facilitiesPrepared statement is implemented …
SqueakSource

SyndicatedActors

An implementation of the Syndicated Actor Model (https://syndicate-lang.org/) for Squeak.
SqueakSource squeak

SystemChangeNotification

The SystemChangeNotification mechanism allows clients to receive notifications (events) when changes are made to the system. Such changes are additions, removals, renaming, ... of classes, events, instance variables, ... Eventually this system will be used as the foundation for the …
SqueakMap squeak

TA-Promise

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

TesteRefactoring

SmalltalkHub

TheoCIslandParser

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

Tric-RefractoringBrowser

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) The RefractoringBrowser comes up empty initially. You can add packages and class categories to show, and hide stuff again. Classes you …
SqueakMap squeak

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

ttfFontReaderRefactored

This is a refactored version of TTFontReader and friends. You may find it useful, if you want to load Unicode ttf in image. Here is a short story: I tried to load unicode ttf using stock TTFontReader (to render Russian …
SqueakMap squeak

ttfReaderRefactored

Attempt to make TTFontReader more understandable and manageable (aiming at full unicode support).
SqueakSource

UnorderedCollections Framework

This framework refactors all of the unordered collections to be implemented using adaptive hashtables. It is a dual license SqueakL + Microlingua License see - http://www.microlingua.com/files/microlingualicensev1
SqueakMap squeak

UsabilitySelfRefactoring

SmalltalkHub

Variables Pane for Browsers in base Squeak

Adds variables pane to several of the Browsers, similar to old Smalltalk/V browsers.NOTE: No longer adds an instance variable to the Browser class.The variables pane is controlled by Preferences in the 'browsing'category. Two options exist:#showVarsInBrowser - toggles if variables pane …
SqueakMap squeak

Video4Squeak

Video4Squeak is an attempt to create an multi-platform video capturing framework for Squeak. Actually it support Video4Linux devices and a 'Test' multiplatform device. The main goal is to provide a confortable experience for non-programmers and in this line the framework …
SqueakSource squeak

zurb

Zurb is an implementation of https://foundation.zurb.com/sites/docs/ CSS examples using the Zurb Foundation CSS framework in Squeak. This is extremely useful for building Seaside Websites with the Zurb Foundation tools. Shoot me an email if you would like to hack at …
SqueakSource squeak