1142 packages — page 44

Swazoo-HTTP

A portable set of classes that model HTTP requests and responses, that form a base on which a web server could be built. With suitable extensions, these could also be used for an HTTP client library. SeeSwazoo-Serverfor the original, portable …
SqueakMap squeak

Swazoo-Listener

A simple web server that uses the Swazoo HTTP classes. RequiresSwazoo-HTTP. This provides the bare minimum Squeak-specific functionality to listen for and process HTTP requests on a Socket. Users should subclass the SwazooListener class and override the #responseForRequest: method. To …
SqueakMap squeak

Swazoo-Server

The portable Camp Smalltalk web server based on the Swazoo HTTP classes. RequiresSwazoo-HTTP. See alsoSwazoo-Listenerfor a much simpler, Squeak-specific server using the same base classes.
SqueakMap squeak

SwitchableTreeWidget

I am a widget which contains a label, a tree and a button. If you provide me a Dictionary with Objets as keys and Collections as values, I build a view where you can easily switch for the categorized view …
SqueakSource

SWT

Set of widgets, that runs on internet-browsers, generated using ST2JS.
SqueakSource

tables

An implementation of tables or grids for Morphic. This project is similar to the various grids available for other languages, such as Delphi.
SqueakSource squeak

TalkBack

TalkBack (SmallTALK BACKup) is a native backup utility that was designed to backup my Smalltalk image and changes file, but could also be used to backup files in general to a disk location. Requires InstanceEncoder package. You should use the …
SqueakMap squeak

TalkBack

TalkBack (SmallTALK BACKup) is a native backup utility that was designed to backup my Smalltalk image and changes file, but could also be used to backup files in general to a disk location.You should use the Scheduler package to schedule …
SqueakSource squeak

TamODBC

TamODBC is an ODBC user interface addon for Tamaris introducing basic gui facilities for datasources, tables and columns :
SqueakMap squeak

Taskbar

A morphic taskbar (window list) suitable for placing in Flap. See http://www.cs.westminster.edu/~shaffer/Smalltalk/WindowList.html
SqueakSource squeak

TelescopeBloc

TelescopeBloc is a connector to render Telescope visualization using Bloc UI framework
GitHub MIT

TelescopeRoassal

TelescopeRoassal is a connector to render Telescope visualization with the Roassal project
GitHub pharo MIT

Telnet

This package contains various components that facilitate interactive loginto a remote (or the local) machine: * a (glass) TeletypeMorph;* essentially complete emulation of vt52, vt102 and xterm terminals;* a telnet client for connecting to remote machines;* a `pseudo-tty' client for …
SqueakMap squeak

Testing

Working towards a unified testing framework for 3.10 Incorporating SSpec, SUnit and...Wiki Page
SqueakSource

TestMock

A full-featured mock testing framework that allows known or arbitrary behavior mocking using expectations. Expectations can be set in flexible manners, depending upon the testing requirements. An expectation may include selector, range of send counts, preset dynamic arguments that satisfy …
SqueakSource pharo

testRoassal3d

SmalltalkHub

TextFiles

TextFiles is a package for flexibly dealing with any sort of text file. Features:* Provides buffered operations for efficiently reading and writing large files* Supports automatic line end conversions* Provides a framework for various encodings such as ISO-8859 etc.* Polymorphic …
SqueakMap squeak

TFLogin

This package provides basic user authentication, registration, and account management for Seaside.Features include:User login component with username and password text fields, forgot username, forgot password, register, and login buttons.User registration component with optional BowWave reCaptcha spambot protection.Edit account settings component …
SqueakSource pharo

TFOrderedDictionary

Instances of OrderedDictionary behave as Dictionaries in all respects except that when associations, keys, or values are iterated over, the order in which the iteration occurs is the same as the order in which the associations were originally added to …
SqueakSource pharo

thecodeinthecorridor

Audio visual performance with Phausto, Coypu and Bloc for ESUG 2025
GitHub MIT

ThreadPool

A simple thread pool using a shared queue to use if excessive forking is causing problems. Instead of [] fork you use [] queueWork And instead of getting a process back you get a worker that you can ask hasValue …
SqueakSource

Tic-Tac-Toe-Game

:pencil2: Tic-tac-toe (or Noughts and crosses, Xs and Os) is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three respective marks in a …
GitHub pharo

TIF-Win32

This was done for BluePlane, NSW ,Australia.This TiffImageReader could be used to open .tif format images in Squeak.I would like to thank John M McIntosh (His TiffSupport in mac was of great help) also he helped me a lot even …
SqueakMap squeak

TilingWindowManager

IMPORTANT: TWM packages is deprecated, use TWM-Core, TWM-GUI .... instead. TWM-All is a meta package that makes it easy to commit all at once.
SqueakSource

TimeTables

Toy application to learn Pharo bloc API
GitHub pharo